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

M

majorVersionNumber - Variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. The major version number for the compressed geometry format that was used to compress the geometry.
Material - Class in javax.media.j3d
The Material object defines the appearance of an object under illumination.
Material() - Constructor for class javax.media.j3d.Material
Constructs and initializes a Material object using default parameters.
Material(Color3f, Color3f, Color3f, Color3f, float) - Constructor for class javax.media.j3d.Material
Constructs and initializes a new material object using the specified parameters.
MAXIMUM_SENSOR_BUTTON_COUNT - Static variable in class javax.media.j3d.SensorRead
The maximum number of sensor-attached buttons tracked on a per sensor basis.
MediaContainer - Class in javax.media.j3d
The MediaContainer object defines all sound data: cached state flag, and associated sound media.
MediaContainer() - Constructor for class javax.media.j3d.MediaContainer
Constructs a MediaContainer object with default parameters.
MediaContainer(String) - Constructor for class javax.media.j3d.MediaContainer
Constructs and initializes a MediaContainer object using specified parameters.
MediaContainer(URL) - Constructor for class javax.media.j3d.MediaContainer
Constructs and initializes a MediaContainer object using specified parameters.
MediaContainer(InputStream) - Constructor for class javax.media.j3d.MediaContainer
Constructs and initializes a MediaContainer object using specified parameters.
minorMinorVersionNumber - Variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. The minor-minor version number for the compressed geometry format that was used to compress the geometry.
minorVersionNumber - Variable in class javax.media.j3d.CompressedGeometryHeader
Deprecated. The minor version number for the compressed geometry format that was used to compress the geometry.
ModelClip - Class in javax.media.j3d
The ModelClip leaf node defines a set of 6 arbitrary clipping planes in the virtual universe.
ModelClip() - Constructor for class javax.media.j3d.ModelClip
Constructs a ModelClip node with default parameters.
ModelClip(Vector4d[]) - Constructor for class javax.media.j3d.ModelClip
Constructs a ModelClip node using the specified planes.
ModelClip(Vector4d[], boolean[]) - Constructor for class javax.media.j3d.ModelClip
Constructs a ModelClip node using the specified planes and enable flags.
MODULATE - Static variable in class javax.media.j3d.TextureAttributes
Modulate the object color with the texture color.
MONO_SPEAKER - Static variable in interface javax.media.j3d.AudioDevice
Choosing a single near-field monoaural speaker as the audio playback type specifies that the audio playback will be through a single speaker some supplied distance away from the listener.
Morph - Class in javax.media.j3d
Deprecated. As of Java 3D version 1.4.
Morph(GeometryArray[]) - Constructor for class javax.media.j3d.Morph
Deprecated. Constructs and initializes a Morph node with the specified array of GeometryArray objects.
Morph(GeometryArray[], Appearance) - Constructor for class javax.media.j3d.Morph
Deprecated. Constructs and initializes a Morph node with the specified array of GeometryArray objects and the specified appearance object.
moveTo(BranchGroup) - Method in class javax.media.j3d.Group
Moves the specified branch group node from its existing location to the end of this group node's list of children.
moveTo(BranchGroup) - Method in class javax.media.j3d.OrderedGroup
Moves the specified branch group node from its existing location to the end of this group node's list of children.
mul(double) - Method in class javax.media.j3d.Transform3D
Multiplies each element of this transform by a scalar.
mul(double, Transform3D) - Method in class javax.media.j3d.Transform3D
Multiplies each element of transform t1 by a scalar and places the result into this.
mul(Transform3D) - Method in class javax.media.j3d.Transform3D
Sets the value of this transform to the result of multiplying itself with transform t1 (this = this * t1).
mul(Transform3D, Transform3D) - Method in class javax.media.j3d.Transform3D
Sets the value of this transform to the result of multiplying transform t1 by transform t2 (this = t1*t2).
mulInverse(Transform3D) - Method in class javax.media.j3d.Transform3D
Multiplies this transform by the inverse of transform t1.
mulInverse(Transform3D, Transform3D) - Method in class javax.media.j3d.Transform3D
Multiplies transform t1 by the inverse of transform t2.
MULTI_LEVEL_LINEAR - Static variable in class javax.media.j3d.Texture
Performs tri-linear interpolation of texels between four texels each from two nearest mipmap levels.
MULTI_LEVEL_MIPMAP - Static variable in class javax.media.j3d.Texture
Indicates that this Texture object has multiple images, one for each mipmap level.
MULTI_LEVEL_POINT - Static variable in class javax.media.j3d.Texture
Selects the nearest texel in the nearest mipmap.
MultipleParentException - Exception in javax.media.j3d
Indicates an attempt to add a node that is already a child of one group node, into another group node.
MultipleParentException() - Constructor for exception javax.media.j3d.MultipleParentException
Create the exception object with default values.
MultipleParentException(String) - Constructor for exception javax.media.j3d.MultipleParentException
Create the exception object that outputs message.
multiplyModelTransform(Transform3D) - Method in class javax.media.j3d.GraphicsContext3D
Multiplies the current model transform by the specified transform and stores the result back into the current transform.
mulTransposeBoth(Transform3D, Transform3D) - Method in class javax.media.j3d.Transform3D
Multiplies the transpose of transform t1 by the transpose of transform t2 and places the result into this transform (this = transpose(t1) * transpose(t2)).
mulTransposeLeft(Transform3D, Transform3D) - Method in class javax.media.j3d.Transform3D
Multiplies the transpose of transform t1 by transform t2 and places the result into this matrix (this = transpose(t1) * t2).
mulTransposeRight(Transform3D, Transform3D) - Method in class javax.media.j3d.Transform3D
Multiplies transform t1 by the transpose of transform t2 and places the result into this transform (this = t1 * transpose(t2)).
muteSample(int) - Method in interface javax.media.j3d.AudioDevice3D
Makes the sample 'play silently'.

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