#include <OpenSGApp.h>
Public Methods | |
| context_data () | |
Public Attributes | |
| OSG::RenderAction * | mRenderAction |
| The render action for the scene. More... | |
| OSG::PassiveWindowPtr | mWin |
| passive window to render with (the context). More... | |
| OSG::PassiveViewportPtr | mViewport |
| passive viewport to render with (the context). More... | |
| OSG::PassiveBackgroundPtr | mBackground |
| passive background to render with (the context). More... | |
| OSG::MatrixCameraPtr | mCamera |
| bool | mContextThreadInitialized |
| OSG::ExternalThread * | mOsgThread |
|
|
Definition at line 70 of file OpenSGApp.h. References mContextThreadInitialized, mOsgThread, and mRenderAction.
00071 : mRenderAction(NULL), 00072 mContextThreadInitialized(false), 00073 mOsgThread(NULL) 00074 {;} |
|
|
The render action for the scene.
Definition at line 76 of file OpenSGApp.h. Referenced by context_data. |
|
|
passive window to render with (the context).
Definition at line 77 of file OpenSGApp.h. |
|
|
passive viewport to render with (the context).
Definition at line 78 of file OpenSGApp.h. |
|
|
passive background to render with (the context).
Definition at line 79 of file OpenSGApp.h. |
|
|
Definition at line 80 of file OpenSGApp.h. |
|
|
Definition at line 82 of file OpenSGApp.h. Referenced by context_data. |
|
|
Definition at line 83 of file OpenSGApp.h. Referenced by context_data. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002