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

L

lastButtons(int[]) - Method in class javax.media.j3d.Sensor
Places the most recent sensor reading value for each button into the array parameter; will throw an ArrayIndexOutOfBoundsException if values.length is less than the number of buttons.
lastButtons(int, int[]) - Method in class javax.media.j3d.Sensor
Places the kth-most recent sensor reading value for each button into the array parameter; where k=0 is the most recent sensor reading, k=1 is the next most recent sensor reading, etc.; will throw an ArrayIndexOutOfBoundsException if values.length is less than the number of buttons.
lastRead(Transform3D) - Method in class javax.media.j3d.Sensor
Extracts the most recent sensor reading and copies that value into the specified argument.
lastRead(Transform3D, int) - Method in class javax.media.j3d.Sensor
Extracts the kth-most recent sensor reading and copies that value into the specified argument; where 0 is the most recent sensor reading, 1 is the next most recent sensor reading, etc.
lastTime() - Method in class javax.media.j3d.Sensor
Returns the time associated with the most recent sensor reading.
lastTime(int) - Method in class javax.media.j3d.Sensor
Returns the time associated with the kth-most recent sensor reading; where 0 is the most recent sensor reading, 1 is the next most recent sensor reading, etc.
Leaf - Class in javax.media.j3d
The Leaf node is an abstract class for all scene graph nodes that have no children.
Leaf() - Constructor for class javax.media.j3d.Leaf
Construct and initialize the Leaf object.
LEFT_EYE_VIEW - Static variable in class javax.media.j3d.View
Specifies that monoscopic view generated should be the view as seen from the left eye.
length() - Method in class javax.media.j3d.ShaderAttributeArray
Returns the number of elements in the value array.
LESS - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that pixels are drawn if the source/reference value is less than the destination/test value.
LESS_OR_EQUAL - Static variable in class javax.media.j3d.RenderingAttributes
Specifies that pixels are drawn if the source/reference value is less than or equal to the destination/test value.
Light - Class in javax.media.j3d
The Light leaf node is an abstract class that defines a set of parameters common to all types of light.
Light() - Constructor for class javax.media.j3d.Light
Constructs a Light node with default parameters.
Light(Color3f) - Constructor for class javax.media.j3d.Light
Constructs and initializes a Light node using the specified color.
Light(boolean, Color3f) - Constructor for class javax.media.j3d.Light
Constructs and initializes a Light node using the specified enable flag and color.
LINE_BUFFER - Static variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. bufferType: compressed geometry is made up of line segments.
LINEAR_DETAIL - Static variable in class javax.media.j3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported. Performs linear sampling in both the base level texture image and the detail texture image, and combines the two texture values according to the detail texture mode.
LINEAR_DETAIL_ALPHA - Static variable in class javax.media.j3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported. Performs linear detail for the alpha component only. The rgb components are computed using BASE_LEVEL_LINEAR filter.
LINEAR_DETAIL_RGB - Static variable in class javax.media.j3d.Texture2D
Deprecated. As of Java 3D 1.5 the optional detail texture feature is no longer supported. Performs linear detail for the rgb components only. The alpha component is computed using BASE_LEVEL_LINEAR filter.
LINEAR_SHARPEN - Static variable in class javax.media.j3d.Texture
Sharpens the resulting image by extrapolating from the base level plus one image to the base level image of this texture object.
LINEAR_SHARPEN_ALPHA - Static variable in class javax.media.j3d.Texture
Performs linear sharpen filter for the alpha component only.
LINEAR_SHARPEN_RGB - Static variable in class javax.media.j3d.Texture
Performs linear sharpen filter for the rgb components only.
LinearFog - Class in javax.media.j3d
The LinearFog leaf node defines fog distance parameters for linear fog.
LinearFog() - Constructor for class javax.media.j3d.LinearFog
Constructs a LinearFog node with default parameters.
LinearFog(Color3f) - Constructor for class javax.media.j3d.LinearFog
Constructs a LinearFog node with the specified fog color.
LinearFog(Color3f, double, double) - Constructor for class javax.media.j3d.LinearFog
Constructs a LinearFog node with the specified fog color and distances.
LinearFog(float, float, float) - Constructor for class javax.media.j3d.LinearFog
Constructs a LinearFog node with the specified fog color.
LinearFog(float, float, float, double, double) - Constructor for class javax.media.j3d.LinearFog
Constructs a LinearFog node with the specified fog color and distances.
LineArray - Class in javax.media.j3d
The LineArray object draws the array of vertices as individual line segments.
LineArray(int, int) - Constructor for class javax.media.j3d.LineArray
Constructs an empty LineArray object using the specified parameters.
LineArray(int, int, int, int[]) - Constructor for class javax.media.j3d.LineArray
Constructs an empty LineArray object using the specified parameters.
LineArray(int, int, int, int[], int, int[]) - Constructor for class javax.media.j3d.LineArray
Constructs an empty LineArray object using the specified parameters.
LineAttributes - Class in javax.media.j3d
The LineAttributes object defines all rendering state that can be set as a component object of a Shape3D node.
LineAttributes() - Constructor for class javax.media.j3d.LineAttributes
Constructs a LineAttributes object with default parameters.
LineAttributes(float, int, boolean) - Constructor for class javax.media.j3d.LineAttributes
Constructs a LineAttributes object with specified values.
LineStripArray - Class in javax.media.j3d
The LineStripArray object draws an array of vertices as a set of connected line strips.
LineStripArray(int, int, int[]) - Constructor for class javax.media.j3d.LineStripArray
Constructs an empty LineStripArray object using the specified parameters.
LineStripArray(int, int, int, int[], int[]) - Constructor for class javax.media.j3d.LineStripArray
Constructs an empty LineStripArray object using the specified parameters.
LineStripArray(int, int, int, int[], int, int[], int[]) - Constructor for class javax.media.j3d.LineStripArray
Constructs an empty LineStripArray object using the specified parameters.
Link - Class in javax.media.j3d
A Link leaf node allows an application to reference a shared graph, rooted by a SharedGroup node, from within a branch graph or another shared graph.
Link() - Constructor for class javax.media.j3d.Link
Constructs a Link node object that does not yet point to a SharedGroup node.
Link(SharedGroup) - Constructor for class javax.media.j3d.Link
Constructs a Link node object that points to the specified SharedGroup node.
LINK_ERROR - Static variable in class javax.media.j3d.ShaderError
Indicates that an error occurred while linking a shader.
LOCAL_TO_VWORLD - Static variable in class javax.media.j3d.PickInfo
Specifies that this PickInfo returns the computed local to vworld transform.
Locale - Class in javax.media.j3d
A Locale object defines a high-resolution position within a VirtualUniverse, and serves as a container for a collection of BranchGroup-rooted subgraphs (branch graphs), at that position.
Locale(VirtualUniverse) - Constructor for class javax.media.j3d.Locale
Constructs and initializes a new high resolution Locale object located at (0, 0, 0).
Locale(VirtualUniverse, int[], int[], int[]) - Constructor for class javax.media.j3d.Locale
Constructs and initializes a new high resolution Locale object from the parameters provided.
Locale(VirtualUniverse, HiResCoord) - Constructor for class javax.media.j3d.Locale
Constructs and initializes a new high resolution Locale object at the location specified by the HiResCoord argument.
LOD - Class in javax.media.j3d
An LOD leaf node is an abstract behavior class that operates on a list of Switch group nodes to select one of the children of the Switch nodes.
LOD() - Constructor for class javax.media.j3d.LOD
Constructs and initializes an LOD node.
lookAt(Point3d, Point3d, Vector3d) - Method in class javax.media.j3d.Transform3D
Helping function that specifies the position and orientation of a view matrix.
lowerBound - Variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. A point that defines the lower bound of the x, y, and z components for all positions in the compressed geometry buffer.
LUMINANCE - Static variable in class javax.media.j3d.Texture
Specifies Texture contains only luminance values.
LUMINANCE_ALPHA - Static variable in class javax.media.j3d.Texture
Specifies Texture contains Luminance and Alpha values.

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