Changeset 1078 for GTP/trunk/Lib/Geom/shared/GeoTool/include
- Timestamp:
- 07/05/06 17:15:14 (19 years ago)
- Location:
- GTP/trunk/Lib/Geom/shared/GeoTool/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshLoader.h
r1070 r1078 22 22 #include "GeoBase.h" 23 23 #include "GeoMesh.h" 24 #include "GeoLodStripsLibrary.h" 25 #include "GeoLodTreeLibrary.h" 24 26 25 27 namespace Geometry … … 204 206 // Get the size in bytes of the file. 205 207 size_t getFileSize(); 208 209 Geometry::LodStripsLibraryData lodstripsdata; 210 Geometry::TreeSimplificationSequence treesimpseq; 206 211 }; 207 212 } -
GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshViewUI.h
r1050 r1078 372 372 373 373 // Initialize the lodstripslibrary for visualization. 374 void setLodStripsLibrary( std::string lodfile, Mesh *geomesh);374 void setLodStripsLibrary(const Geometry::LodStripsLibraryData &, Mesh *geomesh); 375 375 // Initialize the lodtreelibrary for visualization. 376 void setLodTreesLibrary( std::string lodfile, std::string leafseqfile, Mesh *geomesh, uint32 ileafSubMesh);376 void setLodTreesLibrary(const Geometry::LodStripsLibraryData &, const Geometry::TreeSimplificationSequence &, Mesh *geomesh, uint32 ileafSubMesh); 377 377 378 378 // Indentify the mesh of leaves.
Note: See TracChangeset
for help on using the changeset viewer.