[BACK]Return to README CVS log [TXT][DIR] Up to [Development] / inventor / apps / examples / Toolmaker / 07.Nodekits

File: [Development] / inventor / apps / examples / Toolmaker / 07.Nodekits / README (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:55:56 2000 UTC (17 years, 2 months ago) by naaman
Branch: sgi, MAIN
CVS Tags: start, release-2_1_5-9, release-2_1_5-8, release-2_1_5-10, HEAD
Changes since 1.1: +0 -0 lines

Initial check-in based on 2.1.5 (SGI IRIX) source tree.

Open Inventor - Examples from the Inventor Toolmaker

Chapter 6 - "Creating a Node Kit"


This directory contains source code that illustrates how to create
a new node kit object.  Node Kits are macro nodes that group
a bunch of Inventor nodes into a fixed structure.

***NOTE*****
You must first compile the programs in the ../02.Nodes directory
before compiling here. This program depends on the pyramid 
class defined there. 
***NOTE*****

See The Inventor Mentor, chapter 14 for an introduction to node kits.

*** This is for C++ programmers only! ***