Changeset 348

Show
Ignore:
Timestamp:
10/21/06 14:55:10 (2 years ago)
Author:
dshipton
Message:

Cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Dirk_RenderTraversalWork/Source/System/Action/RenderTraversal/OSGOcclusionCullingTreeBuilder.cpp

    r345 r348  
    251251    { 
    252252        //_numTestSamples = (uNumNodes / 5) + 2; 
    253         std::cout << "Buf size: " << _numTestSamples << std::endl; 
     253        //std::cout << "Buf size: " << _numTestSamples << std::endl; 
    254254        _testSamples = new GLuint[_numTestSamples]; 
    255255        //std::cout << "Performing OCC on " << uNumNodes << " nodes." << std::endl; 
     
    508508            );  
    509509    } 
    510  
    511     //glBeginQueryARB(GL_SAMPLES_PASSED_ARB, queries[cur_node]); 
    512     //glPushMatrix(); 
    513     //glLoadIdentity(); 
    514     //glMatrixMode(GL_PROJECTION); 
    515     //GLfloat m[16]; 
    516     //glGetFloatv(GL_PROJECTION_MATRIX, m); 
    517     //glLoadIdentity(); 
    518     //glOrtho(-1,1,-1,1,-1,1); 
    519510 
    520511    DynamicVolume volume = pNode->getVol();