Ignore:
Timestamp:
04/30/07 08:16:31 (18 years ago)
Author:
gumbau
Message:
 
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  
    5353        const unsigned  short M_EDGE_LIST_LOD                                                           =       0xB100; 
    5454        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; 
    5559        const   unsigned        short   SUBMESH_COUNT                                                                   =       0; 
    5660        const   unsigned        short   GEOMESH_BUILD                                                                   =       1; 
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshSaver.h

    r1136 r2341  
    1 /*      ========================================================================== 
     1/*======================================================================= 
    22 *      (C) 2005 Universitat Jaume I 
    3  *      ========================================================================== 
     3 *======================================================================= 
    44 *      PROYECT:        GAME TOOLS 
    5  *      ========================================================================*/ 
    6 /*      CONTENT:         
     5 *======================================================================= 
     6 *      CONTENT:         
    77 * 
    88 * 
    99 *      @file   GeoMeshSaver.h 
    10  *      ========================================================================*/ 
     10 *=======================================================================*/ 
    1111 
    1212#ifndef __GEO_MESH_SAVER__ 
     
    2121        { 
    2222                private: 
     23 
    2324                        //      The mesh to write. 
    2425                        Mesh    *mGeoMesh; 
     
    4849                        //      Write Mesh Bounds. 
    4950                        void    writeMeshBounds(Mesh    *geoMesh); 
    50                          
     51 
     52                        // Write submesh name table. 
     53                        void    writeSubMeshNameTable(Mesh      *geoMesh); 
     54         
    5155                        //      Calculate the mesh size in bytes. 
    5256                        size_t  calcMeshSize(const Mesh *geoMesh); 
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshStripifier.h

    r1559 r2341  
    1 /*========================================================================== 
     1/*======================================================================= 
    22 *      (C) 2005 Universidad Jaime I de Castellón 
    3  *========================================================================== 
     3 *======================================================================= 
    44 *      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. 
    77 * 
    88 * 
    99 *      @file   GeoMeshStripifier.h 
    10  *==========================================================================*/ 
     10 *=======================================================================*/ 
    1111 
    1212#ifndef __GEO_STRIPIFIER__ 
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoSubMesh.h

    r1009 r2341  
    4949                MeshType        mType;  ///<    Type of mesh 
    5050 
     51                char                    mName[255];                                     ///<    Submesh name. 
    5152                char                    mMaterialName[255];     ///<    Material name 
    5253 
Note: See TracChangeset for help on using the changeset viewer.