Changeset 985 for GTP/trunk/Lib/Geom/shared/GeoTool/include
- Timestamp:
- 05/24/06 13:48:26 (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/GeoMeshView.h
r980 r985 171 171 size_t getFPS(); 172 172 173 // JGA174 173 // Sets the submesh selected. 175 174 void setSubMeshSelected(int submeshIndex); -
GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshViewUI.h
r980 r985 71 71 enum SimplificationType 72 72 { 73 QSLIM,73 MESHSIMP, 74 74 HOJAS, 75 75 VIEWPOINTDRIVEN … … 253 253 void simplifyLeavesCollapse(); 254 254 255 // Create a siplification sequence of the QSLIM sequence.256 void create QslimSequence();255 // Create a siplification sequence of the simplification method. 256 void createSimplificationSequence(); 257 257 258 258 // Create a siplification sequence of the leaves. … … 358 358 void setLodTreesLibrary(std::string lodfile, std::string leafseqfile, Mesh *geomesh, uint32 ileafSubMesh); 359 359 360 // 26-12-2005361 360 // Indentify the mesh of leaves. 362 361 unsigned short idMeshLeaves;
Note: See TracChangeset
for help on using the changeset viewer.