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

R

RADIANS - Static variable in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Indicates that rotation speed should be in radians.
RandomAccessFileControl - Class in javax.media.ding3d.utils.scenegraph.io.retained
 
RandomAccessFileControl() - Constructor for class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
Creates new RandomAccessFileControl
Raster - Class in javax.media.ding3d
The Raster object extends Geometry to allow drawing a raster image that is attached to a 3D location in the virtual world.
Raster() - Constructor for class javax.media.ding3d.Raster
Constructs a Raster object with default parameters.
Raster(Point3f, int, int, int, int, int, ImageComponent2D, DepthComponent) - Constructor for class javax.media.ding3d.Raster
Constructs a new Raster object with the specified values.
Raster(Point3f, int, Point, Dimension, ImageComponent2D, DepthComponent) - Constructor for class javax.media.ding3d.Raster
Constructs a new Raster object with the specified values.
Raster(Point3f, int, int, Point, Dimension, Point, ImageComponent2D, DepthComponent) - Constructor for class javax.media.ding3d.Raster
Constructs a new Raster object with the specified values.
RASTER_COLOR - Static variable in class javax.media.ding3d.Raster
Specifies a Raster object with color data.
RASTER_COLOR_DEPTH - Static variable in class javax.media.ding3d.Raster
Specifies a Raster object with both color and depth (z-buffer) data.
RASTER_DEPTH - Static variable in class javax.media.ding3d.Raster
Specifies a Raster object with depth (z-buffer) data.
RasterState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
RasterState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RasterState
 
