Show
Ignore:
Timestamp:
10/31/06 15:07:34 (2 years ago)
Author:
dshipton
Message:

Can set a minimum triangle count before a test query is issued.
within testOcclusionCulling this knob is T/t (increase/decrease)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Dirk_RenderTraversalWork/Source/System/Action/RenderTraversal/OSGRenderTraversalAction.h

    r363 r371  
    253253    UInt32 getOcclusionCullingQueryBufferSize(void); 
    254254 
     255    void setOcclusionCullingMinimumTriangleCount(const UInt32 count); 
     256    UInt32 getOcclusionCullingMinimumTriangleCount(void); 
     257 
    255258    /*------------------- ScreenLOD Control -------------------------------*/ 
    256259    void setScreenLODCoverageThreshold(const Real32 percent); 
     
    320323    Real32                  _occCoveredThreshold; 
    321324    UInt32                  _occQueryBufferSize; 
     325    UInt32                  _occMinimumTriangleCount; 
    322326 
    323327    // Screen LOD