Changeset 2341 for GTP/trunk/Lib/Geom/shared/GTGeometry/include
- Timestamp:
- 04/30/07 08:16:31 (18 years ago)
- Location:
- GTP/trunk/Lib/Geom/shared/GTGeometry/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshLoader.h
r1788 r2341 53 53 const unsigned short M_EDGE_LIST_LOD = 0xB100; 54 54 const unsigned short M_EDGE_GROUP = 0xB110; 55 const unsigned short M_POSES = 0xC000; 56 const unsigned short M_ANIMATIONS = 0xD000; 57 const unsigned short M_LODSTRIPS = 0xABCD; 58 const unsigned short M_LODTREES = 0xDCBA; 55 59 const unsigned short SUBMESH_COUNT = 0; 56 60 const unsigned short GEOMESH_BUILD = 1; -
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshSaver.h
r1136 r2341 1 /* ==========================================================================1 /*======================================================================= 2 2 * (C) 2005 Universitat Jaume I 3 * ==========================================================================3 *======================================================================= 4 4 * PROYECT: GAME TOOLS 5 * ========================================================================*/6 /* CONTENT:5 *======================================================================= 6 * CONTENT: 7 7 * 8 8 * 9 9 * @file GeoMeshSaver.h 10 * ========================================================================*/10 *=======================================================================*/ 11 11 12 12 #ifndef __GEO_MESH_SAVER__ … … 21 21 { 22 22 private: 23 23 24 // The mesh to write. 24 25 Mesh *mGeoMesh; … … 48 49 // Write Mesh Bounds. 49 50 void writeMeshBounds(Mesh *geoMesh); 50 51 52 // Write submesh name table. 53 void writeSubMeshNameTable(Mesh *geoMesh); 54 51 55 // Calculate the mesh size in bytes. 52 56 size_t calcMeshSize(const Mesh *geoMesh); -
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshStripifier.h
r1559 r2341 1 /*======================================================================= ===1 /*======================================================================= 2 2 * (C) 2005 Universidad Jaime I de Castellón 3 *======================================================================= ===3 *======================================================================= 4 4 * PROYECT: GAME TOOLS 5 *======================================================================= ===*/6 /* CONTENT: Make triangle strips meshes from triangle list meshes.5 *======================================================================= 6 * CONTENT: Make triangle strips meshes from triangle list meshes. 7 7 * 8 8 * 9 9 * @file GeoMeshStripifier.h 10 *======================================================================= ===*/10 *=======================================================================*/ 11 11 12 12 #ifndef __GEO_STRIPIFIER__ -
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoSubMesh.h
r1009 r2341 49 49 MeshType mType; ///< Type of mesh 50 50 51 char mName[255]; ///< Submesh name. 51 52 char mMaterialName[255]; ///< Material name 52 53
Note: See TracChangeset
for help on using the changeset viewer.