Ignore:
Timestamp:
01/29/09 18:46:32 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3293 r3294  
    658658        { 
    659659                glBindBufferARB(GL_ARRAY_BUFFER_ARB, mVboId); 
    660                 //glBindBufferARB(GL_ELEMENT_ARRAY_BUFFER_ARB, mVboId2); 
     660                //glBindBufferARB(GL_ELEMENT_ARRAY_BUFFER_ARB, 0); 
    661661 
    662662                // set the vertex pointer to the vertex buffer 
     
    862862                state->SetCurrentVboId(mVboId); 
    863863        } 
    864  
     864        // update bounds of dynamic hierarchy 
    865865        glBufferSubDataARB(GL_ARRAY_BUFFER_ARB, 0, 
    866866                                           bufferSize * sizeof(Vector3),  
Note: See TracChangeset for help on using the changeset viewer.