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

File: [Development] / inventor / apps / examples / Toolmaker / 03.Fields / 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 3 - "Creating a Field"


*** THIS IS FOR EXPERTS ONLY! ***

This directory contains fragments of source code that 
illustrate how to create new fields.  No executable
program is created here.

Fields are the lightweight datatypes that all Inventor 
nodes (3D objects) are made of.  Each field class defines
a specific type of data.  For example, the existing 
field classes include:

	short
	int
	enum
	float
	Vector 3D
	Rotation

Note that fields come in two varieties:

	single-valued
	multiple-valued (arrays)

See the The Inventor Mentor, chapter 3 for an introduction to fields.


*** THIS IS FOR EXPERTS ONLY! ***

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