Ignore:
Timestamp:
06/27/08 01:43:45 (16 years ago)
Author:
mattausch
Message:

friendly culling debug version with timers, no materials

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Bvh.cpp

    r2796 r2800  
    109109        mIsFrustumCulled = false; 
    110110        mIsNew = true; 
     111        mLastQueriedFrame = -1; 
    111112} 
    112113 
     
    609610                                        GL_STATIC_DRAW_ARB); 
    610611 
    611         //glBindBufferARB(GL_ARRAY_BUFFER_ARB, 0); 
     612        glBindBufferARB(GL_ARRAY_BUFFER_ARB, 0); 
    612613 
    613614        // data handled by graphics driver from now on 
     
    904905                } 
    905906        } 
     907 
     908        ResetNodeClassifications(); 
    906909} 
    907910 
Note: See TracChangeset for help on using the changeset viewer.