Ignore:
Timestamp:
05/11/05 15:29:32 (19 years ago)
Author:
mattausch
Message:

exchanged halfbounding box with full bounding box

File:
1 edited

Legend:

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

    r74 r92  
    3232        */ 
    3333        void SetCullingManager(VisibilityEnvironment::CullingManagerType ocmType); 
    34         /** Returns the current online occlusion culling manager. See set 
     34        /** Returns the current online occlusion culling manager. 
    3535        */ 
    3636        CullingManager *GetCullingManager(); 
     37        /** Returns the current online occlusion culling manager type. See set 
     38        */ 
     39        VisibilityEnvironment::CullingManagerType GetCullingManagerType(); 
    3740 
    3841        /** Applies the online visibility culling algorithm on a scene. 
Note: See TracChangeset for help on using the changeset viewer.