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

O

OBJECT_LINEAR - Static variable in class javax.media.j3d.TexCoordGeneration
Generates texture coordinates as a linear function in object coordinates.
ObjectFile - Class in com.sun.j3d.loaders.objectfile
The ObjectFile class implements the Loader interface for the Wavefront .obj file format, a standard 3D object file format created for use with Wavefront's Advanced Visualizer (tm) and available for purchase from Viewpoint DataLabs, as well as other 3D model companies.
ObjectFile(int, float) - Constructor for class com.sun.j3d.loaders.objectfile.ObjectFile
Constructor.
ObjectFile(int) - Constructor for class com.sun.j3d.loaders.objectfile.ObjectFile
Constructor.
ObjectFile() - Constructor for class com.sun.j3d.loaders.objectfile.ObjectFile
Default constructor.
ObjectNotLoadedException - Exception in com.sun.j3d.utils.scenegraph.io
The named object has not been loaded so it's instance can not be returned
ObjectNotLoadedException() - Constructor for exception com.sun.j3d.utils.scenegraph.io.ObjectNotLoadedException
Creates new ObjectNotLoadedException without detail message.
ObjectNotLoadedException(String) - Constructor for exception com.sun.j3d.utils.scenegraph.io.ObjectNotLoadedException
Constructs an ObjectNotLoadedException with the specified detail message.
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.
openFile(File) - Method in class com.sun.j3d.utils.scenegraph.io.retained.RandomAccessFileControl
Open the file for reading
OrbitBehavior - Class in com.sun.j3d.utils.behaviors.vp
Moves the View around a point of interest when the mouse is dragged with a mouse button pressed.
OrbitBehavior() - Constructor for class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Parameterless constructor for this behavior.
OrbitBehavior(Canvas3D) - Constructor for class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Creates a new OrbitBehavior
OrbitBehavior(Canvas3D, int) - Constructor for class com.sun.j3d.utils.behaviors.vp.OrbitBehavior
Creates a new OrbitBehavior
order() - Method in class com.sun.j3d.internal.ByteBufferWrapper
Returns the byte order of this buffer.
order(ByteOrder) - Method in class com.sun.j3d.internal.ByteBufferWrapper
Modifies this buffer's byte order.
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.
OrderedGroupState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
OrderedGroupState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.OrderedGroupState
Creates new BranchGroupState
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.
OrientedShape3DState - Class in com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
 
OrientedShape3DState(SymbolTableData, Controller) - Constructor for class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.OrientedShape3DState
 
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 K L M N O P Q R S T U V W X Y Z