Changeset 1299 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 08/30/06 14:32:25 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r1294 r1299 1198 1198 1199 1199 1200 1201 1200 1202 Vector3 min = sbox.Min(); 1201 1203 Vector3 max = sbox.Max(); -
GTP/trunk/Lib/Vis/Preprocessing/src/RssPreprocessor.cpp
r1297 r1299 513 513 if (!mLoadViewCells) 514 514 { 515 if ( 1)515 if (0) 516 516 mViewCellsManager->SetViewSpaceBox(mKdTree->GetBox()); 517 517 else { -
GTP/trunk/Lib/Vis/Preprocessing/src/default.env
r1292 r1299 38 38 # 0 = INTERNAL 1 = MLRT 39 39 40 rayCastMethod 140 rayCastMethod 0 41 41 42 42 # type sampling … … 225 225 226 226 #number of active view cells 227 active 1000227 active 5000 228 228 maxStaticMemory 200 229 229 … … 238 238 239 239 height 5.0 240 maxViewCells 1000240 maxViewCells 5000 241 241 242 242 #percentage of total visible objects where pvs is considered invalid … … 378 378 # minGlobalCostRatio 0.0001 379 379 # $$MAXVIEWCELLS 380 maxViewCells 5000380 maxViewCells 1 381 381 382 382
Note: See TracChangeset
for help on using the changeset viewer.