Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 7, 2005, 11:17:56 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: introduced the modelInfo struct which contains refereces to all data a model needs, this will serve as an interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/model.h

    r4798 r4804  
    128128  inline unsigned int getFaceCount() const { return this->faceCount; };
    129129
     130  inline modelInfo* getModelInfo() const { return this->pModelInfo; }
    130131
    131132  Material* addMaterial(Material* material);
     
    180181  Array<GLfloat>*  vTexture;        //!< The Array that handles the VertexTextureCoordinates.
    181182  sTriangleExt*    triangles;       //!< The Array of triangles in the abstract_model.h style
     183  modelInfo*       pModelInfo;      //!< Reference to the modelInfo defined in abstract_model.h
    182184
    183185  ModelGroup*      firstGroup;      //!< The first of all groups.
Note: See TracChangeset for help on using the changeset viewer.