Changeset 8084 for OpenSceneGraph/trunk/examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp
- Timestamp:
- 04/11/08 15:04:21 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp
r8029 r8084 34 34 35 35 #include <iostream> 36 37 // 38 // Below is relatively straight forward example of use OpenGL multiple render targets extension 39 // to FrameBufferObjects/GLSL shaders. 40 // 41 // Another, more sophisticated MRT example can be found in the osgstereomatch example. 42 // 43 36 44 37 45 // The callback modifies an input image.
