Example usage for Java javax.media.j3d Billboard fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ROTATE_ABOUT_AXIS Specifies that rotation should be about the specified axis. |
int | ROTATE_ABOUT_POINT Specifies that rotation should be about the specified point and that the children's Y-axis should match the view object's Y-axis. |
Billboard(TransformGroup tg, int mode, Vector3f axis) Constructs a Billboard node with the specified axis and mode that operates on the specified TransformGroup node. | |
Billboard(TransformGroup tg, int mode, Point3f point) Constructs a Billboard node with the specified rotation point and mode that operates on the specified TransformGroup node. |
void | setSchedulingBounds(Bounds region) Set the Behavior's scheduling region to the specified bounds. |