Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7193 in orxonox.OLD for trunk/src/lib/graphics/importer


Ignore:
Timestamp:
Mar 7, 2006, 5:05:50 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new style for resources (prework/movement)

Location:
trunk/src/lib/graphics/importer
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/height_map.cc

    r7014 r7193  
    2020#include "p_node.h"
    2121#include "state.h"
    22 #include "resource_manager.h"
     22#include "util/loading/resource_manager.h"
    2323#include "debug.h"
    2424
  • trunk/src/lib/graphics/importer/material.cc

    r7057 r7193  
    2121#include "texture.h"
    2222#include "debug.h"
    23 #include "resource_manager.h"
     23#include "util/loading/resource_manager.h"
    2424#include <stdlib.h>
    2525#include <string.h>
    2626
    2727//! @todo check if we are in RESOURCE MANAGER-mode
    28 #include "resource_manager.h"
     28#include "util/loading/resource_manager.h"
    2929
    3030using namespace std;
  • trunk/src/lib/graphics/importer/md2Model.cc

    r7123 r7193  
    1919
    2020#include "debug.h"
    21 #include "resource_manager.h"
     21#include "util/loading/resource_manager.h"
    2222
    2323
  • trunk/src/lib/graphics/importer/media_container.cc

    r6877 r7193  
    2525#include "media_container.h"
    2626
    27 #include "resource_manager.h"
     27#include "util/loading/resource_manager.h"
    2828
    2929/* header for debug output */
  • trunk/src/lib/graphics/importer/model.h

    r7123 r7193  
    4646  unsigned int     numTexCoor;           //!< how many Texture Coordinates in the Model
    4747
    48   const float*     pVertices;            //!< array of the Vertives
     48  const float*     pVertices;            //!< array of the Vertices
    4949  sTriangleExt*    pTriangles;           //!< array of all triangles
    5050  const float*     pNormals;             //!< array of the Normals
     
    5555
    5656//! This class defines the basic components of a model
    57 class Model : public BaseObject {
     57class Model : virtual public BaseObject {
    5858
    5959  public:
  • trunk/src/lib/graphics/importer/movie_player.cc

    r6731 r7193  
    2525#include "movie_player.h"
    2626
    27 #include "resource_manager.h"
     27#include "util/loading/resource_manager.h"
    2828
    2929// header for debug output
Note: See TracChangeset for help on using the changeset viewer.