Changeset 826 for GTP/trunk/Lib/Geom/shared/GTGeometry/include
- Timestamp:
- 04/26/06 13:23:34 (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/GeoMeshStripifier.h
r774 r826 53 53 Mesh * GetMesh (); 54 54 55 // Sets what is the mesh that stores the leaves 56 void setSubMeshLeaves(Geometry::Index); 57 55 58 protected: 56 59 … … 60 63 // Mesh object. 61 64 Geometry::Mesh *mGeoMesh; 65 66 // Index of the submesh leaves. 67 Geometry::Index mSubMeshLeaves; 68 62 69 }; 63 70 … … 88 95 // Set the progress bar function. 89 96 void SetProgressFunc(Geometry::TIPOFUNC upb); 97 98 // Sets what is the submesh that stores the leaves 99 void SetSubMeshLeaves(size_t submesh); 90 100 }; 91 101 -
GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoSubMesh.h
r774 r826 46 46 size_t mStripCount; ///< number of Strips 47 47 48 MeshType mType; ///< Type of mesh 49 48 50 //OSCAR 49 51 std::vector <VertexBoneAssignment> mBones;
Note: See TracChangeset
for help on using the changeset viewer.