![]() |
VR-Forces 4.10 Class Documentation
|
class used to render SenSimRT during the post processor camera draw More...

Public Member Functions | |
| DtSenSimDrawable (DtSenSim *sensim) | |
| Constructor. More... | |
| DtSenSimDrawable (const DtSenSimDrawable &orig, const osg::CopyOp &op) | |
| Copy constructor. More... | |
| virtual | ~DtSenSimDrawable () |
| Destructor. More... | |
| virtual Object * | cloneType () const |
| required function for derriving from osg::Drawable More... | |
| virtual Object * | clone (const osg::CopyOp ©op) const |
| required function for derriving from osg::Drawable More... | |
| virtual void | setInputTexture (osg::Texture *inputTex) |
| Set the input texture to use when running sensim post processing. More... | |
| virtual void | setOutputTexture (osg::Texture *outputTex) |
| Set the output texture to use when running sensim post processing. More... | |
| virtual void | drawImplementation (osg::RenderInfo &renderInfo) const |
| run the sensim post processor as part of a draw stage for the post processor camera More... | |
| virtual void | updateViewports (unsigned int inX, unsigned int inY, unsigned int inWidth, unsigned int inHeight, unsigned int outX, unsigned int outY, unsigned int outWidth, unsigned int outHeight) |
| update the viewport size used by sensim More... | |
| virtual void | setEnabled (bool enabled) |
| enable this post processor drawable. Doesn't render anything when disabled More... | |
| virtual void | setSenSim (DtSenSim *senSim) |
| setup the sensim object for this drawable. More... | |
Protected Attributes | |
| DtSenSim * | mySenSim |
| bool | myEnabled |
| osg::ref_ptr< osg::Texture > | myInputTex |
| osg::ref_ptr< osg::Texture > | myOutputTex |
| unsigned int | myInputTexId |
| unsigned int | myInputTexViewIds [2] |
| unsigned int | myOutputTexId |
| unsigned int | myOutputTexViewIds [2] |
class used to render SenSimRT during the post processor camera draw
| makVrv::DtSenSimDrawable::DtSenSimDrawable | ( | DtSenSim * | sensim | ) |
Constructor.
| makVrv::DtSenSimDrawable::DtSenSimDrawable | ( | const DtSenSimDrawable & | orig, |
| const osg::CopyOp & | op | ||
| ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
required function for derriving from osg::Drawable
|
virtual |
required function for derriving from osg::Drawable
|
virtual |
Set the input texture to use when running sensim post processing.
|
virtual |
Set the output texture to use when running sensim post processing.
|
virtual |
run the sensim post processor as part of a draw stage for the post processor camera
|
virtual |
update the viewport size used by sensim
|
virtual |
enable this post processor drawable. Doesn't render anything when disabled
|
virtual |
setup the sensim object for this drawable.
|
protected |
|
protected |
|
protected |
|
protected |