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

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

Introduction

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

The text is from its open source code.

Field

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

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.

Method

voidsetAlignmentAxis(float x, float y, float z)
Sets the new alignment axis.
voidsetAlignmentMode(int mode)
Sets the alignment mode.
voidsetAppearance(Appearance appearance)
Sets the appearance component of this Shape3D node.
voidsetGeometry(Geometry geometry)
Replaces the geometry component at index 0 in this Shape3D node's list of geometry components with the specified geometry component.
voidsetRotationPoint(Point3f point)
Sets the new rotation point.