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