- Timestamp:
- 09/29/05 11:36:51 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgprerender/osgprerender.cpp
r4414 r4553 230 230 231 231 // tell the camera to use OpenGL frame buffer object where supported. 232 camera->setRenderTargetImpl mentation(renderImplementation);232 camera->setRenderTargetImplementation(renderImplementation); 233 233 234 234 // attach the texture and use it as the color buffer.
