| |
|
|
|
Open Inventor November 2001
|
A collection of Open Inventor classes I have created for various projects.
Below are links to examples of subclassing the SoShape,
SoEngine, SoField, and SoXtFullViewer classes.
The Programming Tools section
gives examples for creating portable Open Inventor applications using autoconf and the
SoGui toolkits developed by the Systems in Motion group.
- BoundingBox
- A subclass of SoShape used for creating an axis aligned box.
- ExaminerViewerPlus
- A subclass of SoXtExaminerViewerPlus used for creating an extra
button on the viewer for taking a snapshot of the scene and saving it to a
file.
- MarchingCubes
- A subclass of SoEngine used for computing a surface based on the
Marching Cubes isosurface algorithm.
- ScalarArithmitic
- A subclass of SoEngine used for computing values from a function
on a uniform spaced regular grid.
- SFScalarField
- A subclass of SoField used for containing the values of a scalar
field and the bounds of the domain.
|
|
|
|