Changeset 9685 in orxonox.OLD for branches/new_class_id/src/lib/graphics/importer/material.cc
- Timestamp:
- Aug 22, 2006, 1:16:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/importer/material.cc
r9406 r9685 27 27 #include "util/loading/resource_manager.h" 28 28 29 NewObjectListDefinition(Material); 30 29 31 /** 30 32 * @brief creates a Material. … … 33 35 Material::Material (const std::string& mtlName) 34 36 { 35 this-> setClassID(CL_MATERIAL, "Material");37 this->registerObject(this, Material::_objectList); 36 38 37 39 this->setIllum(3);
Note: See TracChangeset
for help on using the changeset viewer.