Java javax.media.j3d Billboard fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d Billboard fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d Billboard.

The text is from its open source code.

Field

intROTATE_ABOUT_AXIS
Specifies that rotation should be about the specified axis.
intROTATE_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.

Constructor

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.

Method

voidsetSchedulingBounds(Bounds region)
Set the Behavior's scheduling region to the specified bounds.