Show
Ignore:
Timestamp:
10/23/06 12:00:07 (2 years ago)
Author:
dshipton
Message:

Knobs for ScreenLOD node. and more code in ScreenLOD that doesn't work!

Files:

Legend:

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

    r355 r360  
    253253    UInt32 getOcclusionCullingQueryBufferSize(void); 
    254254 
     255    /*------------------- ScreenLOD Control -------------------------------*/ 
     256    void setScreenLODCoverageThreshold(Real32 percent); 
     257    Real32 getScreenLODCoverageThreshold(void); 
     258 
     259 
    255260  protected: 
    256261 
     
    315320    Real32                  _occCoveredThreshold; 
    316321    UInt32                  _occQueryBufferSize; 
     322 
     323    // Screen LOD 
     324    Real32 _scrlodCoverageThreshold; 
    317325    //----------------------------------------------------------------------- 
    318326    //   instance functions