- Timestamp:
- 05/24/06 10:55:21 (19 years ago)
- Location:
- GTP/trunk/Lib/Geom/shared/GTGeometry/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/SimplificationMethod.h
r980 r981 36 36 void decimate_init(qslim::Model& m, qslim::real limit); 37 37 bool pair_is_valid(qslim::Vertex *u, qslim::Vertex *v); 38 void simpl fmethod_run(int, Geometry::TIPOFUNC upb=0);39 void simpl fmethod_runv(int, Geometry::TIPOFUNC upb=0);40 void simpl fmethod_init(void);38 void simplifmethod_run(int, Geometry::TIPOFUNC upb=0); 39 void simplifmethod_runv(int, Geometry::TIPOFUNC upb=0); 40 void simplifmethod_init(void); 41 41 42 42 //To map the mesh with de simplification method structure -
GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/avars.cxx
r774 r981 7 7 8 8 9 // OPCIONES GLOBALES DE SIMPLIFICACIÓN9 // GLOBAL SIMPLIFICATION OPTIONS 10 10 11 11 int qslim::face_target = 0; … … 23 23 bool qslim::will_weight_by_area = false; 24 24 25 //int qslim::placement_policy = PLACE_OPTIMAL; 26 int qslim::placement_policy = PLACE_ENDPOINTS; // No cambia los vértices 25 int qslim::placement_policy = PLACE_ENDPOINTS; 27 26 28 27 qslim::real qslim::pair_selection_tolerance = 0.0;
Note: See TracChangeset
for help on using the changeset viewer.