Ignore:
Timestamp:
05/06/05 01:39:32 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r85 r86  
    3636                @returns occlusion query for this node 
    3737        */ 
    38         virtual OcclusionQuery *IssueOcclusionQuery(HierarchyNode *node) = 0; 
     38        virtual OcclusionQuery *IssueOcclusionQuery(HierarchyNode *node,  
     39                const bool wasVisible = false) = 0; 
    3940        /** Sets the root of the scene hierarchy. 
    4041                @param root the hierarchy root 
     
    105106        */ 
    106107        unsigned int GetNumRenderedNodes(); 
     108        /** Optimization when issuing occlusion test: test is done with actual geometry  
     109                rather than the bounding box 
     110                @param useOptimization if the optimization should be used 
     111        */ 
     112        void SetUseOptimization(bool useOptimization); 
    107113 
    108114protected: 
    109115         
     116        bool mUseOptimization; 
    110117        unsigned int mFrameId; 
    111118 
Note: See TracChangeset for help on using the changeset viewer.