Ignore:
Timestamp:
03/07/07 17:54:27 (17 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/src/GeoLodStripsLibrary.cpp

    r2150 r2204  
    307307//      Returns the number of vertices of the highest LOD. 
    308308//------------------------------------------------------------------------- 
    309 uint32  LodStripsLibrary::MaxVertices() 
     309/*uint32        LodStripsLibrary::MaxVertices() 
    310310{ 
    311311        return  mMaxVerticesLOD; 
     
    324324        return  number_of_vertices; 
    325325} 
    326  
     326*/ 
    327327//------------------------------------------------------------------------- 
    328328//      Returns the number of triangles of the highest LOD. 
     
    382382//      Only the LODs in that range are stored and used. 
    383383//------------------------------------------------------------------------- 
    384 void            LodStripsLibrary::TrimByLod(uint32 minLod, uint32 maxLod) 
     384/*void          LodStripsLibrary::TrimByLod(uint32 minLod, uint32 maxLod) 
    385385{ 
    386386        //      Refresh number of vercies of the max lod. 
Note: See TracChangeset for help on using the changeset viewer.