View - maintains a master camera view and a list of slave cameras that are relative to this master camera.
More...
List of all members.
Classes |
struct | Slave |
| Slave allows one to up a camera that follows the master with a local offset to the project and view matrices. More...
|
Public Types |
enum | LightingMode { NO_LIGHT,
HEADLIGHT,
SKY_LIGHT
} |
| Options for controlling the global lighting used for the view.
More...
|
Public Member Functions |
| View () |
| View (const osg::View &view, const osg::CopyOp ©op=CopyOp::SHALLOW_COPY) |
| META_Object (osg, View) |
virtual void | take (View &rhs) |
| Take all the settings, Camera and Slaves from the passed in view, leaving it empty.
|
void | setStats (osg::Stats *stats) |
| Set the Stats object used for collect various frame related timing and scene graph stats.
|
osg::Stats * | getStats () |
| Get the Viewers Stats object.
|
const osg::Stats * | getStats () const |
| Get the Viewers Stats object.
|
void | setLightingMode (LightingMode lightingMode) |
| Set the global lighting to use for this view.
|
LightingMode | getLightingMode () const |
| Get the global lighting used for this view.
|
void | setLight (osg::Light *light) |
| Get the global light.
|
osg::Light * | getLight () |
| Get the global lighting if assigned.
|
const osg::Light * | getLight () const |
| Get the const global lighting if assigned.
|
void | setCamera (osg::Camera *camera) |
| Set the master camera of the view.
|
osg::Camera * | getCamera () |
| Get the master camera of the view.
|
const osg::Camera * | getCamera () const |
| Get the const master camera of the view.
|
void | setFrameStamp (osg::FrameStamp *fs) |
| Set the frame stamp of the view.
|
osg::FrameStamp * | getFrameStamp () |
| Get the frame stamp of the view.
|
const osg::FrameStamp * | getFrameStamp () const |
| Get the frame stamp of the view.
|
bool | addSlave (osg::Camera *camera, bool useMastersSceneData=true) |
bool | addSlave (osg::Camera *camera, const osg::Matrix &projectionOffset, const osg::Matrix &viewOffset, bool useMastersSceneData=true) |
bool | removeSlave (unsigned int pos) |
unsigned int | getNumSlaves () const |
Slave & | getSlave (unsigned int pos) |
const Slave & | getSlave (unsigned int pos) const |
unsigned int | findSlaveIndexForCamera (osg::Camera *camera) const |
Slave * | findSlaveForCamera (osg::Camera *camera) |
void | updateSlaves () |
void | updateSlave (unsigned int i) |
Protected Types |
typedef std::vector< Slave > | Slaves |
Protected Member Functions |
virtual | ~View () |
virtual osg::GraphicsOperation * | createRenderer (osg::Camera *) |
Protected Attributes |
osg::ref_ptr< osg::Stats > | _stats |
LightingMode | _lightingMode |
osg::ref_ptr< osg::Light > | _light |
osg::ref_ptr< osg::Camera > | _camera |
Slaves | _slaves |
osg::ref_ptr< osg::FrameStamp > | _frameStamp |
Detailed Description
View - maintains a master camera view and a list of slave cameras that are relative to this master camera.
Note, if no slave cameras are attached to the view then the master camera does both the control and implementation of the rendering of the scene, but if slave cameras are present then the master controls the view onto the scene, while the slaves implement the rendering of the scene.
Member Typedef Documentation
Member Enumeration Documentation
Options for controlling the global lighting used for the view.
- Enumerator:
NO_LIGHT |
|
HEADLIGHT |
|
SKY_LIGHT |
|
Constructor & Destructor Documentation
virtual osg::View::~View |
( |
|
) |
[protected, virtual] |
Member Function Documentation
bool osg::View::addSlave |
( |
osg::Camera * |
camera, |
|
|
bool |
useMastersSceneData = true | |
|
) |
| | [inline] |
unsigned int osg::View::findSlaveIndexForCamera |
( |
osg::Camera * |
camera |
) |
const |
Get the master camera of the view.
const osg::Camera* osg::View::getCamera |
( |
|
) |
const [inline] |
Get the const master camera of the view.
Get the frame stamp of the view.
Get the frame stamp of the view.
const osg::Light* osg::View::getLight |
( |
|
) |
const [inline] |
Get the const global lighting if assigned.
Get the global lighting if assigned.
Get the global lighting used for this view.
unsigned int osg::View::getNumSlaves |
( |
|
) |
const [inline] |
Slave& osg::View::getSlave |
( |
unsigned int |
pos |
) |
[inline] |
const Slave& osg::View::getSlave |
( |
unsigned int |
pos |
) |
const [inline] |
Get the Viewers Stats object.
const osg::Stats* osg::View::getStats |
( |
|
) |
const [inline] |
Get the Viewers Stats object.
osg::View::META_Object |
( |
osg |
, |
|
|
View |
| |
|
) |
| | |
bool osg::View::removeSlave |
( |
unsigned int |
pos |
) |
|
Set the master camera of the view.
Set the frame stamp of the view.
void osg::View::setLight |
( |
osg::Light * |
light |
) |
[inline] |
void osg::View::setLightingMode |
( |
LightingMode |
lightingMode |
) |
|
Set the global lighting to use for this view.
Defaults to headlight.
void osg::View::setStats |
( |
osg::Stats * |
stats |
) |
[inline] |
Set the Stats object used for collect various frame related timing and scene graph stats.
virtual void osg::View::take |
( |
View & |
rhs |
) |
[virtual] |
Take all the settings, Camera and Slaves from the passed in view, leaving it empty.
void osg::View::updateSlave |
( |
unsigned int |
i |
) |
|
void osg::View::updateSlaves |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: