A B C D E F G H I J L M N O P Q R S T U V W Z

O

OBJECT_LINEAR - Static variable in class javax.media.j3d.TexCoordGeneration
Generates texture coordinates as a linear function in object coordinates.
OFF_SCREEN_BUFFER_ERROR - Static variable in class javax.media.j3d.RenderingError
Indicates a error in creating a rendering buffer for an off-screen Canvas3D.
OrderedGroup - Class in javax.media.j3d
The OrderedGroup node is a Group that ensures its children render in a specified order.
OrderedGroup() - Constructor for class javax.media.j3d.OrderedGroup
Constructs and initializes a new OrderedGroup node object.
OrientedShape3D - Class in javax.media.j3d
The OrientedShape3D leaf node is a Shape3D node that is oriented along a specified axis or about a specified point.
OrientedShape3D() - Constructor for class javax.media.j3d.OrientedShape3D
Constructs an OrientedShape3D node with default parameters.
OrientedShape3D(Geometry, Appearance, int, Vector3f) - Constructor for class javax.media.j3d.OrientedShape3D
Constructs an OrientedShape3D node with the specified geometry component, appearance component, mode, and axis.
OrientedShape3D(Geometry, Appearance, int, Point3f) - Constructor for class javax.media.j3d.OrientedShape3D
Constructs an OrientedShape3D node with the specified geometry component, appearance component, mode, and rotation point.
OrientedShape3D(Geometry, Appearance, int, Vector3f, boolean, double) - Constructor for class javax.media.j3d.OrientedShape3D
Constructs an OrientedShape3D node with the specified geometry component, appearance component, mode, axis, constant scale enable flag, and scale The specified axis must not be parallel to the Z axis--(0,0,z) for any value of z.
OrientedShape3D(Geometry, Appearance, int, Point3f, boolean, double) - Constructor for class javax.media.j3d.OrientedShape3D
Constructs an OrientedShape3D node with the specified geometry component, appearance component, mode, and rotation point.
ortho(double, double, double, double, double, double) - Method in class javax.media.j3d.Transform3D
Creates an orthographic projection transform that mimics a standard, camera-based, view-model.
ORTHOGONAL - Static variable in class javax.media.j3d.Transform3D
The four row vectors that make up an orthogonal matrix form a basis, meaning that they are mutually orthogonal; an orthogonal matrix with positive determinant is a pure rotation matrix; a negative determinant indicates a rotation and a reflection.

A B C D E F G H I J L M N O P Q R S T U V W Z