File: README

package info (click to toggle)
inventor 2.1.5-10-19
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 36,252 kB
  • ctags: 24,580
  • sloc: ansic: 33,867; lisp: 7,361; cpp: 3,874; yacc: 369; sh: 359; perl: 234; awk: 141; makefile: 79; csh: 35; sed: 11
file content (20 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Open Inventor - Examples from the Inventor Toolmaker

These directories contain source code for all the examples in the
Inventor Toolmaker.  Note that each example is illustrated only 
in C++.

The following directories correspond to chapters in the book. 
Each chapter illustrates how to create a specific type of
new Inventor object:

    02.Nodes - objects in the scene database
    03.Fields - parts of a node object; lightweight datatypes
    04.Actions - database operations
    05.Elements - database traversal state
    05.Engines - objects that allow you to encapsulate motion and geometry
    07.Nodekits - macro nodes
    08.Manips - direct manipulation interactive objects
    09.Highlights - highlighting classes used by selection
    10.Viewers - Xt components used to view a scene
    11.Events - events and Xt devices