Ignore:
Timestamp:
11/02/05 17:57:29 (19 years ago)
Author:
mattausch
Message:

fixed specular bug in trees
added batched query manager
added t information to ray bsp leaves

File:
1 edited

Legend:

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

    r254 r370  
    55#include "DummyPreprocessingManager.h" 
    66#include "DummyQueryManager.h" 
     7#include "BatchedQueriesCullingManager.h" 
    78 
    89namespace GtpVisibility { 
     
    4546                case VisibilityEnvironment::STOP_AND_WAIT_CULLING: 
    4647                        mCullingManager = new StopAndWaitCullingManager(); 
     48                                //new BatchedQueriesCullingManager(); 
    4749                        break; 
    4850 
Note: See TracChangeset for help on using the changeset viewer.