Changeset 841 for GTP/trunk/Lib/Geom/shared/GeoTool/include
- Timestamp:
- 04/27/06 12:01:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshViewUI.h
r829 r841 104 104 GeometryBounds mMeshBounds; 105 105 106 MeshSimplifier *m s;107 TreeSimplifier *m ts;106 MeshSimplifier *mMeshSimplifier; 107 TreeSimplifier *mTreeSimplifier; 108 108 char *nombremesh; 109 109 SimplificationType simplificacionState; … … 246 246 void createQslimSequence(); 247 247 248 // Create a siplification sequence of the leaves. 249 void createLeavesSequence(); 250 248 251 // Stripify the mesh object. 249 252 void stripify();
Note: See TracChangeset
for help on using the changeset viewer.