Ignore:
Timestamp:
05/23/05 01:31:08 (19 years ago)
Author:
mattausch
Message:

added frame interpolation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibility/src/VisibilityManager.cpp

    r103 r107  
    1515mVisibilityEnvironment(visEnvironment) 
    1616{ 
    17         //SetCullingManager(VisibilityEnvironment::COHERENT_HIERARCHICAL_CULLING); 
     17        SetCullingManager(VisibilityEnvironment::COHERENT_HIERARCHICAL_CULLING); 
    1818        //SetCullingManager(VisibilityEnvironment::STOP_AND_WAIT_CULLING); 
    19         SetCullingManager(VisibilityEnvironment::FRUSTUM_CULLING); 
     19        //SetCullingManager(VisibilityEnvironment::FRUSTUM_CULLING); 
    2020} 
    2121//----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.