Changeset 998 for GTP/trunk/Lib/Geom/shared/GTGeometry
- Timestamp:
- 05/31/06 10:20:15 (19 years ago)
- Location:
- GTP/trunk/Lib/Geom/shared
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared
-
Property
svn:ignore
set to
arbolkk.mesh
arbol.leafseq
arbol.lod
arbol.mesh
arbol2.leafseq
arbol3.leafseq
arbol3.lod
arbol3.mesh
arbolkk.leafseq
arbolkk.lod
-
Property
svn:ignore
set to
-
GTP/trunk/Lib/Geom/shared/GTGeometry/src/GeoTreeSimplifier.cpp
r985 r998 42 42 } 43 43 44 void TreeSimplifier::Simplify(Real paramlod, Index meshLeaves)44 void TreeSimplifier::Simplify(Real lodfactor, Index meshLeaves) 45 45 { 46 46 // paramlod indica el número de vértices … … 60 60 61 61 EstableceCriterio(diam); 62 63 float paramlod = lodfactor * activas * 0.01f; 62 64 63 65 // El paramlod lo uso como condición de parada de la simplificación
Note: See TracChangeset
for help on using the changeset viewer.