Ignore:
Timestamp:
06/14/07 17:24:08 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/scripts/terrainCulling.cfg

    r2360 r2455  
    5252ResetMaterialForQueries=no 
    5353 
     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 
     58TestGeometryForVisibleLeaves=no 
     59 
     60 
     61# For CHC: frames a node is assumed to stay visible 
     62 
     63AssumedVisibleFrames=10 
     64 
     65 
     66# only for random update manager: the #random candidates that 
     67# are tested per visible subtree 
     68 
     69RandomUpdateCandidates=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 
     74TestGeometryBounds=no 
    5475 
    5576 
Note: See TracChangeset for help on using the changeset viewer.