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 Z 

M

majorVersionNumber - Variable in class org.jogamp.java3d.CompressedGeometryHeader
Deprecated.
The major version number for the compressed geometry format that was used to compress the geometry.
Material - Class in org.jogamp.java3d
The Material object defines the appearance of an object under illumination.
Material() - Constructor for class org.jogamp.java3d.Material
Constructs and initializes a Material object using default parameters.
Material(Color3f, Color3f, Color3f, Color3f, float) - Constructor for class org.jogamp.java3d.Material
Constructs and initializes a new material object using the specified parameters.
materialData - Variable in class org.jogamp.java3d.Jogl2es2Context
 
matrixUtil - Variable in class org.jogamp.java3d.Jogl2es2Context
 
MAX_LIGHTS - Static variable in class org.jogamp.java3d.Jogl2es2Context
 
MAXIMUM_SENSOR_BUTTON_COUNT - Static variable in class org.jogamp.java3d.SensorRead
The maximum number of sensor-attached buttons tracked on a per sensor basis.
maxLights - Variable in class org.jogamp.java3d.Jogl2es2Context
 
MediaContainer - Class in org.jogamp.java3d
The MediaContainer object defines all sound data: cached state flag, and associated sound media.
MediaContainer() - Constructor for class org.jogamp.java3d.MediaContainer
Constructs a MediaContainer object with default parameters.
MediaContainer(String) - Constructor for class org.jogamp.java3d.MediaContainer
Constructs and initializes a MediaContainer object using specified parameters.
MediaContainer(URL) - Constructor for class org.jogamp.java3d.MediaContainer
Constructs and initializes a MediaContainer object using specified parameters.
MediaContainer(InputStream) - Constructor for class org.jogamp.java3d.MediaContainer
Constructs and initializes a MediaContainer object using specified parameters.
minorMinorVersionNumber - Variable in class org.jogamp.java3d.CompressedGeometryHeader
Deprecated.
The minor-minor version number for the compressed geometry format that was used to compress the geometry.
minorVersionNumber - Variable in class org.jogamp.java3d.CompressedGeometryHeader
Deprecated.
The minor version number for the compressed geometry format that was used to compress the geometry.
ModelClip - Class in org.jogamp.java3d
The ModelClip leaf node defines a set of 6 arbitrary clipping planes in the virtual universe.
ModelClip() - Constructor for class org.jogamp.java3d.ModelClip
Constructs a ModelClip node with default parameters.
ModelClip(Vector4d[]) - Constructor for class org.jogamp.java3d.ModelClip
Constructs a ModelClip node using the specified planes.
ModelClip(Vector4d[], boolean[]) - Constructor for class org.jogamp.java3d.ModelClip
Constructs a ModelClip node using the specified planes and enable flags.
modelMatrix - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
 
modelMatrixSkipped - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
modelMatrixUpdated - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
 
MODULATE - Static variable in class org.jogamp.java3d.TextureAttributes
Modulate the object color with the texture color.
MONO_SPEAKER - Static variable in interface org.jogamp.java3d.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 org.jogamp.java3d
Deprecated.
As of Java 3D version 1.4.
Morph(GeometryArray[]) - Constructor for class org.jogamp.java3d.Morph
Deprecated.
Constructs and initializes a Morph node with the specified array of GeometryArray objects.
Morph(GeometryArray[], Appearance) - Constructor for class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.Transform3D
Multiplies each element of this transform by a scalar.
mul(double, Transform3D) - Method in class org.jogamp.java3d.Transform3D
Multiplies each element of transform t1 by a scalar and places the result into this.
mul(Transform3D) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.Transform3D
Multiplies this transform by the inverse of transform t1.
mulInverse(Transform3D, Transform3D) - Method in class org.jogamp.java3d.Transform3D
Multiplies transform t1 by the inverse of transform t2.
MULTI_LEVEL_LINEAR - Static variable in class org.jogamp.java3d.Texture
Performs tri-linear interpolation of texels between four texels each from two nearest mipmap levels.
MULTI_LEVEL_MIPMAP - Static variable in class org.jogamp.java3d.Texture
Indicates that this Texture object has multiple images, one for each mipmap level.
MULTI_LEVEL_POINT - Static variable in class org.jogamp.java3d.Texture
Selects the nearest texel in the nearest mipmap.
MultipleParentException - Exception in org.jogamp.java3d
Indicates an attempt to add a node that is already a child of one group node, into another group node.
MultipleParentException() - Constructor for exception org.jogamp.java3d.MultipleParentException
Create the exception object with default values.
MultipleParentException(String) - Constructor for exception org.jogamp.java3d.MultipleParentException
Create the exception object that outputs message.
multiplyModelTransform(Transform3D) - Method in class org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.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 org.jogamp.java3d.AudioDevice3D
Makes the sample 'play silently'.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links