Changeset 8284
- Timestamp:
- 05/08/08 15:22:52
- Files:
-
- OpenSceneGraph/trunk/include/osg/Camera (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/include/osg/Camera
r8272 r8284 450 450 451 451 /** Set the initial draw callback for custom operations to be done before the drawing of the camera's subgraph and pre render stages.*/ 452 void setIn tialDrawCallback(DrawCallback* cb) { _preDrawCallback = cb; }452 void setInitialDrawCallback(DrawCallback* cb) { _initialDrawCallback = cb; } 453 453 454 454 /** Get the initial draw callback.*/
