Example usage for Java javax.media.j3d OrientedShape3D fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
OrientedShape3D() Constructs an OrientedShape3D node with default parameters. | |
OrientedShape3D(Geometry geometry, Appearance appearance, int mode, Vector3f axis) Constructs an OrientedShape3D node with the specified geometry component, appearance component, mode, and axis. | |
OrientedShape3D(Geometry geometry, Appearance appearance, int mode, Point3f point) Constructs an OrientedShape3D node with the specified geometry component, appearance component, mode, and rotation point. |
void | setAlignmentAxis(float x, float y, float z) Sets the new alignment axis. |
void | setAlignmentMode(int mode) Sets the alignment mode. |
void | setAppearance(Appearance appearance) Sets the appearance component of this Shape3D node. |
void | setGeometry(Geometry geometry) Replaces the geometry component at index 0 in this Shape3D node's list of geometry components with the specified geometry component. |
void | setRotationPoint(Point3f point) Sets the new rotation point. |