Changeset 7193 in orxonox.OLD for trunk/src/lib/graphics/importer/model.h
- Timestamp:
- Mar 7, 2006, 5:05:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/model.h
r7123 r7193 46 46 unsigned int numTexCoor; //!< how many Texture Coordinates in the Model 47 47 48 const float* pVertices; //!< array of the Verti ves48 const float* pVertices; //!< array of the Vertices 49 49 sTriangleExt* pTriangles; //!< array of all triangles 50 50 const float* pNormals; //!< array of the Normals … … 55 55 56 56 //! This class defines the basic components of a model 57 class Model : public BaseObject {57 class Model : virtual public BaseObject { 58 58 59 59 public:
Note: See TracChangeset
for help on using the changeset viewer.