Changeset 3790 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/material.h
- Timestamp:
- Apr 13, 2005, 12:33:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/material.h
r3590 r3790 22 22 { 23 23 public: 24 Material (); 25 Material (char* mtlName); 24 Material (char* mtlName = ""); 26 25 Material* addMaterial(char* mtlName); 27 26 ~Material (); 28 void init(void);29 27 30 28 Material* search(char* mtlName);
Note: See TracChangeset
for help on using the changeset viewer.