Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2005, 1:59:59 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: material is now only dependent on tList<Material>* in model

File:
1 edited

Legend:

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

    r3913 r3915  
    9494  bool cleanupFaceElement(FaceElement* faceElem);
    9595
    96 
    9796  tList<Material>* materialList;
    9897
    9998 protected:
    10099  float scaleFactor;    //!< The Factor with which the Model should be scaled. \todo maybe one wants to scale the Model after Initialisation
    101   Material* material;   //!< Initial pointer to the Material. This can hold many materials, because Material can be added with Material::addMaterial(..)
    102100
    103101  Material* findMaterialByName(const char* materialName);
Note: See TracChangeset for help on using the changeset viewer.