Ignore:
Timestamp:
05/31/06 10:20:15 (18 years ago)
Author:
gumbau
Message:
 
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
  • GTP/trunk/Lib/Geom/shared/GTGeometry/src/GeoTreeSimplifier.cpp

    r985 r998  
    4242} 
    4343 
    44 void TreeSimplifier::Simplify(Real paramlod,    Index meshLeaves) 
     44void TreeSimplifier::Simplify(Real lodfactor,   Index meshLeaves) 
    4545{ 
    4646        // paramlod indica el número de vértices 
     
    6060 
    6161        EstableceCriterio(diam); 
     62 
     63        float paramlod = lodfactor * activas * 0.01f; 
    6264 
    6365        // El paramlod lo uso como condición de parada de la simplificación 
Note: See TracChangeset for help on using the changeset viewer.