Changeset 980 for GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs
- Timestamp:
- 05/24/06 10:47:49 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/SimplificationMethod.h
r774 r980 12 12 { 13 13 private: 14 Geometry::Mesh *mGeoMesh; 14 15 void compute_pair_info(qslim::pair_info*); 15 16 qslim::Model M0; … … 56 57 SimplificationMethod(const Geometry::Mesh *m); 57 58 void geomesh2simplifModel(void); 58 Geometry::MeshSimplificationSequence *Decimate(float lod, Geometry::Mesh **mesh,int simpliftype,Geometry::TIPOFUNC upb=0);59 Geometry::MeshSimplificationSequence *Decimate(float lod, int simpliftype,Geometry::TIPOFUNC upb=0); 59 60 void setMeshLeaves(int meshLeaves); 60 61 62 // Gets mesh simplified. 63 Geometry::Mesh * GetMesh(); 64 61 65 ///Destructor 62 66 ~SimplificationMethod();
Note: See TracChangeset
for help on using the changeset viewer.