- 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.
- obstructionFilterCutoff - Variable in class com.sun.j3d.audioengines.Sample
-
- obstructionFilterType - Variable in class com.sun.j3d.audioengines.Sample
-
- obstructionGain - Variable in class com.sun.j3d.audioengines.Sample
-
- occlusionFilterCutoff - Variable in class com.sun.j3d.audioengines.Sample
-
- occlusionFilterType - Variable in class com.sun.j3d.audioengines.Sample
-
- occlusionGain - Variable in class com.sun.j3d.audioengines.Sample
-
- 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.
- onOffScreenBufferCopied() - Method in class javax.media.j3d.JCanvas3DAbstract
-
Callback used to allow an overriding subclass to execute individual code
when the offscreen buffer is copied.
- onOffScreenBufferCreated() - Method in class javax.media.j3d.JCanvas3DAbstract
-
Callback used to allow an overriding subclass to execute individual code
when a new offscreen buffer is created.
- 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
- 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.
- outputFileVersion - Variable in class com.sun.j3d.utils.scenegraph.io.retained.Controller
-
The File version which will be written
1 = Java 3D 1.3 beta 1
2 = Java 3D 1.3 FCS, 1) fix to allow skipping user data written via
SceneGraphIO interface
2) Add missing duplicateOnCloneTree flag
(bug 4690159)
3 = Java 3D 1.5.1 1) Add support for SceneGraphObject Name field
4 = Java 3D 1.5.2 issue 532, for saving Background Geometry
5 = Java 3D 1.5.3
6 = J3D 1.6.0 backwards compatible to '4'; SpotLightState inherits from PointLightState, etc.