![]() |
VR-Forces 5.0.2 Developer's Guide
|
An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel.

Public Member Functions | |
| DtSubmitViewCallback (DtDe &de, DtVirtualRealityPostProcessor &pp, DtVirtualRealityDriver &driver, vrvVirtualReality::DtEye eye) | |
| virtual | ~DtSubmitViewCallback () |
| bool | isInitialized () const |
| virtual void | operator() (osg::RenderInfo &renderInfo) const |
Protected Member Functions | |
| virtual void | submit (osg::RenderInfo &renderInfo) const |
Private Member Functions | |
| DtSubmitViewCallback () | |
| DtSubmitViewCallback (const DtSubmitViewCallback &orig) | |
| DtSubmitViewCallback & | operator= (const DtSubmitViewCallback &) |
|
private |
prevent default constructor
|
private |
prevent copy construction
| makVrv::DtSubmitViewCallback::DtSubmitViewCallback | ( | DtDe & | de, |
| DtVirtualRealityPostProcessor & | pp, | ||
| DtVirtualRealityDriver & | driver, | ||
| vrvVirtualReality::DtEye | eye | ||
| ) |
CTOR takes the post processor, eye to submit for and the VR driver.
|
virtual |
DTOR.
|
private |
prevent assignment
| bool makVrv::DtSubmitViewCallback::isInitialized | ( | ) | const |
|
virtual |
the callback function called by OSG
|
protectedvirtual |
the submit call that the API specific implementation will fill out
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
the eye this callback is handling
|
mutableprotected |
|
protected |