Ignore:
Timestamp:
05/27/05 18:59:23 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r107 r114  
    5151                        mCullingManager = new FrustumCullingManager(); 
    5252                        break; 
     53 
    5354                default: 
    5455                        mCullingManager = new StopAndWaitCullingManager(); 
    5556                        break; 
     57 
    5658                } 
     59 
     60                // -- set threshold 
     61                mCullingManager->SetVisibilityThreshold(mVisibilityThreshold);           
    5762        } 
    5863} 
Note: See TracChangeset for help on using the changeset viewer.