|
openscenegraph
|
Public Member Functions | |
| DrawCallback () | |
| DrawCallback (const DrawCallback &, const CopyOp &) | |
| META_Object (osg, DrawCallback) | |
| virtual void | operator() (osg::RenderInfo &renderInfo) const |
| virtual void | operator() (const osg::Camera &) const |
Draw callback for custom operations.
| osg::Camera::DrawCallback::DrawCallback | ( | ) | [inline] |
| osg::Camera::DrawCallback::DrawCallback | ( | const DrawCallback & | , |
| const CopyOp & | |||
| ) | [inline] |
| virtual void osg::Camera::DrawCallback::operator() | ( | osg::RenderInfo & | renderInfo | ) | const [virtual] |
Functor method called by rendering thread. Users will typically override this method to carry tasks such as screen capture.
| virtual void osg::Camera::DrawCallback::operator() | ( | const osg::Camera & | ) | const [inline, virtual] |
Functor method, provided for backwards compatibility, called by operator() (osg::RenderInfo& renderInfo) method.
Reimplemented in osgPresentation::CompileSlideCallback.
1.7.6.1