Changeset 5427 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- Oct 24, 2005, 6:06:06 PM (19 years ago)
- Location:
- trunk/src/lib/graphics/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/abstract_model.h
r5280 r5427 22 22 #define _ABSTRACT_MODEL_H 23 23 24 #include "stdincl.h"25 24 #include "base_object.h" 26 25 … … 42 41 typedef struct 43 42 { 44 bytev[3]; //!< the vector of the vertex43 char v[3]; //!< the vector of the vertex 45 44 unsigned char lightNormalIndex; //!< the index of the light normal 46 45 } sVertex; -
trunk/src/lib/graphics/importer/model.cc
r5390 r5427 20 20 #include "model.h" 21 21 22 #include "stdlibincl.h" 22 23 #include <math.h> 24 23 25 #include <stdarg.h> 24 26
Note: See TracChangeset
for help on using the changeset viewer.