Ignore:
Timestamp:
04/27/06 12:01:26 (19 years ago)
Author:
gumbau
Message:
 
Location:
GTP/trunk/Lib/Geom/shared/GTGeometry/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoLodStripsConstructor.h

    r774 r841  
    7676                        uint32 TOTALINDICES; 
    7777 
     78                        //      Index of the submesh leaves. 
     79                        size_t  mSubMeshLeaves; 
     80 
    7881                        Mesh    *geoMesh; 
    7982                        const   Geometry::Mesh *meshoriginal; 
     
    121124                        LodStripsConstructor(   const Mesh                      *, 
    122125                                        const MeshSimplificationSequence        *, 
    123                                         Geometry::TIPOFUNC                                                              upb); 
     126                                        size_t                                                                                                          submesh=-1, 
     127                                        Geometry::TIPOFUNC                                                              upb=NULL); 
    124128 
    125129                        // Destructor 
     
    141145                        ///     GetMesh: Return de current Mesh. 
    142146                        Mesh    *       GetMesh(); 
     147 
     148                        // Sets what is the submesh that stores the leaves 
     149                        void SetSubMeshLeaves(size_t    submesh); 
     150 
    143151        }; 
    144152 
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshStripifier.h

    r826 r841  
    5454 
    5555                        // Sets what is the mesh that stores the leaves 
    56                         void setSubMeshLeaves(Geometry::Index); 
     56                        void setSubMeshLeaves(size_t); 
    5757 
    5858                protected: 
     
    6565 
    6666                        //      Index of the submesh leaves. 
    67                         Geometry::Index mSubMeshLeaves; 
     67                        size_t  mSubMeshLeaves; 
    6868 
    6969        }; 
Note: See TracChangeset for help on using the changeset viewer.