Changeset 981 for GTP


Ignore:
Timestamp:
05/24/06 10:55:21 (18 years ago)
Author:
gumbau
Message:
 
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  
    3636        void decimate_init(qslim::Model& m, qslim::real limit); 
    3737        bool pair_is_valid(qslim::Vertex *u, qslim::Vertex *v); 
    38         void simplfmethod_run(int,      Geometry::TIPOFUNC      upb=0); 
    39         void simplfmethod_runv(int,     Geometry::TIPOFUNC      upb=0); 
    40         void simplfmethod_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); 
    4141 
    4242        //To map the mesh with de simplification method structure 
  • GTP/trunk/Lib/Geom/shared/GTGeometry/src/libs/avars.cxx

    r774 r981  
    77 
    88 
    9 // OPCIONES GLOBALES DE SIMPLIFICACIÓN 
     9// GLOBAL SIMPLIFICATION OPTIONS 
    1010 
    1111int qslim::face_target = 0; 
     
    2323bool qslim::will_weight_by_area = false; 
    2424 
    25 //int qslim::placement_policy = PLACE_OPTIMAL; 
    26 int qslim::placement_policy = PLACE_ENDPOINTS; // No cambia los vértices 
     25int qslim::placement_policy = PLACE_ENDPOINTS; 
    2726 
    2827qslim::real qslim::pair_selection_tolerance = 0.0; 
Note: See TracChangeset for help on using the changeset viewer.