Changeset 6422 for OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
- Timestamp:
- 03/28/07 13:30:38 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
r6000 r6422 216 216 // the draw immediate mode method is where the OSG wraps up the drawing of 217 217 // of OpenGL primitives. 218 virtual void drawImplementation(osg:: State&) const218 virtual void drawImplementation(osg::RenderInfo&) const 219 219 { 220 220 // teapot(..) doens't use vertex arrays at all so we don't need to toggle their state
