Changeset 842


Ignore:
Timestamp:
04/27/06 13:08:18 (18 years ago)
Author:
gumbau
Message:
 
Location:
GTP/trunk/Lib/Geom/shared
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoLodTreeConstructor.h

    r774 r842  
    5555 
    5656#endif 
     57 
  • GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoMeshView.cpp

    r841 r842  
    586586                        drawLodStrip(); 
    587587                } 
    588                 //else if (mLodTree) 
    589                 //{ 
    590                 //      drawLodTree(); 
    591                 //} 
     588                else if (mLodTree) 
     589                { 
     590                        drawLodTree(); 
     591                } 
    592592                else 
    593593                { 
     
    999999} 
    10001000 
    1001  
    10021001//--------------------------------------------------------------------------- 
    10031002//      Change de Level of detail of the object. 
     
    10111010        draw(); 
    10121011} 
     1012 
    10131013//--------------------------------------------------------------------------- 
    10141014//      Draw the object in the window. 
  • GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoMeshViewUI.cpp

    r841 r842  
    2626        //      Deactive Lod strip visualization. 
    2727        geoMeshView->deactiveLodStrip(); 
     28 
     29        //      Deactive Lod tree visualization. 
     30        geoMeshView->deactiveLodTree(); 
    2831 
    2932        //      Repaint the window. 
Note: See TracChangeset for help on using the changeset viewer.