Changeset 841 for GTP/trunk/Lib/Geom/shared/GTGeometry/include
- Timestamp:
- 04/27/06 12:01:26 (19 years ago)
- 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 76 76 uint32 TOTALINDICES; 77 77 78 // Index of the submesh leaves. 79 size_t mSubMeshLeaves; 80 78 81 Mesh *geoMesh; 79 82 const Geometry::Mesh *meshoriginal; … … 121 124 LodStripsConstructor( const Mesh *, 122 125 const MeshSimplificationSequence *, 123 Geometry::TIPOFUNC upb); 126 size_t submesh=-1, 127 Geometry::TIPOFUNC upb=NULL); 124 128 125 129 // Destructor … … 141 145 /// GetMesh: Return de current Mesh. 142 146 Mesh * GetMesh(); 147 148 // Sets what is the submesh that stores the leaves 149 void SetSubMeshLeaves(size_t submesh); 150 143 151 }; 144 152 -
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoMeshStripifier.h
r826 r841 54 54 55 55 // Sets what is the mesh that stores the leaves 56 void setSubMeshLeaves( Geometry::Index);56 void setSubMeshLeaves(size_t); 57 57 58 58 protected: … … 65 65 66 66 // Index of the submesh leaves. 67 Geometry::IndexmSubMeshLeaves;67 size_t mSubMeshLeaves; 68 68 69 69 };
Note: See TracChangeset
for help on using the changeset viewer.