Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/graphics/importer/objModel.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/importer/objModel.h
r9684 r9715 12 12 class OBJModel : public StaticModel 13 13 { 14 NewObjectListDeclaration(OBJModel);14 ObjectListDeclaration(OBJModel); 15 15 public: 16 16 OBJModel(const std::string& fileName, float scaling = 1.0);
Note: See TracChangeset
for help on using the changeset viewer.