OpenSceneGraph 2.8.3
|
Slave allows one to up a camera that follows the master with a local offset to the project and view matrices. More...
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) |
Public Attributes | |
osg::ref_ptr< osg::Camera > | _camera |
osg::Matrixd | _projectionOffset |
osg::Matrixd | _viewOffset |
bool | _useMastersSceneData |
Slave allows one to up a camera that follows the master with a local offset to the project and view matrices.
osg::View::Slave::Slave | ( | bool | useMastersSceneData = true | ) | [inline] |
osg::View::Slave::Slave | ( | osg::Camera * | camera, |
const osg::Matrixd & | projectionOffset, | ||
const osg::Matrixd & | viewOffset, | ||
bool | useMastersSceneData = true |
||
) | [inline] |
osg::View::Slave::Slave | ( | const Slave & | rhs | ) | [inline] |
References _camera, _projectionOffset, _useMastersSceneData, and _viewOffset.
Referenced by operator=().
Referenced by operator=().
Referenced by operator=().
Referenced by operator=().
![]() | Generated at Tue Mar 22 2011 13:20:24 for the OpenSceneGraph by doxygen 1.7.3. |