$OIVHOME/src/Inventor/examples/Features/FastEditing/FastEditing.cxx
The fast editing feature allows you to change parts of the scene independent from the rest of the scene. The fast editing mode can be selected in the dialog interface. The complexity of the meteoroid cloud is selected using the slider. The resulting number of triangles for the meteoroid cloud and the number of trianges for the fast editing scene are displayed as the slider is moved.
$OIVHOME/src/Inventor/examples/Features/IndexedTexture/IndexedTexture.cxx
This example illustrates the use of indexed textures. You can interactively change the color map, the data min/max, and the color map min/max of the SoColorMap and SoIndexedTexture2.
$OIVHOME/src/Inventor/Demos/Cinema/cinema.cxx
This example shows how to use the SoVRMLMovieTexture node. You can select what movie to watch in your very own movie theater by clicking on the spinning START button.
$OIVHOME/src/Inventor/examples/Features/MultiTexturing/MultiTexture.cxx
Multitexturing is used in this example to realize a light mapping.
The various options can be toggled by using the following keys:
H: Toggle this display
P: Start/Stop projection animation
SPACE: Start/Stop light animation
$OIVHOME/src/Inventor/examples/Features/TextExtensions/TextProperties.cxx
This example allows you to specify different text parameters such as render type, font, font size, horizontal and vertical alignment, kerning, orientation, render style, and render quality.
NOTE: This example uses Unicode characters to display non-Latin characters (Arabic, Russian, etc.). Depending on the fonts installed on your system, some of these characters may not display correctly.
$OIVHOME/src/Inventor/examples/Features/VBO/VBO.cxx
The VBO example uses the Vertex Buffer Object feature to improving rendering speed of non-cached geometry. The usage for this example is:
H: Toggle this display
F1: Toggle VBO versus normal mode
F2: Toggle wireframe/filled
F3: Toggle geometry animation
F4: Toggle color animation
F5: Toggle texture animation
+/-: Increase/Decrease mesh refinement
$OIVHOME/src/Inventor/examples/IVF/TreeView/*
The TreeView program is an IVF application that displays an Examiner Viewer and a blank area to the right of the viewer. When a file is read in, the nodes in the scene graph are displayed by node name in the blank area and the scene is displayed in the Examiner Viewer. Only the fields of each node that have been set by the file are listed.