- Timestamp:
- 02/05/07 13:26:43 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/src/GeoLodManager.cpp
r1526 r2084 19 19 20 20 //#define MINIMUM_VALID_LOD_SIMILARITY 0.1f 21 22 21 23 22 namespace Geometry … … 312 311 // no one must take me as a master! 313 312 if (disciple_node->precalpos!=-1) 314 { 313 { 315 314 // lodobj_container->precalculated_lods[disciple_node->precalpos] = NULL; 316 315 lodobj_container->GetPrecalculatedLOD(master_node->name,disciple_node->precalpos) = NULL; … … 391 390 } 392 391 393 394 392 float Geometry::LodManager::SelectRandomDistance(void) const 395 393 {
Note: See TracChangeset
for help on using the changeset viewer.