Changeset 3075 in orxonox.OLD for orxonox/trunk/importer/object.h
- Timestamp:
- Dec 4, 2004, 2:50:49 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/importer/object.h
r3072 r3075 12 12 #include "array.h" 13 13 #include "material.h" 14 #include "vector.h" 14 15 #include <fstream> 15 16 … … 112 113 bool addGLElement (FaceElement* elem); 113 114 115 bool buildVertexNormals (); 116 114 117 void BoxObject (void); 115 118 };
Note: See TracChangeset
for help on using the changeset viewer.