rayAndLine(PickRay, Point3d[], int, double[]) - Static method in class javax.media.ding3d.utils.behaviors.picking.Intersect
Deprecated. Determines if the PickRay and Line objects intersect.
rayAndLine(PickRay, Point3f[], int, double[]) - Static method in class javax.media.ding3d.utils.behaviors.picking.Intersect
Deprecated. Return true if line intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
rayAndPoint(PickRay, Point3d, double[]) - Static method in class javax.media.ding3d.utils.behaviors.picking.Intersect
Deprecated. Determines if the PickRay and Point3d objects intersect.
rayAndPoint(PickRay, Point3f, double[]) - Static method in class javax.media.ding3d.utils.behaviors.picking.Intersect
Deprecated. Return true if point intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
rayAndQuad(PickRay, Point3d[], int, double[]) - Static method in class javax.media.ding3d.utils.behaviors.picking.Intersect
Deprecated. Determines if the PickRay and quadrilateral objects intersect.
rayAndTriangle(PickRay, Point3d[], int, double[]) - Static method in class javax.media.ding3d.utils.behaviors.picking.Intersect
Deprecated. Return true if triangle intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
rayAndTriangle(PickRay, Point3f[], int, double[]) - Static method in class javax.media.ding3d.utils.behaviors.picking.Intersect
Deprecated. Return true if triangle intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
rayToRay(Point3d, Vector3d, Point3d, Vector3d) - Static method in class javax.media.ding3d.internal.Distance
Minimum ray to ray distance.
rayToRay(Point3d, Vector3d, Point3d, Vector3d, Point3d, Point3d, double[]) - Static method in class javax.media.ding3d.internal.Distance
Minimum ray to ray distance.
rayToSegment(Point3d, Vector3d, Point3d, Point3d) - Static method in class javax.media.ding3d.internal.Distance
Minimum ray to segment distance.
rayToSegment(Point3d, Vector3d, Point3d, Point3d, Point3d, Point3d, double[]) - Static method in class javax.media.ding3d.internal.Distance
Minimum ray to segment distance.
read(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.sensor.Mouse6DPointerBehavior.EchoReadListener
 
READ - Static variable in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
A sensor read event.
read(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorInputAdaptor
 
read(SensorEvent) - Method in interface javax.media.ding3d.utils.behaviors.sensor.SensorReadListener
This method is called each time the dispatchEvents method of SensorEventAgent is called and none of a sensor's buttons have been handled by a button listener.
read(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.EchoReadListener6D
 
read(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.ResetViewListener
 
read(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.RotationListener2D
 
read(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.ScaleListener2D
 
read(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.TranslationListener2D
 
read() - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Read all compressed geometry objects contained in the instance.
read(int) - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Read the compressed geometry object at the specified index.
read() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Read all compressed geometry objects contained in the instance.
read(int) - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Read the compressed geometry object at the specified index.
ReadAction2D(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Property which sets the action to be bound to 2D valuator reads.
ReadAction6D(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Property which sets the action to be bound to 6DOF sensor reads.
readAllBranchGraphs() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
Read and return all the graphs in the file
readAllBranchGraphs() - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Read and return all the branchgraphs in the file
readBoolean() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readBounds(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readBranchGraph(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
readBranchGraph(HashMap) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.StreamControl
 
readBranchGraph(int) - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Read the BranchGraph at index in the file.
readBranchGraph(HashMap) - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphStreamReader
Read and return the graph from the stream.
readBranchGraphUserData(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
readBranchGraphUserData(int) - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Read the userdata for the branchgraph at 'index' in the file
readByte() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readChar() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readColor3f(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readColor4f(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.CompressedGeometryState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.DepthComponentFloatState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.DepthComponentIntState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.DepthComponentNativeState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.DistanceLODState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.Font3DState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ImageComponent2DState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ImageComponent3DState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.PathInterpolatorState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.PositionPathInterpolatorState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RotationPathInterpolatorState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RotPosPathInterpolatorState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RotPosScalePathInterpolatorState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.Texture3DState
 
readConstructorParams(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TextureState
 
readDescription() - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Get the Description of this file's contents
readDouble() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readFileDescription() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
readFloat() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readFully(byte[]) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readFully(byte[], int, int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readFully(String) - Static method in class javax.media.ding3d.utils.shader.StringIO
Read the entire contents of the specified file and return a single String object containing the contents of the file.
readFully(File) - Static method in class javax.media.ding3d.utils.shader.StringIO
Read the entire contents of the specified file and return a single String object containing the contents of the file.
readFully(URL) - Static method in class javax.media.ding3d.utils.shader.StringIO
Read the entire contents of the specified URL and return a single String object containing the contents of the URL.
readFully(InputStream) - Static method in class javax.media.ding3d.utils.shader.StringIO
Read the entire contents of the specified InputStream and return a single String object containing the contents of the InputStream.
readFully(Reader) - Static method in class javax.media.ding3d.utils.shader.StringIO
Read the entire contents of the specified Reader and return a single String object containing the contents of the InputStream.
readInt() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readLine() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readLong() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readMatrix4d(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readNext() - Method in class javax.media.ding3d.utils.compression.CompressedGeometryFile
Deprecated. Read the next compressed geometry object in the instance.
readNext() - Method in class javax.media.ding3d.utils.geometry.compression.CompressedGeometryFile
Read the next compressed geometry object in the instance.
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTableData
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.AlphaState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.AlternateAppearanceState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.AppearanceState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.AuralAttributesState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.BackgroundSoundState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.BackgroundState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.BehaviorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.BillboardState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.BoundingLeafState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ClipState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ColoringAttributesState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ColorInterpolatorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ConeSoundState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.DepthComponentFloatState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.DepthComponentIntState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.DirectionalLightState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.DistanceLODState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ExponentialFogState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.FogState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.GeometryArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.GroupState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.IndexedGeometryArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.IndexedLineArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.IndexedPointArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.IndexedQuadArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.IndexedTriangleArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.IndexedTriangleFanArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.IndexedTriangleStripArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.InterpolatorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.LightState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.LinearFogState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.LineAttributesState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.LinkState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.LODState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.MaterialState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.MediaContainerState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ModelClipState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.MorphState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.NodeComponentState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.NodeState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.NullSceneGraphObjectState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.OrderedGroupState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.OrientedShape3DState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.PointAttributesState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.PointLightState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.PointSoundState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.PolygonAttributesState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.PositionInterpolatorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.QuadArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RasterState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RenderingAttributesState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RotationInterpolatorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ScaleInterpolatorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SceneGraphObjectState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.Shape3DState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SoundscapeState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SoundState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SpotLightState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SwitchState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.SwitchValueInterpolatorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TexCoordGenerationState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.Text3DState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.Texture2DState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.Texture3DState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TextureAttributesState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TextureState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TextureUnitStateState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TransformGroupState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TransformInterpolatorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TransparencyAttributesState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TransparencyInterpolatorState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TriangleArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TriangleFanArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.TriangleStripArrayState
 
readObject(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.ViewPlatformState
 
readPoint3d(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readPoint3f(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readQuat4f(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readRaster(Raster) - Method in class javax.media.ding3d.GraphicsContext3D
Read an image from the frame buffer and copy it into the ImageComponent and/or DepthComponent objects referenced by the specified Raster object.
readSceneGraphObject(DataInput) - Method in interface javax.media.ding3d.utils.scenegraph.io.SceneGraphIO
This is called after the object has been constructed and the superclass SceneGraphObject data has been read from in.
readSerializedData(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readSharedGroup(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Read a Shared group and it's node components from the IO Stream
readShort() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readStreamHeader() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.StreamControl
 
readTable(DataInput, boolean) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Read and store the entire symbol table
readTransform3D(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readTuple3d(DataInput, Tuple3d) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readTuple3f(DataInput, Tuple3f) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readTuple4d(DataInput, Tuple4d) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readTuple4f(DataInput, Tuple4f) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readUniverse(DataInput, boolean, Canvas3D) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Read and create a new Universe matching the one used during save.
readUniverse(boolean, Canvas3D) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.RandomAccessFileControl
 
readUniverse(boolean) - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Create and return a ConfiguredUniverse with the PlatformGeometry, ViewerAvatar, and Locales saved in the file.
readUniverse(boolean, Canvas3D) - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Create and return a ConfiguredUniverse with the PlatformGeometry, ViewerAvatar, and Locales saved in the file.
readUniverse() - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphStreamReader
Read and create the universe.
readUniverse(Canvas3D) - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphStreamReader
Read and create the universe.
readUnsignedByte() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readUnsignedShort() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readUserData() - Method in class javax.media.ding3d.utils.scenegraph.io.SceneGraphFileReader
Get the UserData in the File header
readUTF() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.J3fInputStream
 
readVector3f(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readVector4d(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
readVector4f(DataInput) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
 
recomputeIndices() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Redo indexes to guarantee connection information.
referenceCount - Variable in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTableData
 
REFLECTION_MAP - Static variable in class javax.media.ding3d.TexCoordGeneration
Generates texture coordinates that match vertices' reflection vectors in eye coordinates.
reflectionCoefficient - Variable in class javax.media.ding3d.audioengines.AuralParameters
 
reflectionDelay - Variable in class javax.media.ding3d.audioengines.AuralParameters
 
RELATIVE_TO_COEXISTENCE - Static variable in class javax.media.ding3d.View
Policy for placing the eyepoint in non-head-tracked modes.
RELATIVE_TO_FIELD_OF_VIEW - Static variable in class javax.media.ding3d.View
Policy for placing the eyepoint in non-head-tracked modes.
RELATIVE_TO_SCREEN - Static variable in class javax.media.ding3d.View
Policy for placing the eyepoint in non-head-tracked modes.
RELATIVE_TO_WINDOW - Static variable in class javax.media.ding3d.View
Policy for placing the eyepoint in non-head-tracked modes.
released(SensorEvent) - Method in interface javax.media.ding3d.utils.behaviors.sensor.SensorButtonListener
This method is called when a sensor's button is released.
RELEASED - Static variable in class javax.media.ding3d.utils.behaviors.sensor.SensorEvent
A button released event.
released(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorInputAdaptor
 
released(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
 
released(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.RotationListener2D
 
released(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.ScaleListener2D
 
released(SensorEvent) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior.TranslationListener2D
 
remove(String) - Method in class javax.media.ding3d.ShaderAttributeSet
Removes the shader attribute with the specified attrName from the attributes set.
remove(ShaderAttribute) - Method in class javax.media.ding3d.ShaderAttributeSet
Removes the specified shader attribute from the attributes set.
removeAllCanvas3Ds() - Method in class javax.media.ding3d.View
Removes all Canvas3Ds from this View.
removeAllChildren() - Method in class javax.media.ding3d.Group
Removes all children from this Group node.
removeAllChildren() - Method in class javax.media.ding3d.OrderedGroup
Removes all children from this Group node.
removeAllGeometries() - Method in class javax.media.ding3d.Shape3D
Removes all geometry components from this Shape3D node.
removeAllLocales() - Method in class javax.media.ding3d.VirtualUniverse
Removes all Locales and their associates branch graphs from this universe.
removeAllScopes() - Method in class javax.media.ding3d.AlternateAppearance
Removes all Group nodes from this AlternateAppearance node's list of scopes.
removeAllScopes() - Method in class javax.media.ding3d.Fog
Removes all Group nodes from this Fog node's list of scopes.
removeAllScopes() - Method in class javax.media.ding3d.Light
Removes all Group nodes from this Light node's list of scopes.
removeAllScopes() - Method in class javax.media.ding3d.ModelClip
Removes all Group nodes from this ModelClip node's list of scopes.
removeAllSwitches() - Method in class javax.media.ding3d.LOD
Removes all switch nodes from this LOD node.
removeAllViews() - Method in class javax.media.ding3d.ViewSpecificGroup
Removes all View objects from this node's list of views.
removeBranchGraph(BranchGroup) - Method in class javax.media.ding3d.Locale
Removes a branch graph rooted at BranchGroup from the list of branch graphs.
removeCanvas3D(int) - Method in class javax.media.ding3d.View
Removes the Canvas3D from the given index position.
removeCanvas3D(Canvas3D) - Method in class javax.media.ding3d.View
Removes the specified Canvas3D from this View's list of Canvas3Ds.
removeChild(int) - Method in class javax.media.ding3d.Group
Removes the child node at the specified index from this group node's list of children.
removeChild(Node) - Method in class javax.media.ding3d.Group
Removes the specified child node from this group node's list of children.
removeChild(int) - Method in class javax.media.ding3d.OrderedGroup
Removes the child node at the specified index from this group node's list of children.
removeChild(Node) - Method in class javax.media.ding3d.OrderedGroup
Removes the specified child node from this group node's list of children.
removeGeometry(int) - Method in class javax.media.ding3d.Shape3D
Removes the geometry component at the specified index from this Shape3D node's list of geometry components.
removeGeometry(Geometry) - Method in class javax.media.ding3d.Shape3D
Removes the specified geometry component from this Shape3D node's list of geometry components.
removeGraphStructureChangeListener(GraphStructureChangeListener) - Method in class javax.media.ding3d.VirtualUniverse
Removes the specified GraphStructureChangeListener from the set of listeners.
removeInputDevice(InputDevice) - Method in class javax.media.ding3d.PhysicalEnvironment
Remove an input device from the list of input devices.
removeLight(int) - Method in class javax.media.ding3d.GraphicsContext3D
Removes the light at the specified index location.
removeLocale(Locale) - Method in class javax.media.ding3d.VirtualUniverse
Removes a Locale and its associates branch graphs from this universe.
removeNotify() - Method in class javax.media.ding3d.Canvas3D
Canvas3D uses the removeNotify callback to track when it is removed from a container.
removeRenderingErrorListener(RenderingErrorListener) - Static method in class javax.media.ding3d.VirtualUniverse
Removes the specified RenderingErrorListener from the set of listeners.
removeScope(int) - Method in class javax.media.ding3d.AlternateAppearance
Removes the node at the specified index from this AlternateAppearance node's list of scopes.
removeScope(Group) - Method in class javax.media.ding3d.AlternateAppearance
Removes the specified Group node from this AlternateAppearance node's list of scopes.
removeScope(int) - Method in class javax.media.ding3d.Fog
Removes the node at the specified index from this Fog node's list of scopes.
removeScope(Group) - Method in class javax.media.ding3d.Fog
Removes the specified Group node from this Fog node's list of scopes.
removeScope(int) - Method in class javax.media.ding3d.Light
Removes the node at the specified index from this Light node's list of scopes.
removeScope(Group) - Method in class javax.media.ding3d.Light
Removes the specified Group node from this Light node's list of scopes.
removeScope(int) - Method in class javax.media.ding3d.ModelClip
Removes the node at the specified index from this ModelClip node's list of scopes.
removeScope(Group) - Method in class javax.media.ding3d.ModelClip
Removes the specified Group node from this ModelClip node's list of scopes.
removeSensorBinding(Sensor) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEventAgent
Remove all sensor listeners bound to the given sensor.
removeSensorButtonListener(Sensor, SensorButtonListener) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEventAgent
Remove the given SensorButtonListener binding from the specified sensor.
removeSensorButtonListener(SensorButtonListener) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEventAgent
Remove the given SensorButtonListener from all sensors.
removeSensorReadListener(Sensor, SensorReadListener) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEventAgent
Remove the given SensorReadListener binding from the specified sensor.
removeSensorReadListener(SensorReadListener) - Method in class javax.media.ding3d.utils.behaviors.sensor.SensorEventAgent
Remove the given SensorReadListener from all sensors.
removeShaderErrorListener(ShaderErrorListener) - Method in class javax.media.ding3d.VirtualUniverse
Removes the specified ShaderErrorListener from the set of listeners.
removeSound(int) - Method in class javax.media.ding3d.GraphicsContext3D
Removes the sound at the specified index location.
removeSwitch(int) - Method in class javax.media.ding3d.LOD
Removes the switch node at specified index.
removeSwitch(Switch) - Method in class javax.media.ding3d.LOD
Removes the specified switch node from this LOD node's list of switches.
removeView(int) - Method in class javax.media.ding3d.ViewSpecificGroup
Removes the View object at the specified index from this node's list of views.
removeView(View) - Method in class javax.media.ding3d.ViewSpecificGroup
Removes the specified View object from this node's list of views.
removeViewerMapEntry(View) - Static method in class javax.media.ding3d.utils.universe.Viewer
Removes the entry associated with the view object.
render(int, View, AuralParameters) - Method in class javax.media.ding3d.audioengines.Sample
 
renderField(int) - Method in class javax.media.ding3d.Canvas3D
This routine is called by the Java 3D rendering loop during the execution of the rendering loop.
RenderingAttributes - Class in javax.media.ding3d
The RenderingAttributes object defines common rendering attributes for all primitive types.
RenderingAttributes() - Constructor for class javax.media.ding3d.RenderingAttributes
Constructs a RenderingAttributes object with default parameters.
RenderingAttributes(boolean, boolean, float, int) - Constructor for class javax.media.ding3d.RenderingAttributes
Constructs a RenderingAttributes object with specified values.
RenderingAttributes(boolean, boolean, float, int, boolean, boolean, boolean, int) - Constructor for class javax.media.ding3d.RenderingAttributes
Constructs a RenderingAttributes object with specified values
RenderingAttributesState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
RenderingAttributesState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RenderingAttributesState
 
RenderingError - Class in javax.media.ding3d
RenderingError is a container object that holds the details of a runtime error that occurs in the Java 3D rendering system.
RenderingError() - Constructor for class javax.media.ding3d.RenderingError
Constructs a new RenderingError object indicating no error.
RenderingError(int, String) - Constructor for class javax.media.ding3d.RenderingError
Constructs a new RenderingError object with the given error code and message.
RenderingErrorListener - Interface in javax.media.ding3d
Listener interface for monitoring Java 3D rendering errors.
renderOffScreenBuffer() - Method in class javax.media.ding3d.Canvas3D
Schedules the rendering of a frame into this Canvas3D's off-screen buffer.
renderOnce() - Method in class javax.media.ding3d.View
Renders one frame for a stopped View.
repaint() - Method in class javax.media.ding3d.View
Requests that this View be scheduled for rendering as soon as possible.
REPLACE - Static variable in class javax.media.ding3d.TextureAttributes
Replace the object color with the texture color.
replaceBranchGraph(BranchGroup, BranchGroup) - Method in class javax.media.ding3d.Locale
Replaces the branch graph rooted at oldGroup in the list of branch graphs with the branch graph rooted at newGroup.
reset(int) - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Removes all data from the GeometryInfo and resets the primitive.
reset(GeometryArray) - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Removes all data from this GeometryInfo and populates it with the geometry from the GeometryArray.
reset() - Method in class javax.media.ding3d.utils.scenegraph.io.retained.Controller
Reset the controller, ready to load/save data to a new file
ResetViewButtonCount2D(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Property which sets the number of buttons to be pressed simultaneously on the 2D valuator in order to reset the view back to the home transform.
ResetViewButtonCount6D(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Property which sets the number of buttons to be pressed simultaneously on the 6DOF sensor in order to reset the view back to the home transform.
RESIZE - Static variable in class javax.media.ding3d.loaders.objectfile.ObjectFile
Flag sent to constructor.
RESIZE_DELAYED - Static variable in class javax.media.ding3d.exp.swing.JCanvas3D
Resizing the canvas or component will be done if no resizing occurs after expiration of a certain delay.
RESIZE_IMMEDIATELY - Static variable in class javax.media.ding3d.exp.swing.JCanvas3D
Resizing the canvas or component will be done immediately.
resolveReference(int) - Method in class javax.media.ding3d.utils.scenegraph.io.retained.SymbolTable
Given a nodeID return the corresponding scene graph object.
resolveReference(int) - Method in interface javax.media.ding3d.utils.scenegraph.io.SceneGraphObjectReferenceControl
Given a nodeID return the corresponding scene graph object.
restoreSceneGraphObjectReferences(SceneGraphObjectReferenceControl) - Method in interface javax.media.ding3d.utils.scenegraph.io.SceneGraphIO
Within this method the user should restore references to the SceneGraphObjects whose nodeID's were created with createSceneGraphObjectReferences This method is called once the all objects in the scenegraph have been loaded.
RestrictedAccessException - Exception in javax.media.ding3d
Indicates an attempt to access or modify a state variable without permission to do so.
RestrictedAccessException() - Constructor for exception javax.media.ding3d.RestrictedAccessException
Create the exception object with default values.
RestrictedAccessException(String) - Constructor for exception javax.media.ding3d.RestrictedAccessException
Create the exception object that outputs a message.
resume() - Method in class javax.media.ding3d.Alpha
Resumes this alpha object.
resume(long) - Method in class javax.media.ding3d.Alpha
Resumes this alpha object as of the specified time.
resume() - Method in interface javax.media.ding3d.AudioDevice3DL2
Resumes audio device engine (if previously paused) without reinitializing the device.
resume() - Method in class javax.media.ding3d.audioengines.AudioEngine3DL2
Resumes audio device engine (if previously paused) without reinitializing the device.
resume() - Method in class javax.media.ding3d.audioengines.javasound.JavaSoundMixer
Resumes audio device engine (if previously paused) without reinitializing * the device.
reverbCoefficient - Variable in class javax.media.ding3d.audioengines.AuralParameters
 
reverbDelay - Variable in class javax.media.ding3d.audioengines.AuralParameters
 
reverbOrder - Variable in class javax.media.ding3d.audioengines.AuralParameters
 
REVERSE - Static variable in class javax.media.ding3d.loaders.objectfile.ObjectFile
Flag sent to constructor.
reverse() - Method in class javax.media.ding3d.utils.geometry.GeometryInfo
Reverse the order of all lists.
REVERSE_ALL - Static variable in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to reverse all the behaviors
REVERSE_ROTATE - Static variable in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to reverse the rotate behavior
REVERSE_TRANSLATE - Static variable in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to reverse the translate behavior
REVERSE_ZOOM - Static variable in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Constructor flag to reverse the zoom behavior
ReverseRotate(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Property which sets reverse rotate behavior.
ReverseTranslate(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Property which sets reverse translate behavior.
ReverseZoom(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Property which sets reverse zoom behavior.
rewind() - Method in class javax.media.ding3d.internal.BufferWrapper
Resets this buffer's position to the previously marked position.
RGB - Static variable in class javax.media.ding3d.Texture
Specifies Texture contains Red, Green and Blue color values.
RGBA - Static variable in class javax.media.ding3d.Texture
Specifies Texture contains Red, Green, Blue color values and Alpha value.
RIGHT - Static variable in class javax.media.ding3d.utils.geometry.Box
Used to designate the right side of the box when using getShape().
RIGHT_EYE_VIEW - Static variable in class javax.media.ding3d.View
Specifies that monoscopic view generated should be the view as seen from the right eye.
RIGID - Static variable in class javax.media.ding3d.Transform3D
This matrix is a rotation and a translation with unity scale; The upper 3x3 of the matrix is orthogonal, and there is a translation component.
rolloff - Variable in class javax.media.ding3d.audioengines.AuralParameters
 
ROP_AND - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = SRC & DST.
ROP_AND_INVERTED - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = ~SRC & DST.
ROP_AND_REVERSE - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = SRC & ~DST.
ROP_CLEAR - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = 0.
ROP_COPY - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = SRC.
ROP_COPY_INVERTED - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = ~SRC.
ROP_EQUIV - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = ~( DST ^ SRC ).
ROP_INVERT - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = ~DST.
ROP_NAND - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = ~(SRC & DST).
ROP_NOOP - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = DST.
ROP_NOR - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = ~( DST | SRC ).
ROP_OR - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = DST | SRC.
ROP_OR_INVERTED - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = ~SRC | DST.
ROP_OR_REVERSE - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = src | ~DST.
ROP_SET - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = 1.
ROP_XOR - Static variable in class javax.media.ding3d.RenderingAttributes
Raster operation: DST = SRC ^ DST.
ROTATE - Static variable in interface javax.media.ding3d.utils.behaviors.mouse.MouseBehaviorCallback
 
ROTATE - Static variable in interface javax.media.ding3d.utils.behaviors.picking.PickingCallback
Deprecated.  
ROTATE - Static variable in interface javax.media.ding3d.utils.pickfast.behaviors.PickingCallback
 
ROTATE - Static variable in interface javax.media.ding3d.utils.picking.behaviors.PickingCallback
 
ROTATE_ABOUT_AXIS - Static variable in class javax.media.ding3d.Billboard
Specifies that rotation should be about the specified axis.
ROTATE_ABOUT_AXIS - Static variable in class javax.media.ding3d.OrientedShape3D
Specifies that rotation should be about the specified axis.
ROTATE_ABOUT_POINT - Static variable in class javax.media.ding3d.Billboard
Specifies that rotation should be about the specified point and that the children's Y-axis should match the view object's Y-axis.
ROTATE_ABOUT_POINT - Static variable in class javax.media.ding3d.OrientedShape3D
Specifies that rotation should be about the specified point and that the children's Y-axis should match the view object's Y-axis.
ROTATE_CCW - Static variable in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Indicates that a 6DOF sensor button action should be bound to rotate the view plaform counter-clockwise about a Y axis.
ROTATE_CW - Static variable in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Indicates that a 6DOF sensor button action should be bound to rotate the view platform clockwise about a Y axis.
ROTATE_NONE - Static variable in class javax.media.ding3d.OrientedShape3D
Specifies that no rotation is done.
RotateEnable(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Property which enables or disables rotation.
ROTATION - Static variable in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Indicates that a 2D sensor button or read action should be bound to rotation.
RotationCenter(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Property which sets the center around which the View rotates.
RotationCoords(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Property which sets the rotation coordinate system.
RotationInterpolator - Class in javax.media.ding3d
Rotation interpolator behavior.
RotationInterpolator(Alpha, TransformGroup) - Constructor for class javax.media.ding3d.RotationInterpolator
Constructs a trivial rotation interpolator with a specified target, an default axisOfTranform set to identity, a minimum angle of 0.0f, and a maximum angle of 2*pi radians.
RotationInterpolator(Alpha, TransformGroup, Transform3D, float, float) - Constructor for class javax.media.ding3d.RotationInterpolator
Constructs a new rotation interpolator that varies the target transform node's rotational component.
RotationInterpolatorState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
RotationInterpolatorState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RotationInterpolatorState
 
RotationPathInterpolator - Class in javax.media.ding3d
RotationPathInterpolator behavior.
RotationPathInterpolator(Alpha, TransformGroup, Transform3D, float[], Quat4f[]) - Constructor for class javax.media.ding3d.RotationPathInterpolator
Constructs a new RotationPathInterpolator object that varies the target TransformGroup node's transform.
RotationPathInterpolatorState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
RotationPathInterpolatorState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RotationPathInterpolatorState
 
RotationSpeed(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.WandViewBehavior
Property which sets the rotation speed.
RotFactors(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Property which sets the rotation x and y factors.
RotPosPathInterpolator - Class in javax.media.ding3d
RotPosPathInterpolator behavior.
RotPosPathInterpolator(Alpha, TransformGroup, Transform3D, float[], Quat4f[], Point3f[]) - Constructor for class javax.media.ding3d.RotPosPathInterpolator
Constructs a new interpolator that varies the rotation and translation of the target TransformGroup's transform.
RotPosPathInterpolatorState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
RotPosPathInterpolatorState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RotPosPathInterpolatorState
 
RotPosScalePathInterpolator - Class in javax.media.ding3d
RotPosScalePathInterpolation behavior.
RotPosScalePathInterpolator(Alpha, TransformGroup, Transform3D, float[], Quat4f[], Point3f[], float[]) - Constructor for class javax.media.ding3d.RotPosScalePathInterpolator
Constructs a new RotPosScalePathInterpolator object that varies the rotation, translation, and scale of the target TransformGroup's transform.
RotPosScalePathInterpolatorState - Class in javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d
 
RotPosScalePathInterpolatorState(SymbolTableData, Controller) - Constructor for class javax.media.ding3d.utils.scenegraph.io.state.javax.media.ding3d.RotPosScalePathInterpolatorState
 
RotPosScaleTCBSplinePathInterpolator - Class in javax.media.ding3d.utils.behaviors.interpolators
RotPosScaleTCBSplinePathInterpolator behavior.
RotPosScaleTCBSplinePathInterpolator(Alpha, TransformGroup, Transform3D, TCBKeyFrame[]) - Constructor for class javax.media.ding3d.utils.behaviors.interpolators.RotPosScaleTCBSplinePathInterpolator
Constructs a new RotPosScaleTCBSplinePathInterpolator object that varies the rotation, translation, and scale of the target TransformGroup's transform.
rotX(double) - Method in class javax.media.ding3d.Transform3D
Sets the value of this transform to a counter clockwise rotation about the x axis.
rotX(double) - Method in class javax.media.ding3d.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the x axis.
rotX(float) - Method in class javax.media.ding3d.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the x axis.
rotX(double) - Method in class javax.media.ding3d.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the x axis.
rotX(float) - Method in class javax.media.ding3d.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the x axis.
RotXFactor(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Property which sets the rotation x factor.
rotY(double) - Method in class javax.media.ding3d.Transform3D
Sets the value of this transform to a counter clockwise rotation about the y axis.
rotY(double) - Method in class javax.media.ding3d.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the y axis.
rotY(float) - Method in class javax.media.ding3d.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the y axis.
rotY(double) - Method in class javax.media.ding3d.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the y axis.
rotY(float) - Method in class javax.media.ding3d.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the y axis.
RotYFactor(Object[]) - Method in class javax.media.ding3d.utils.behaviors.vp.OrbitBehavior
Property which sets the rotation y factor.
rotZ(double) - Method in class javax.media.ding3d.Transform3D
Sets the value of this transform to a counter clockwise rotation about the z axis.
rotZ(double) - Method in class javax.media.ding3d.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the z axis.
rotZ(float) - Method in class javax.media.ding3d.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the z axis.
rotZ(double) - Method in class javax.media.ding3d.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the z axis.
rotZ(float) - Method in class javax.media.ding3d.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the z axis.
run() - Method in class javax.media.ding3d.audioengines.AudioEngineThread
 
run() - Method in class javax.media.ding3d.utils.applet.JMainFrame
 
run() - Method in class javax.media.ding3d.utils.applet.MainFrame
 
runMonitor(int, long, Object[]) - Method in class javax.media.ding3d.audioengines.AudioEngineThread
 

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