Changeset 2150 for GTP/trunk/Lib/Geom/shared/GTGeometry/src
- Timestamp:
- 02/22/07 16:17:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/src/GeoLodStripsLibrary.cpp
r2085 r2150 328 328 // Returns the number of triangles of the highest LOD. 329 329 //------------------------------------------------------------------------- 330 uint32 LodStripsLibrary::MaxFaces() 330 uint32 LodStripsLibrary::MaxFaces() const 331 331 { 332 332 /* uint32 number_of_faces; … … 355 355 // Returns the number of triangles of the lowest LOD. 356 356 //------------------------------------------------------------------------- 357 uint32 LodStripsLibrary::MinFaces() 357 uint32 LodStripsLibrary::MinFaces() const 358 358 { 359 359 /* uint32 current_lod;
Note: See TracChangeset
for help on using the changeset viewer.