Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2005, 1:46:31 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: materialList is now a property of model not material, makes more sense

File:
1 edited

Legend:

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

    r3894 r3914  
    2727 public:
    2828  Material (const char* mtlName = NULL);
    29   Material* addMaterial(const char* mtlName);
    3029  ~Material ();
    3130
    32   Material* search(const char* mtlName);
    3331  bool select (void);
    3432
     
    7472  bool specularTextureSet;//!< Chekcs if the specular texture is Set.
    7573
    76   Material* nextMat; //!< pointer to the Next Material of the List. NULL if no next exists.
    77 
    78 
    7974};
    8075#endif
Note: See TracChangeset for help on using the changeset viewer.