
#include <math.h>#include <stdlib.h>#include <assert.h>#include <Xm/Xm.h>#include <Xm/Form.h>#include <Inventor/Xt/SoXt.h>#include <Inventor/SoDB.h>#include <Inventor/Xt/viewers/SoXtExaminerViewer.h>#include <Inventor/nodes/SoTransform.h>#include <Inventor/nodes/SoSeparator.h>#include <Inventor/nodes/SoCamera.h>#include <Inventor/nodes/SoIndexedFaceSet.h>#include <Inventor/nodes/SoMaterial.h>#include <Inventor/nodes/SoLineSet.h>#include <Inventor/nodes/SoSwitch.h>#include <Inventor/sensors/SoTimerSensor.h>#include <Inventor/fields/SoMFInt32.h>#include <Inventor/nodes/SoPerspectiveCamera.h>#include <Inventor/nodes/SoDirectionalLight.h>#include <Inventor/nodes/SoPointLight.h>#include <Inventor/nodes/SoOrthographicCamera.h>#include <Inventor/nodes/SoRotationXYZ.h>#include <Inventor/nodes/SoScale.h>#include <Inventor/nodes/SoTranslation.h>#include <Inventor/nodes/SoRotation.h>#include <Inventor/fields/SoSFVec3f.h>#include "MSL/renderiv.h"#include "MSL/defs.h"Variables | |
| const short | DEF_VIEWER_WIDTH = 500 |
| const short | DEF_VIEWER_HEIGHT = 400 |
| const short | MULTIPLE_VIEWER_WIDTH = 450 |
| const short | MULTIPLE_VIEWER_HEIGHT = 350 |
| RenderIv * | RIV |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|