#include <X11/Intrinsic.h>
#include <X11/Xlib.h>
#include <Inventor/SbColor.h>
#include <Inventor/sensors/SoNodeSensor.h>
#include <Inventor/SoSceneManager.h>
#include <Inventor/MP/Win/SoWinMPGLWidget.h>
#include <Inventor/actions/SoGLRenderAction.h>
#include <Inventor/threads/SbThreadBarrier.h>
#include <Inventor/threads/SbThread.h>
#include <Inventor/nodes/SoCamera.h>
#include <Inventor/components/stereo/SoStereoViewer.h>
#include <Inventor/sensors/SoTimerSensor.h>
Go to the source code of this file.
Classes | |
class | SoWinMPRenderArea |
MultiPipe component for rendering Open Inventor scene graphs. More... | |
Typedefs | |
typedef SbBool | SoWinMPRenderAreaEventCB (void *userData, XAnyEvent *anyevent) |
typedef void | SoWinMPRenderAreaThreadInitCB (void *userData, SoWinMPRenderArea *ra) |
typedef void | SoWinMPRenderAreaThreadRenderCB (void *userData, SoWinMPRenderArea *ra) |
typedef SbBool SoWinMPRenderAreaEventCB(void *userData, XAnyEvent *anyevent) |
typedef void SoWinMPRenderAreaThreadInitCB(void *userData, SoWinMPRenderArea *ra) |
typedef void SoWinMPRenderAreaThreadRenderCB(void *userData, SoWinMPRenderArea *ra) |