Changeset 2455 for GTP/trunk/Lib/Vis/OnlineCullingCHC/scripts
- Timestamp:
- 06/14/07 17:24:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/scripts/terrainCulling.cfg
r2360 r2455 52 52 ResetMaterialForQueries=no 53 53 54 55 # Occlusion query is issued by rendering geometry itself instead of the bounding box 56 # because have to render geometry for previously visible leaves anyway 57 58 TestGeometryForVisibleLeaves=no 59 60 61 # For CHC: frames a node is assumed to stay visible 62 63 AssumedVisibleFrames=10 64 65 66 # only for random update manager: the #random candidates that 67 # are tested per visible subtree 68 69 RandomUpdateCandidates=2 70 71 # true if we want to tests the bounds of the geometry 72 # instead of the boudning box of the hierarchy node 73 74 TestGeometryBounds=no 54 75 55 76
Note: See TracChangeset
for help on using the changeset viewer.