#include <OpenSGApp.h>
Public Member Functions | |
| context_data () | |
Public Attributes | |
| OSG::RenderAction * | mRenderAction |
| The render action for the scene. | |
| OSG::PassiveWindowPtr | mWin |
| passive window to render with (the context) | |
| OSG::PassiveViewportPtr | mViewport |
| passive viewport to render with (the context) | |
| OSG::PassiveBackgroundPtr | mBackground |
| passive background to render with (the context) | |
| OSG::MatrixCameraPtr | mCamera |
| bool | mContextThreadInitialized |
| OSG::ExternalThread * | mOsgThread |
Definition at line 67 of file OpenSGApp.h.
| vrj::OpenSGApp::context_data::context_data | ( | ) | [inline] |
Definition at line 69 of file OpenSGApp.h.
00070 : mRenderAction(NULL) 00071 , mContextThreadInitialized(false) 00072 , mOsgThread(NULL) 00073 { 00074 ; 00075 }
| OSG::RenderAction* vrj::OpenSGApp::context_data::mRenderAction |
The render action for the scene.
Definition at line 77 of file OpenSGApp.h.
Referenced by vrj::OpenSGApp::contextInit(), and vrj::OpenSGApp::draw().
| OSG::PassiveWindowPtr vrj::OpenSGApp::context_data::mWin |
passive window to render with (the context)
Definition at line 78 of file OpenSGApp.h.
Referenced by vrj::OpenSGApp::contextInit(), vrj::OpenSGApp::contextPostDraw(), vrj::OpenSGApp::contextPreDraw(), and vrj::OpenSGApp::draw().
| OSG::PassiveViewportPtr vrj::OpenSGApp::context_data::mViewport |
passive viewport to render with (the context)
Definition at line 79 of file OpenSGApp.h.
Referenced by vrj::OpenSGApp::contextInit(), and vrj::OpenSGApp::draw().
| OSG::PassiveBackgroundPtr vrj::OpenSGApp::context_data::mBackground |
passive background to render with (the context)
Definition at line 80 of file OpenSGApp.h.
Referenced by vrj::OpenSGApp::contextInit().
| OSG::MatrixCameraPtr vrj::OpenSGApp::context_data::mCamera |
Definition at line 81 of file OpenSGApp.h.
Referenced by vrj::OpenSGApp::contextInit(), and vrj::OpenSGApp::draw().
| OSG::ExternalThread* vrj::OpenSGApp::context_data::mOsgThread |
1.5.1