Next: Enumerationslists or character
Up: Displayable
Previous: Description
- Displayable::(TransMethod, char *, int, Scene *, int)
TransMethod is an enumeration value indicating how the objects
transformation matrix should affect the matrix of the DisplayDevice
(either it should multiply the matrix (MULT), replace it (LOAD), or it should
be ignored altogether (NONE)). The following arguments are the name of the
object, the dimension (2 or 3), the Scene with which this object should
register, and the initial size of the display list storage (in kilobytes).
- Displayable::(TransMethod, char *, int, Displayable *, int)
This is the same as the first constructor, but instead of specifying a
Scene to register with, a parent Displayable is given. The new
Displayable will become a child of the given parent, instead of
registering with a Scene.
Justin Gullingsrud
Tue Apr 6 09:26:48 CDT 1999