|
OpenSceneGraph
|
Slave allows one to up a camera that follows the master with a local offset to the project and view matrices. More...

Classes | |
| struct | UpdateSlaveCallback |
Public Member Functions | |
| Slave (bool useMastersSceneData=true) | |
| Slave (osg::Camera *camera, const osg::Matrixd &projectionOffset, const osg::Matrixd &viewOffset, bool useMastersSceneData=true) | |
| Slave (const Slave &rhs) | |
| Slave & | operator= (const Slave &rhs) |
| void | updateSlave (View &view) |
| virtual void | updateSlaveImplementation (View &view) |
Public Attributes | |
| osg::ref_ptr< osg::Camera > | _camera |
| osg::Matrixd | _projectionOffset |
| osg::Matrixd | _viewOffset |
| bool | _useMastersSceneData |
| osg::ref_ptr< UpdateSlaveCallback > | _updateSlaveCallback |
Slave allows one to up a camera that follows the master with a local offset to the project and view matrices.
1.8.13