#include <climits>
#include <Inventor/SbColor.h>
#include <Inventor/sensors/SoNodeSensor.h>
#include <Inventor/SoSceneManager.h>
#include <Inventor/Xt/SoXtGLWidget.h>
#include <Inventor/actions/SoGLRenderAction.h>
#include <Inventor/nodes/SoCamera.h>
#include <Inventor/nodes/SoFullSceneAntialiasing.h>
#include <Inventor/SbElapsedTime.h>
#include <Inventor/Gui/SoGuiRenderArea.h>
Go to the source code of this file.
Classes | |
class | SoXtRenderArea |
Component for rendering Open Inventor scene graphs. More... | |
Typedefs | |
typedef SbBool | SoXtRenderAreaEventCB(void *userData, XAnyEvent *anyevent) |
typedef SbBool | SoXtRenderAreaRenderCB(void *userData, SoXtRenderArea *rendArea) |
Definition at line 87 of file SoXtRenderArea.h.
typedef SbBool SoXtRenderAreaRenderCB(void *userData, SoXtRenderArea *rendArea) |
Definition at line 88 of file SoXtRenderArea.h.