Changeset 10600 for OpenSceneGraph/trunk/src/osg/Geometry.cpp
- Timestamp:
- 10/01/09 22:19:42 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/Geometry.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/Geometry.cpp
r9900 r10600 1375 1375 if (usingVertexBufferObjects) 1376 1376 { 1377 // osg::notify(osg::NOTICE)<<"Geometry::drawImplementation() Using VertexBufferObjects"<<std::endl; 1377 1378 1378 1379 // … … 1417 1418 } 1418 1419 state.disableVertexAttribPointersAboveAndIncluding( index ); 1419 1420 1420 } 1421 1421 else if (vertexVertexAttributesSupported) … … 1430 1430 else 1431 1431 { 1432 // std::cout <<"none VertexBuffer path"<<std::endl;1432 // osg::notify(osg::NOTICE)<<"none VertexBuffer path"<<std::endl; 1433 1433 1434 1434 //
