Palomino - Object Module
©2004,2008 Jim E. Brooks
http://www.palomino3d.org
Contents
Overview
[2008/02]
This modules has the Object classes (Object/Dyna/Craft)
and auxillary classes (AxisMap,RotationList).
Object Derivatives
- Object:
The base Object has minimum functionality for a small footprint
to support a multitude of objects.
- Dyna:
Dyna is for "dynamic" objects.
Dyna is derived from Object.
Dyna has a timer-tick method for animation.
- Craft:
Craft is derived from Dyna.
Craft has a throttle, Physics object that moves the Craft, and CraftSpecs
which define a craft's specifications (mass,thrust,etc) used by Physics.
Last modified: Mon Feb 18 11:36:12 EST 2008