Ignore:
Timestamp:
05/24/06 13:48:26 (19 years ago)
Author:
gumbau
Message:
 
Location:
GTP/trunk/Lib/Geom/shared/GeoTool/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshView.h

    r980 r985  
    171171        size_t  getFPS(); 
    172172 
    173         //      JGA 
    174173        //      Sets the submesh selected. 
    175174        void    setSubMeshSelected(int submeshIndex); 
  • GTP/trunk/Lib/Geom/shared/GeoTool/include/GeoMeshViewUI.h

    r980 r985  
    7171enum    SimplificationType 
    7272{ 
    73         QSLIM, 
     73        MESHSIMP, 
    7474        HOJAS, 
    7575        VIEWPOINTDRIVEN 
     
    253253        void    simplifyLeavesCollapse(); 
    254254 
    255         //      Create a siplification sequence of the QSLIM sequence. 
    256         void    createQslimSequence(); 
     255        //      Create a siplification sequence of the simplification method. 
     256        void    createSimplificationSequence(); 
    257257 
    258258        //      Create a siplification sequence of the leaves. 
     
    358358        void    setLodTreesLibrary(std::string lodfile, std::string leafseqfile, Mesh   *geomesh, uint32 ileafSubMesh); 
    359359 
    360         // 26-12-2005 
    361360        // Indentify the mesh of leaves. 
    362361        unsigned        short                   idMeshLeaves; 
Note: See TracChangeset for help on using the changeset viewer.