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

    r995 r998  
    2424        //      Deactive Lod tree visualization. 
    2525        geoMeshView->deactiveLodTree(); 
    26  
    27         geoMeshView->resetTextures(); 
    28         BuildLoadTextureSubMeshMenu(); 
    2926 
    3027        //      Repaint the window. 
     
    922919                        //      Show title. 
    923920                        mProcessTitle->label("Visualize LodTrees"); 
     921 
     922                        // set the submesh with triangle lists as the leaves submesh 
     923                        geoMeshView->setLeavesSubMesh(geoMeshView->findLeavesSubMesh()); 
    924924 
    925925                        //      Show the Visulize LodTree panel. 
     
    25212521                        //      Restore simplification state. 
    25222522                        simplificationState     =       NO_SIMPLIFICATION; 
     2523 
     2524                        geoMeshView->resetTextures(); 
     2525                        BuildLoadTextureSubMeshMenu(); 
    25232526                } 
    25242527        } 
Note: See TracChangeset for help on using the changeset viewer.