Ignore:
Timestamp:
07/05/05 18:35:47 (19 years ago)
Author:
mattausch
Message:

added node traversal interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibility/include/VisibilityManager.h

    r146 r155  
    5252        void SetVisibilityCullingThreshold(unsigned int threshold); 
    5353 
    54         /** Determines if optimization for coherent hierarchical culling is used. 
    55         */ 
    56         void SetUseChcOptimization(bool useOptimization); 
    5754        /** Indicates for how long a frame is considered to be visible. 
    5855                @param assumedVisibility estimation for how long visibility is assumed to be valid. 
     56                @remark this option is only valid for the coherent hierarchical culling algorithm 
    5957        */ 
    60         void SetAssumedVisibility(unsigned int assumedVisibility); 
     58        void SetAssumedVisibilityForChc(unsigned int assumedVisibility); 
     59         
    6160        /** Sets pointer to a query manager.  
    6261        */ 
     
    7574 
    7675        unsigned int mVisibilityThreshold; 
    77         unsigned int mAssumedVisibility; 
     76        unsigned int mAssumedVisibilityForChc; 
    7877}; 
    7978} // namespace GtpVisibility 
Note: See TracChangeset for help on using the changeset viewer.