- absolute(Tuple2d) - Method in class org.jogamp.vecmath.Tuple2d
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple2d
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple2f) - Method in class org.jogamp.vecmath.Tuple2f
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple2f
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple2i) - Method in class org.jogamp.vecmath.Tuple2i
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple2i
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple3d) - Method in class org.jogamp.vecmath.Tuple3d
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple3d
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple3f) - Method in class org.jogamp.vecmath.Tuple3f
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple3f
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple3i) - Method in class org.jogamp.vecmath.Tuple3i
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple3i
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple4d) - Method in class org.jogamp.vecmath.Tuple4d
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple4d
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple4f) - Method in class org.jogamp.vecmath.Tuple4f
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple4f
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple4i) - Method in class org.jogamp.vecmath.Tuple4i
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute() - Method in class org.jogamp.vecmath.Tuple4i
-
Sets each component of this tuple to its absolute value.
- AccelerationTime(Object[]) - Method in class org.jogamp.java3d.utils.behaviors.vp.WandViewBehavior
-
Property which sets the time interval for accelerating to the
translation, rotation, or scale speeds and for transitioning between
the normal and fast translation speeds.
- activeTextureUnit - Variable in class org.jogamp.java3d.Jogl2es2PerFrameStats
- add(HiResCoord, HiResCoord) - Method in class org.jogamp.java3d.HiResCoord
-
Adds two HiResCoords placing the results into this HiResCoord.
- add(Transform3D) - Method in class org.jogamp.java3d.Transform3D
-
Adds this transform to transform t1 and places the result into
this: this = this + t1.
- add(Transform3D, Transform3D) - Method in class org.jogamp.java3d.Transform3D
-
Adds transforms t1 and t2 and places the result into this transform.
- add(GMatrix) - Method in class org.jogamp.vecmath.GMatrix
-
Sets the value of this matrix to sum of itself and matrix m1.
- add(GMatrix, GMatrix) - Method in class org.jogamp.vecmath.GMatrix
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(GVector) - Method in class org.jogamp.vecmath.GVector
-
Sets the value of this vector to sum of itself and the specified
vector
- add(GVector, GVector) - Method in class org.jogamp.vecmath.GVector
-
Sets the value of this vector to the vector sum of vectors vector1
and vector2.
- add(double) - Method in class org.jogamp.vecmath.Matrix3d
-
Adds a scalar to each component of this matrix.
- add(double, Matrix3d) - Method in class org.jogamp.vecmath.Matrix3d
-
Adds a scalar to each component of the matrix m1 and places
the result into this.
- add(Matrix3d, Matrix3d) - Method in class org.jogamp.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix3d) - Method in class org.jogamp.vecmath.Matrix3d
-
Sets the value of this matrix to the sum of itself and matrix m1.
- add(float) - Method in class org.jogamp.vecmath.Matrix3f
-
Adds a scalar to each component of this matrix.
- add(float, Matrix3f) - Method in class org.jogamp.vecmath.Matrix3f
-
Adds a scalar to each component of the matrix m1 and places
the result into this.
- add(Matrix3f, Matrix3f) - Method in class org.jogamp.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix3f) - Method in class org.jogamp.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix sum of itself and
matrix m1.
- add(double) - Method in class org.jogamp.vecmath.Matrix4d
-
Adds a scalar to each component of this matrix.
- add(double, Matrix4d) - Method in class org.jogamp.vecmath.Matrix4d
-
Adds a scalar to each component of the matrix m1 and places
the result into this.
- add(Matrix4d, Matrix4d) - Method in class org.jogamp.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix4d) - Method in class org.jogamp.vecmath.Matrix4d
-
Sets the value of this matrix to sum of itself and matrix m1.
- add(float) - Method in class org.jogamp.vecmath.Matrix4f
-
Adds a scalar to each component of this matrix.
- add(float, Matrix4f) - Method in class org.jogamp.vecmath.Matrix4f
-
Adds a scalar to each component of the matrix m1 and places
the result into this.
- add(Matrix4f, Matrix4f) - Method in class org.jogamp.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix4f) - Method in class org.jogamp.vecmath.Matrix4f
-
Sets the value of this matrix to the sum of itself and matrix m1.
- add(Tuple2d, Tuple2d) - Method in class org.jogamp.vecmath.Tuple2d
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple2d) - Method in class org.jogamp.vecmath.Tuple2d
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple2f, Tuple2f) - Method in class org.jogamp.vecmath.Tuple2f
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple2f) - Method in class org.jogamp.vecmath.Tuple2f
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple2i, Tuple2i) - Method in class org.jogamp.vecmath.Tuple2i
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple2i) - Method in class org.jogamp.vecmath.Tuple2i
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple3d, Tuple3d) - Method in class org.jogamp.vecmath.Tuple3d
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple3d) - Method in class org.jogamp.vecmath.Tuple3d
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple3f, Tuple3f) - Method in class org.jogamp.vecmath.Tuple3f
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple3f) - Method in class org.jogamp.vecmath.Tuple3f
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple3i, Tuple3i) - Method in class org.jogamp.vecmath.Tuple3i
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple3i) - Method in class org.jogamp.vecmath.Tuple3i
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple4d, Tuple4d) - Method in class org.jogamp.vecmath.Tuple4d
-
Sets the value of this tuple to the tuple sum of tuples t1 and t2.
- add(Tuple4d) - Method in class org.jogamp.vecmath.Tuple4d
-
Sets the value of this tuple to the sum of itself and tuple t1.
- add(Tuple4f, Tuple4f) - Method in class org.jogamp.vecmath.Tuple4f
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple4f) - Method in class org.jogamp.vecmath.Tuple4f
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple4i, Tuple4i) - Method in class org.jogamp.vecmath.Tuple4i
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple4i) - Method in class org.jogamp.vecmath.Tuple4i
-
Sets the value of this tuple to the sum of itself and t1.
- addBackgroundNode(Background) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Adds the given Background node to the list of backgrounds.
- addBehaviorNode(Behavior) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Adds the given behavior to a list of behaviors
- addBranchGraph(BranchGroup) - Method in class org.jogamp.java3d.Locale
-
Add a new branch graph rooted at BranchGroup to
the list of branch graphs.
- addBranchGraph(BranchGroup) - Method in class org.jogamp.java3d.utils.universe.SimpleUniverse
-
Used to add Nodes to the geometry side (as opposed to the view side)
of the scene graph.
- addBranchGraphReference(SceneGraphObject, int) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Add a refernce to the BranchGraph root
Also returns the nodes id
Used to associate graphs with a locale without storing the graph at the
current time.
- addCanvas3D(Canvas3D) - Method in class org.jogamp.java3d.View
-
Adds the given Canvas3D at the end of the list.
- addChild(Node) - Method in class org.jogamp.java3d.Group
-
Appends the specified child node to this group node's list of children.
- addChild(Node, int[]) - Method in class org.jogamp.java3d.OrderedGroup
-
Appends the specified child node to this group node's list of
children, and sets the child index order array to the specified
array.
- addChild(Node) - Method in class org.jogamp.java3d.OrderedGroup
-
Appends the specified child node to this group node's list of children.
- addDescription(String) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Sets the text description of the scene to the passed in String.
- addElement(int) - Method in class org.jogamp.java3d.internal.FastVector
-
Add an element to the end of the array.
- addFogNode(Fog) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Adds the given Fog node to the list of fog nodes.
- addGeometry(Geometry) - Method in class org.jogamp.java3d.Shape3D
-
Appends the specified geometry component to this Shape3D
node's list of geometry components.
- addGraphStructureChangeListener(GraphStructureChangeListener) - Method in class org.jogamp.java3d.VirtualUniverse
-
Adds the specified GraphStructureChangeListener to the set of listeners
that will be notified when the graph structure is changed on a live
scene graph.
- addHorizontalFOV(float) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Adds the given field of view value to the list of field of view values.
- addInputDevice(InputDevice) - Method in class org.jogamp.java3d.PhysicalEnvironment
-
Add an input device to the list of input devices.
- addLight(Light) - Method in class org.jogamp.java3d.GraphicsContext3D
-
Appends the specified light to this graphics context's list of lights.
- addLightNode(Light) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Adds the given Light node to the list of lights.
- addListener(Component) - Method in class org.jogamp.java3d.utils.behaviors.keyboard.KeyNavigatorBehavior
-
Adds this behavior as a KeyListener to the specified component.
- addListener(Component) - Method in class org.jogamp.java3d.utils.behaviors.mouse.MouseBehavior
-
Adds this behavior as a MouseListener, mouseWheelListener and MouseMotionListener to
the specified component.
- addNamedObject(String, Object) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Adds the given String/Object pair to the table of named objects.
- addNamedObject(String, SceneGraphObject) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.Controller
-
Associate the name with the scene graph object
- addNamedObject(String, SceneGraphObject) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Associate the name with the scene graph object
- addNamedObjects(HashMap) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.StreamControl
-
Add the named objects to the symbol table
- addNamedObjects(HashMap) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Add all the named objects in map
- addNotify() - Method in class org.jogamp.java3d.Canvas3D
-
Canvas3D uses the addNotify callback to track when it is added
to a container.
- addObjectName(String, SceneGraphObject) - Method in class org.jogamp.java3d.utils.scenegraph.io.SceneGraphFileWriter
-
Add a named reference to a SceneGraphObject in the file.
- addReference(SceneGraphObject) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Add a refernce to the specified node
Also returns the nodes id
- addReference(SymbolTableData) - Method in class org.jogamp.java3d.utils.scenegraph.io.retained.SymbolTable
-
Add a refernce to the specified node
Also returns the nodes id
- addReference(SceneGraphObject) - Method in interface org.jogamp.java3d.utils.scenegraph.io.SceneGraphObjectReferenceControl
-
Add a reference to the scenegraph object specified and return
the nodeID for the object
Use only during the save cycle
- addRenderingErrorListener(RenderingErrorListener) - Static method in class org.jogamp.java3d.VirtualUniverse
-
Adds the specified RenderingErrorListener to the set of listeners
that will be notified when a rendering error is detected.
- addScope(Group) - Method in class org.jogamp.java3d.AlternateAppearance
-
Appends the specified Group node to this AlternateAppearance node's
list of scopes.
- addScope(Group) - Method in class org.jogamp.java3d.Fog
-
Appends the specified Group node to this Fog node's list of scopes.
- addScope(Group) - Method in class org.jogamp.java3d.Light
-
Appends the specified Group node to this Light node's list of scopes.
- addScope(Group) - Method in class org.jogamp.java3d.ModelClip
-
Appends the specified Group node to this ModelClip node's list of scopes.
- addSensorButtonListener(Sensor, int, SensorButtonListener) - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEventAgent
-
Creates a binding of the specified sensor button to the given
SensorButtonListener
implementation.
- addSensorButtonListener(Sensor, SensorButtonListener) - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEventAgent
-
Creates a binding from all the buttons on the specified sensor to
the given SensorButtonListener
implementation.
- addSensorButtonListeners(Sensor, SensorButtonListener[]) - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEventAgent
-
Creates a binding of the specified sensor to the given array of
SensorButtonListener
implementations.
- addSensorReadListener(Sensor, SensorReadListener) - Method in class org.jogamp.java3d.utils.behaviors.sensor.SensorEventAgent
-
Creates a binding of the specified sensor to the given
SensorReadListener
.
- addShaderErrorListener(ShaderErrorListener) - Method in class org.jogamp.java3d.VirtualUniverse
-
Adds the specified ShaderErrorListener to the set of listeners
that will be notified when a programmable shader error is
detected on a live scene graph.
- addSound(Sound) - Method in class org.jogamp.java3d.GraphicsContext3D
-
Appends the specified sound to this graphics context's list of sounds.
- addSoundNode(Sound) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Adds the given Sound node to the list of sounds.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.AlternateAppearanceState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.AppearanceState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.BackgroundState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.ColorInterpolatorState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.InterpolatorState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.MorphState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.NodeComponentState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.RasterState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.Shape3DState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.SoundscapeState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.SoundState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.Text3DState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.Texture2DState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.TextureCubeMapState
-
Called when this component reference count is incremented.
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.TextureState
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.TextureUnitStateState
- addSubReference() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.TransparencyInterpolatorState
-
Called when this component reference count is incremented.
- addSwitch(Switch) - Method in class org.jogamp.java3d.LOD
-
Appends the specified switch node to this LOD's list of switches.
- addView(View) - Method in class org.jogamp.java3d.ViewSpecificGroup
-
Appends the specified View object to this node's list of views.
- addViewGroup(TransformGroup) - Method in class org.jogamp.java3d.loaders.SceneBase
-
Adds the given group to the list of view groups.
- AFFINE - Static variable in class org.jogamp.java3d.Transform3D
-
An affine matrix can translate, rotate, reflect, scale anisotropically,
and shear.
- ALIGN_CENTER - Static variable in class org.jogamp.java3d.Text3D
-
alignment
: the center of the string is placed on the
position
point.
- ALIGN_FIRST - Static variable in class org.jogamp.java3d.Text3D
-
alignment
: the first character of the string is placed
on the position
point.
- ALIGN_LAST - Static variable in class org.jogamp.java3d.Text3D
-
alignment
: the last character of the string is placed
on the position
point.
- ALL_GEOM_INFO - Static variable in class org.jogamp.java3d.PickInfo
-
Specifies that this PickInfo returns all the closest intersection
geometry informations.
- allElements() - Method in class org.jogamp.java3d.WakeupCondition
-
Returns an iterator of all WakeupCriterias in this Condition.
- allGeometryData - Variable in class org.jogamp.java3d.Jogl2es2Context
- allocateDirect(int) - Static method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Allocate a direct ByteBuffer with the given capacity.
- ALLOW_ALIGNMENT_READ - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
reading the text alignment value.
- ALLOW_ALIGNMENT_WRITE - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
writing the text alignment value.
- ALLOW_ALPHA_TEST_FUNCTION_READ - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows reading its alpha test function component information.
- ALLOW_ALPHA_TEST_FUNCTION_WRITE - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows writing its alpha test function component information.
- ALLOW_ALPHA_TEST_VALUE_READ - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows reading its alpha test value component information.
- ALLOW_ALPHA_TEST_VALUE_WRITE - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows writing its alpha test value component information.
- ALLOW_ANGULAR_ATTENUATION_READ - Static variable in class org.jogamp.java3d.ConeSound
-
Specifies that this ConeSound allows access to its object's cone params
information.
- ALLOW_ANGULAR_ATTENUATION_WRITE - Static variable in class org.jogamp.java3d.ConeSound
-
Specifies that this ConeSound allows writing to its object's cone params
information.
- ALLOW_ANISOTROPIC_FILTER_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its anistropic
filter information (e.g., anisotropic mode, anisotropic filter)
- ALLOW_ANTIALIASING_READ - Static variable in class org.jogamp.java3d.LineAttributes
-
Specifies that this LineAttributes object allows reading its
line antialiasing flag.
- ALLOW_ANTIALIASING_READ - Static variable in class org.jogamp.java3d.PointAttributes
-
Specifies that this PointAttributes object allows reading its
point antialiasing flag.
- ALLOW_ANTIALIASING_WRITE - Static variable in class org.jogamp.java3d.LineAttributes
-
Specifies that this LineAttributes object allows writing its
line antialiasing flag.
- ALLOW_ANTIALIASING_WRITE - Static variable in class org.jogamp.java3d.PointAttributes
-
Specifies that this PointAttributes object allows writing its
point antialiasing flag.
- ALLOW_APPEARANCE_OVERRIDE_READ - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that this node allows reading its appearance override
enable flag.
- ALLOW_APPEARANCE_OVERRIDE_READ - Static variable in class org.jogamp.java3d.Shape3D
-
Specifies that this node allows reading its appearance override
enable flag.
- ALLOW_APPEARANCE_OVERRIDE_WRITE - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that this node allows writing its appearance override
enable flag.
- ALLOW_APPEARANCE_OVERRIDE_WRITE - Static variable in class org.jogamp.java3d.Shape3D
-
Specifies that this node allows writing its appearance override
enable flag.
- ALLOW_APPEARANCE_READ - Static variable in class org.jogamp.java3d.AlternateAppearance
-
Specifies that this AlternateAppearance node allows read access to
its appearance information.
- ALLOW_APPEARANCE_READ - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that the node allows read access to its appearance information.
- ALLOW_APPEARANCE_READ - Static variable in class org.jogamp.java3d.Shape3D
-
Specifies that the node allows read access to its appearance
information.
- ALLOW_APPEARANCE_WRITE - Static variable in class org.jogamp.java3d.AlternateAppearance
-
Specifies that this AlternateAppearance node allows write access to
its appearance information.
- ALLOW_APPEARANCE_WRITE - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that the node allows write access to its appearance information.
- ALLOW_APPEARANCE_WRITE - Static variable in class org.jogamp.java3d.Shape3D
-
Specifies that the node allows write access to its appearance
information.
- ALLOW_APPLICATION_BOUNDS_READ - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows read access to its application
bounds and bounding leaf at runtime.
- ALLOW_APPLICATION_BOUNDS_READ - Static variable in class org.jogamp.java3d.Clip
-
Specifies that the Clip allows read access to its application
bounds and bounding leaf at runtime.
- ALLOW_APPLICATION_BOUNDS_READ - Static variable in class org.jogamp.java3d.Soundscape
-
For Soundscape component objects, specifies that this object
allows read access to its application bounds
- ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows write access to its application
bounds and bounding leaf at runtime.
- ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Clip
-
Specifies that the Clip allows write access to its application
bounds and bounding leaf at runtime.
- ALLOW_APPLICATION_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Soundscape
-
For Soundscape component objects, specifies that this object
allows write access to its application bounds
- ALLOW_ATTENUATION_READ - Static variable in class org.jogamp.java3d.PointLight
-
Specifies that this PointLight node allows reading its attenuation
information.
- ALLOW_ATTENUATION_WRITE - Static variable in class org.jogamp.java3d.PointLight
-
Specifies that this PointLight node allows writing its attenuation
information.
- ALLOW_ATTRIBUTE_GAIN_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's attribute gain scale factor information.
- ALLOW_ATTRIBUTE_GAIN_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's attribute gain scale factor information.
- ALLOW_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.ShaderAttributeSet
-
Specifies that this ShaderAttributeSet object allows reading
its attributes.
- ALLOW_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.Soundscape
-
For Soundscape component objects, specifies that this object
allows the reading of it's aural attributes information
- ALLOW_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.ShaderAttributeSet
-
Specifies that this ShaderAttributeSet object allows writing
its attributes.
- ALLOW_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.Soundscape
-
For Soundscape component objects, specifies that this object
allows the writing of it's aural attribute information
- ALLOW_AUTO_COMPUTE_BOUNDS_READ - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows read access to its bounds
auto compute information.
- ALLOW_AUTO_COMPUTE_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows write access to its bounds
auto compute information.
- ALLOW_AXIS_READ - Static variable in class org.jogamp.java3d.OrientedShape3D
-
Specifies that this OrientedShape3D node
allows reading its alignment axis information.
- ALLOW_AXIS_WRITE - Static variable in class org.jogamp.java3d.OrientedShape3D
-
Specifies that this OrientedShape3D node
allows writing its alignment axis information.
- ALLOW_BACK_DISTANCE_READ - Static variable in class org.jogamp.java3d.Clip
-
Specifies that the Clip allows read access to its back distance
at runtime.
- ALLOW_BACK_DISTANCE_WRITE - Static variable in class org.jogamp.java3d.Clip
-
Specifies that the Clip allows write access to its back distance
at runtime.
- ALLOW_BLEND_COLOR_READ - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
reading its texture blend color component
information.
- ALLOW_BLEND_COLOR_WRITE - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
writing its texture blend color component
information.
- ALLOW_BLEND_FUNCTION_READ - Static variable in class org.jogamp.java3d.TransparencyAttributes
-
Specifies that this TransparencyAttributes object
allows reading its blend function.
- ALLOW_BLEND_FUNCTION_WRITE - Static variable in class org.jogamp.java3d.TransparencyAttributes
-
Specifies that this TransparencyAttributes object
allows writing its blend function.
- ALLOW_BOUNDARY_COLOR_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its
boundary color information.
- ALLOW_BOUNDARY_MODE_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its
boundary mode information.
- ALLOW_BOUNDING_BOX_READ - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
reading the text string bounding box value
- ALLOW_BOUNDS_READ - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows read access to its bounds
information.
- ALLOW_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows write access to its bounds
information.
- ALLOW_CACHE_READ - Static variable in class org.jogamp.java3d.MediaContainer
-
For MediaContainer component objects, specifies that this object
allows the reading of its cached flag.
- ALLOW_CACHE_WRITE - Static variable in class org.jogamp.java3d.MediaContainer
-
For MediaContainer component objects, specifies that this object
allows the writing of its cached flag.
- ALLOW_CHANNELS_USED_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its number of channels
used by this sound.
- ALLOW_CHARACTER_SPACING_READ - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
reading the text character spacing value.
- ALLOW_CHARACTER_SPACING_WRITE - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
writing the text character spacing value.
- ALLOW_CHILD_INDEX_ORDER_READ - Static variable in class org.jogamp.java3d.OrderedGroup
-
Specifies that this OrderedGroup node
allows reading its child index order information.
- ALLOW_CHILD_INDEX_ORDER_WRITE - Static variable in class org.jogamp.java3d.OrderedGroup
-
Specifies that this OrderedGroup node
allows writing its child index order information.
- ALLOW_CHILDREN_EXTEND - Static variable in class org.jogamp.java3d.Group
-
Specifies that this Group node allows adding new children.
- ALLOW_CHILDREN_READ - Static variable in class org.jogamp.java3d.Group
-
Specifies that this Group node allows reading its children.
- ALLOW_CHILDREN_WRITE - Static variable in class org.jogamp.java3d.Group
-
Specifies that this Group node allows writing its children.
- ALLOW_CLIP_MODE_READ - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows reading the clip mode.
- ALLOW_CLIP_MODE_WRITE - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows writing the clip mode.
- ALLOW_COLLIDABLE_READ - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows reading its collidability state.
- ALLOW_COLLIDABLE_WRITE - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows write access its collidability state.
- ALLOW_COLLISION_BOUNDS_READ - Static variable in class org.jogamp.java3d.Group
-
Specifies that this Group node allows reading its collision Bounds
- ALLOW_COLLISION_BOUNDS_READ - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that the node allows reading its collision Bounds.
- ALLOW_COLLISION_BOUNDS_READ - Static variable in class org.jogamp.java3d.Shape3D
-
Specifies that the node allows reading its collision Bounds
- ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Group
-
Specifies that this Group node allows writing its collision Bounds
- ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies the node allows writing its collision Bounds.
- ALLOW_COLLISION_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Shape3D
-
Specifies the node allows writing its collision Bounds
- ALLOW_COLOR_INDEX_READ - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows reading the array of
color indices.
- ALLOW_COLOR_INDEX_WRITE - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows writing the array of
color indices.
- ALLOW_COLOR_READ - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows read access to its color
at runtime.
- ALLOW_COLOR_READ - Static variable in class org.jogamp.java3d.ColoringAttributes
-
Specifies that this ColoringAttributes object allows
reading its color component information.
- ALLOW_COLOR_READ - Static variable in class org.jogamp.java3d.Fog
-
Specifies that this Fog node allows read access to its color
information.
- ALLOW_COLOR_READ - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows reading the array of
colors.
- ALLOW_COLOR_READ - Static variable in class org.jogamp.java3d.Light
-
Specifies that this Light allows read access to its color
information at runtime.
- ALLOW_COLOR_TABLE_READ - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
reading its texture color table component
information.
- ALLOW_COLOR_TABLE_WRITE - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
writing its texture color table component
information.
- ALLOW_COLOR_WRITE - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows write access to its color
at runtime.
- ALLOW_COLOR_WRITE - Static variable in class org.jogamp.java3d.ColoringAttributes
-
Specifies that this ColoringAttributes object allows
writing its color component information.
- ALLOW_COLOR_WRITE - Static variable in class org.jogamp.java3d.Fog
-
Specifies that this Fog node allows write access to its color
information.
- ALLOW_COLOR_WRITE - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows writing the array of
colors.
- ALLOW_COLOR_WRITE - Static variable in class org.jogamp.java3d.Light
-
Specifies that this Light allows write access to its color
information at runtime.
- ALLOW_COLORING_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its coloringAttributes component
information.
- ALLOW_COLORING_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its coloringAttributes component
information.
- ALLOW_COMBINE_READ - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
reading its texture combine mode information.
- ALLOW_COMBINE_WRITE - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
writing its texture combine mode information.
- ALLOW_COMPONENT_READ - Static variable in class org.jogamp.java3d.Material
-
For material object, specifies that Material allows reading
individual component field information.
- ALLOW_COMPONENT_WRITE - Static variable in class org.jogamp.java3d.Material
-
For material object, specifies that Material allows reading
individual component field information.
- ALLOW_CONCENTRATION_READ - Static variable in class org.jogamp.java3d.SpotLight
-
Specifies that the Node allows reading its spot lights concentration
information.
- ALLOW_CONCENTRATION_WRITE - Static variable in class org.jogamp.java3d.SpotLight
-
Specifies that the Node allows writing to its spot lights concentration
information.
- ALLOW_CONT_PLAY_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's continuous
play information.
- ALLOW_CONT_PLAY_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's continuous
play information.
- ALLOW_COORDINATE_INDEX_READ - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows reading the array of
coordinate indices.
- ALLOW_COORDINATE_INDEX_WRITE - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows writing the array of
coordinate indices.
- ALLOW_COORDINATE_READ - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows reading the array of
coordinates.
- ALLOW_COORDINATE_WRITE - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows writing the array of
coordinates.
- ALLOW_COUNT_READ - Static variable in class org.jogamp.java3d.CompressedGeometry
-
Deprecated.
Specifies that this CompressedGeometry object allows reading its
byte count information.
- ALLOW_COUNT_READ - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows reading the count or
initial index information for this object.
- ALLOW_COUNT_WRITE - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows writing the count or
initial index information for this object.
- ALLOW_CULL_FACE_READ - Static variable in class org.jogamp.java3d.PolygonAttributes
-
Specifies that this PolygonAttributes object allows reading its
cull face information.
- ALLOW_CULL_FACE_WRITE - Static variable in class org.jogamp.java3d.PolygonAttributes
-
Specifies that this PolygonAttributes object allows writing its
cull face information.
- ALLOW_DATA_READ - Static variable in class org.jogamp.java3d.DepthComponent
-
Specifies that this DepthComponent object allows reading its
depth data component information.
- ALLOW_DECAY_FILTER_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reverb decay filter information.
- ALLOW_DECAY_FILTER_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reverb decay filter information.
- ALLOW_DECAY_TIME_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reverb decay time information.
- ALLOW_DECAY_TIME_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reverb decay time information.
- ALLOW_DENSITY_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reverb density information.
- ALLOW_DENSITY_READ - Static variable in class org.jogamp.java3d.ExponentialFog
-
Specifies that this ExponentialFog node allows read access to its
density information.
- ALLOW_DENSITY_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reverb density information.
- ALLOW_DENSITY_WRITE - Static variable in class org.jogamp.java3d.ExponentialFog
-
Specifies that this ExponentialFog node allows write access to its
density information.
- ALLOW_DEPTH_COMPONENT_READ - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows reading the depth component.
- ALLOW_DEPTH_COMPONENT_WRITE - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows writing the depth component.
- ALLOW_DEPTH_ENABLE_READ - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows reading its depth buffer enable and depth buffer write enable
component information.
- ALLOW_DEPTH_ENABLE_WRITE - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows writing its depth buffer enable and depth buffer write enable
component information.
- ALLOW_DEPTH_TEST_FUNCTION_READ - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows reading its depth test function component information.
- ALLOW_DEPTH_TEST_FUNCTION_WRITE - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows writing its depth test function component information.
- ALLOW_DETACH - Static variable in class org.jogamp.java3d.BranchGroup
-
For BranchGroup nodes, specifies that this BranchGroup allows detaching
from its parent.
- ALLOW_DETAIL_TEXTURE_READ - Static variable in class org.jogamp.java3d.Texture2D
-
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Specifies that this Texture object allows reading its detail
texture information (e.g., detail texture image, detail texture mode,
detail texture function, detail texture function points count,
detail texture level)
- ALLOW_DIFFUSION_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reverb diffusion information.
- ALLOW_DIFFUSION_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reverb diffusion information.
- ALLOW_DIRECTION_READ - Static variable in class org.jogamp.java3d.ConeSound
-
Specifies that this ConeSound allows access to its object's direction
information.
- ALLOW_DIRECTION_READ - Static variable in class org.jogamp.java3d.DirectionalLight
-
Specifies that the Node allows access to its object's direction
information.
- ALLOW_DIRECTION_READ - Static variable in class org.jogamp.java3d.SpotLight
-
Specifies that the Node allows reading its spot lights direction
information.
- ALLOW_DIRECTION_WRITE - Static variable in class org.jogamp.java3d.ConeSound
-
Specifies that this ConeSound allows writing to its object's direction
information.
- ALLOW_DIRECTION_WRITE - Static variable in class org.jogamp.java3d.DirectionalLight
-
Specifies that the Node allows writing to its object's direction
information.
- ALLOW_DIRECTION_WRITE - Static variable in class org.jogamp.java3d.SpotLight
-
Specifies that the Node allows writing to its spot lights direction
information.
- ALLOW_DISTANCE_FILTER_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's frequency cutoff information.
- ALLOW_DISTANCE_FILTER_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's frequency cutoff information.
- ALLOW_DISTANCE_GAIN_READ - Static variable in class org.jogamp.java3d.PointSound
-
Specifies that this node allows access to its object's distance
gain attenuation information.
- ALLOW_DISTANCE_GAIN_WRITE - Static variable in class org.jogamp.java3d.PointSound
-
Specifies that this node allows writing to its object's distance
gain attenuation information.
- ALLOW_DISTANCE_READ - Static variable in class org.jogamp.java3d.LinearFog
-
Specifies that this LinearFog node allows read access to its distance
information.
- ALLOW_DISTANCE_WRITE - Static variable in class org.jogamp.java3d.LinearFog
-
Specifies that this LinearFog node allows write access to its distance
information.
- ALLOW_DURATION_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's sound duration
information.
- ALLOW_ENABLE_READ - Static variable in class org.jogamp.java3d.ModelClip
-
Specifies that the ModelClip node allows read access to its enable
flags at runtime.
- ALLOW_ENABLE_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's sound on
information.
- ALLOW_ENABLE_READ - Static variable in class org.jogamp.java3d.TexCoordGeneration
-
Specifies that this TexCoordGeneration object allows reading its
enable flag.
- ALLOW_ENABLE_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its
enable flag.
- ALLOW_ENABLE_WRITE - Static variable in class org.jogamp.java3d.ModelClip
-
Specifies that the ModelClip node allows write access to its enable
flags at runtime.
- ALLOW_ENABLE_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's sound on
information.
- ALLOW_ENABLE_WRITE - Static variable in class org.jogamp.java3d.TexCoordGeneration
-
Specifies that this TexCoordGeneration object allows writing its
enable flag.
- ALLOW_ENABLE_WRITE - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows writing its
enable flag.
- ALLOW_FILTER4_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its filter4
function information.
- ALLOW_FILTER_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its
filter information.
- ALLOW_FONT3D_READ - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
reading the Font3D component information.
- ALLOW_FONT3D_WRITE - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
writing the Font3D component information.
- ALLOW_FORMAT_READ - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows reading the vertex format
information for this object.
- ALLOW_FORMAT_READ - Static variable in class org.jogamp.java3d.ImageComponent
-
Specifies that this ImageComponent object allows reading its
format component information.
- ALLOW_FORMAT_READ - Static variable in class org.jogamp.java3d.TexCoordGeneration
-
Specifies that this TexCoordGeneration object allows reading its
format information.
- ALLOW_FORMAT_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its
format information.
- ALLOW_FREQUENCY_SCALE_FACTOR_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's frequency scale factor information.
- ALLOW_FREQUENCY_SCALE_FACTOR_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's frequency scale factor information.
- ALLOW_GEOMETRY_ARRAY_READ - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that the node allows read access to its geometry information.
- ALLOW_GEOMETRY_ARRAY_WRITE - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that the node allows write access to its geometry information.
- ALLOW_GEOMETRY_READ - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows read access to its
background geometry at runtime.
- ALLOW_GEOMETRY_READ - Static variable in class org.jogamp.java3d.CompressedGeometry
-
Deprecated.
Specifies that this CompressedGeometry object allows reading its
geometry data component information.
- ALLOW_GEOMETRY_READ - Static variable in class org.jogamp.java3d.Shape3D
-
Specifies that the node allows read access to its geometry information.
- ALLOW_GEOMETRY_WRITE - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows write access to its
background geometry at runtime.
- ALLOW_GEOMETRY_WRITE - Static variable in class org.jogamp.java3d.Shape3D
-
Specifies that the node allows write access to its geometry information.
- ALLOW_HEADER_READ - Static variable in class org.jogamp.java3d.CompressedGeometry
-
Deprecated.
Specifies that this CompressedGeometry object allows reading its
header information.
- ALLOW_IGNORE_VERTEX_COLORS_READ - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows reading its ignore vertex colors information.
- ALLOW_IGNORE_VERTEX_COLORS_WRITE - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows writing its ignore vertex colors information.
- ALLOW_IMAGE_READ - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows read access to its image
at runtime.
- ALLOW_IMAGE_READ - Static variable in class org.jogamp.java3d.ImageComponent
-
Specifies that this ImageComponent object allows reading its
image component information.
- ALLOW_IMAGE_READ - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows reading the image.
- ALLOW_IMAGE_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its
image component information.
- ALLOW_IMAGE_SCALE_MODE_READ - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows read access to its image
scale mode at runtime.
- ALLOW_IMAGE_SCALE_MODE_WRITE - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows write access to its image
scale mode at runtime.
- ALLOW_IMAGE_WRITE - Static variable in class org.jogamp.java3d.Background
-
Specifies that the Background allows write access to its image
at runtime.
- ALLOW_IMAGE_WRITE - Static variable in class org.jogamp.java3d.ImageComponent
-
Specifies that this ImageComponent object allows writing its
image component information.
- ALLOW_IMAGE_WRITE - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows writing the image.
- ALLOW_IMAGE_WRITE - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows writing its
image component information.
- ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class org.jogamp.java3d.AlternateAppearance
-
Specifies that this AlternateAppearance node allows read access to its
influencing bounds and bounds leaf information.
- ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class org.jogamp.java3d.Fog
-
Specifies that this Fog node allows read access to its
influencing bounds and bounds leaf information.
- ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class org.jogamp.java3d.Light
-
Specifies that this Light allows read access to its
influencing bounds and bounds leaf information.
- ALLOW_INFLUENCING_BOUNDS_READ - Static variable in class org.jogamp.java3d.ModelClip
-
Specifies that the ModelClip node allows read access to its influencing
bounds and bounding leaf at runtime.
- ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.AlternateAppearance
-
Specifies that this AlternateAppearance node allows write access to its
influencing bounds and bounds leaf information.
- ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Fog
-
Specifies that this Fog node allows write access to its
influencing bounds and bounds leaf information.
- ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Light
-
Specifies that this Light allows write access to its
influencing bounds and bounds leaf information.
- ALLOW_INFLUENCING_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.ModelClip
-
Specifies that the ModelClip node allows write access to its influencing
bounds and bounding leaf at runtime.
- ALLOW_INITIAL_GAIN_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's initial gain
information.
- ALLOW_INITIAL_GAIN_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's initial gain
information.
- ALLOW_INTERSECT - Static variable in class org.jogamp.java3d.Geometry
-
Specifies that this Geometry allows intersect operation.
- ALLOW_IS_PLAYING_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's sound audibly
playing or playing silently status.
- ALLOW_IS_READY_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's sound status
denoting if it is ready to be played 'immediately'.
- ALLOW_LINE_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its line component
information.
- ALLOW_LINE_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its line component
information.
- ALLOW_LINK_READ - Static variable in class org.jogamp.java3d.SharedGroup
-
Specifies that this SharedGroup node allows reading the
list of links that refer to this node.
- ALLOW_LOCAL_TO_VWORLD_READ - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows read access to its local
coordinates to virtual world (Vworld) coordinates transform.
- ALLOW_LOCALE_READ - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows read access to its Locale.
- ALLOW_LOD_RANGE_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its LOD range
information (e.g., base level, maximum level, minimum lod,
maximum lod, lod offset)
- ALLOW_LOD_RANGE_WRITE - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows writing its LOD range
information (e.g., base level, maximum level, minimum lod,
maximum lod, lod offset)
- ALLOW_LOOP_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's loop
information.
- ALLOW_LOOP_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's loop
information.
- ALLOW_MATERIAL_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its material component information.
- ALLOW_MATERIAL_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its material component information.
- ALLOW_MIPMAP_MODE_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its
mipmap mode information.
- ALLOW_MODE_READ - Static variable in class org.jogamp.java3d.OrientedShape3D
-
Specifies that this OrientedShape3D node
allows reading its alignment mode information.
- ALLOW_MODE_READ - Static variable in class org.jogamp.java3d.PolygonAttributes
-
Specifies that this PolygonAttributes object allows reading its
polygon mode information.
- ALLOW_MODE_READ - Static variable in class org.jogamp.java3d.TexCoordGeneration
-
Specifies that this TexCoordGeneration object allows reading its
mode information.
- ALLOW_MODE_READ - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
reading its texture mode component
information and perspective correction mode.
- ALLOW_MODE_READ - Static variable in class org.jogamp.java3d.TransparencyAttributes
-
Specifies that this TransparencyAttributes object
allows reading its transparency mode component information.
- ALLOW_MODE_WRITE - Static variable in class org.jogamp.java3d.OrientedShape3D
-
Specifies that this OrientedShape3D node
allows writing its alignment mode information.
- ALLOW_MODE_WRITE - Static variable in class org.jogamp.java3d.PolygonAttributes
-
Specifies that this PolygonAttributes object allows writing its
polygon mode information.
- ALLOW_MODE_WRITE - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
writing its texture mode component
information and perspective correction mode.
- ALLOW_MODE_WRITE - Static variable in class org.jogamp.java3d.TransparencyAttributes
-
Specifies that this TransparencyAttributes object
allows writing its transparency mode component information.
- ALLOW_MUTE_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's mute flag
information.
- ALLOW_MUTE_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's mute flag
information.
- ALLOW_NAMES_READ - Static variable in class org.jogamp.java3d.ShaderProgram
-
Specifies that this ShaderProgram object allows reading
its shader or vertex attribute names.
- ALLOW_NON_POWER_OF_TWO - Static variable in class org.jogamp.java3d.utils.image.TextureLoader
-
Optional flag - specifies that the ImageComponent2D is allowed
to have dimensions that are not a power of two.
- ALLOW_NORMAL_FLIP_READ - Static variable in class org.jogamp.java3d.PolygonAttributes
-
Specifies that this PolygonAttributes object allows reading its
back face normal flip flag.
- ALLOW_NORMAL_FLIP_WRITE - Static variable in class org.jogamp.java3d.PolygonAttributes
-
Specifies that this PolygonAttributes object allows writing its
back face normal flip flag.
- ALLOW_NORMAL_INDEX_READ - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows reading the array of
normal indices.
- ALLOW_NORMAL_INDEX_WRITE - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows writing the array of
normal indices.
- ALLOW_NORMAL_READ - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows reading the array of
normals.
- ALLOW_NORMAL_WRITE - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows writing the array of
normals.
- ALLOW_OFFSET_READ - Static variable in class org.jogamp.java3d.PolygonAttributes
-
Specifies that this PolygonAttributes object allows reading its
polygon offset information.
- ALLOW_OFFSET_READ - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows reading the source or
destination offset.
- ALLOW_OFFSET_WRITE - Static variable in class org.jogamp.java3d.PolygonAttributes
-
Specifies that this PolygonAttributes object allows writing its
polygon offset information.
- ALLOW_OFFSET_WRITE - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows writing the source or
destination offset.
- ALLOW_PARENT_READ - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows read access to its parent Group node.
- ALLOW_PATH_READ - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
reading the text path value.
- ALLOW_PATH_WRITE - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
writing the text path value.
- ALLOW_PATTERN_READ - Static variable in class org.jogamp.java3d.LineAttributes
-
Specifies that this LineAttributes object allows reading its
line pattern information.
- ALLOW_PATTERN_WRITE - Static variable in class org.jogamp.java3d.LineAttributes
-
Specifies that this LineAttributes object allows writing its
line pattern information.
- ALLOW_PAUSE_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's pause flag
information.
- ALLOW_PAUSE_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's pause flag
information.
- ALLOW_PICKABLE_READ - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows reading its pickability state.
- ALLOW_PICKABLE_WRITE - Static variable in class org.jogamp.java3d.Node
-
Specifies that this Node allows write access its pickability state.
- ALLOW_PLANE_READ - Static variable in class org.jogamp.java3d.ModelClip
-
Specifies that the ModelClip node allows read access to its planes
at runtime.
- ALLOW_PLANE_READ - Static variable in class org.jogamp.java3d.TexCoordGeneration
-
Specifies that this TexCoordGeneration object allows reading its
planeS, planeR, and planeT component information.
- ALLOW_PLANE_WRITE - Static variable in class org.jogamp.java3d.ModelClip
-
Specifies that the ModelClip node allows write access to its planes
at runtime.
- ALLOW_PLANE_WRITE - Static variable in class org.jogamp.java3d.TexCoordGeneration
-
Specifies that this TexCoordGeneration object allows writing its
planeS, planeR, and planeT component information.
- ALLOW_POINT_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its point component
information.
- ALLOW_POINT_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its point component
information.
- ALLOW_POINT_READ - Static variable in class org.jogamp.java3d.OrientedShape3D
-
Specifies that this OrientedShape3D node
allows reading its rotation point information.
- ALLOW_POINT_WRITE - Static variable in class org.jogamp.java3d.OrientedShape3D
-
Specifies that this OrientedShape3D node
allows writing its rotation point information.
- ALLOW_POLICY_READ - Static variable in class org.jogamp.java3d.ViewPlatform
-
Specifies that the ViewPlatform allows read access to its view
attach policy information at runtime.
- ALLOW_POLICY_WRITE - Static variable in class org.jogamp.java3d.ViewPlatform
-
Specifies that the ViewPlatform allows write access to its view
attach policy information at runtime.
- ALLOW_POLYGON_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its polygon component
information.
- ALLOW_POLYGON_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its polygon component
information.
- ALLOW_POSITION_READ - Static variable in class org.jogamp.java3d.PointLight
-
Specifies that this PointLight node allows reading its position
information.
- ALLOW_POSITION_READ - Static variable in class org.jogamp.java3d.PointSound
-
Specifies that this node allows access to its object's position
information.
- ALLOW_POSITION_READ - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows reading the position.
- ALLOW_POSITION_READ - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
reading the text position value.
- ALLOW_POSITION_WRITE - Static variable in class org.jogamp.java3d.PointLight
-
Specifies that this PointLight node allows writing its position
information.
- ALLOW_POSITION_WRITE - Static variable in class org.jogamp.java3d.PointSound
-
Specifies that this node allows writing to its object's position
information.
- ALLOW_POSITION_WRITE - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows writing the position.
- ALLOW_POSITION_WRITE - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
writing the text position value.
- ALLOW_PRIORITY_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows read access to its priority order
value.
- ALLOW_PRIORITY_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows write access to its priority order
value.
- ALLOW_RASTER_OP_READ - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows reading its raster operation information.
- ALLOW_RASTER_OP_WRITE - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows writing its raster operation information.
- ALLOW_RATE_SCALE_FACTOR_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's sample rate scale
factor information.
- ALLOW_RATE_SCALE_FACTOR_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's sample rate scale
factor information.
- ALLOW_REF_DATA_READ - Static variable in class org.jogamp.java3d.CompressedGeometry
-
Deprecated.
Specifies that this CompressedGeometry allows reading the geometry
data reference information for this object.
- ALLOW_REF_DATA_READ - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows reading the geometry
data reference information for this object.
- ALLOW_REF_DATA_WRITE - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows writing the geometry
data reference information for this object.
- ALLOW_REFLECTION_COEFFICIENT_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reflection coefficient.
- ALLOW_REFLECTION_COEFFICIENT_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reflection coefficient.
- ALLOW_REFLECTION_DELAY_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reflection delay information.
- ALLOW_REFLECTION_DELAY_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reflection delay information.
- ALLOW_REGION_READ - Static variable in class org.jogamp.java3d.BoundingLeaf
-
Specifies that this BoundingLeaf node allows read access to its
bounding region object.
- ALLOW_REGION_WRITE - Static variable in class org.jogamp.java3d.BoundingLeaf
-
Specifies that this BoundingLeaf node allows write access to its
bounding region object.
- ALLOW_RELEASE_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's release flag
information.
- ALLOW_RELEASE_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's release flag
information.
- ALLOW_RENDERING_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its rendering/rasterization component
information.
- ALLOW_RENDERING_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its rendering/rasterization component
information.
- ALLOW_REVERB_COEFFICIENT_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reverb coefficient.
- ALLOW_REVERB_COEFFICIENT_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reverb coefficient.
- ALLOW_REVERB_DELAY_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reverberation delay information.
- ALLOW_REVERB_DELAY_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reverberation delay information.
- ALLOW_REVERB_ORDER_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's reverb order (feedback loop) information.
- ALLOW_REVERB_ORDER_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's reverb order (feedback loop) information.
- ALLOW_ROLLOFF_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's atmospheric rolloff.
- ALLOW_ROLLOFF_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's atmospheric rolloff.
- ALLOW_SCALE_READ - Static variable in class org.jogamp.java3d.OrientedShape3D
-
Specifies that this OrientedShape3D node
allows reading its scale and constant scale enable information.
- ALLOW_SCALE_WRITE - Static variable in class org.jogamp.java3d.OrientedShape3D
-
Specifies that this OrientedShape3D node
allows writing its scale and constant scale enable information.
- ALLOW_SCHEDULING_BOUNDS_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows read access to its scheduling bounds
information.
- ALLOW_SCHEDULING_BOUNDS_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows write access to its scheduling bounds
information.
- ALLOW_SCOPE_READ - Static variable in class org.jogamp.java3d.AlternateAppearance
-
Specifies that this AlternateAppearance node allows read access
to its scope information at runtime.
- ALLOW_SCOPE_READ - Static variable in class org.jogamp.java3d.Fog
-
Specifies that this Fog node allows read access to its scope
information at runtime.
- ALLOW_SCOPE_READ - Static variable in class org.jogamp.java3d.Light
-
Specifies that this Light allows read access to its scope
information at runtime.
- ALLOW_SCOPE_READ - Static variable in class org.jogamp.java3d.ModelClip
-
Specifies that this ModelClip node allows read access to its scope
information at runtime.
- ALLOW_SCOPE_WRITE - Static variable in class org.jogamp.java3d.AlternateAppearance
-
Specifies that this AlternateAppearance node allows write access
to its scope information at runtime.
- ALLOW_SCOPE_WRITE - Static variable in class org.jogamp.java3d.Fog
-
Specifies that this Fog node allows write access to its scope
information at runtime.
- ALLOW_SCOPE_WRITE - Static variable in class org.jogamp.java3d.Light
-
Specifies that this Light allows write access to its scope
information at runtime.
- ALLOW_SCOPE_WRITE - Static variable in class org.jogamp.java3d.ModelClip
-
Specifies that this ModelClip node allows write access to its scope
information at runtime.
- ALLOW_SHADE_MODEL_READ - Static variable in class org.jogamp.java3d.ColoringAttributes
-
Specifies that this ColoringAttributes object allows
reading its shade model component information.
- ALLOW_SHADE_MODEL_WRITE - Static variable in class org.jogamp.java3d.ColoringAttributes
-
Specifies that this ColoringAttributes object allows
writing its shade model component information.
- ALLOW_SHADER_ATTRIBUTE_SET_READ - Static variable in class org.jogamp.java3d.ShaderAppearance
-
Specifies that this ShaderAppearance object allows reading its
ShaderAttributeSet component information.
- ALLOW_SHADER_ATTRIBUTE_SET_WRITE - Static variable in class org.jogamp.java3d.ShaderAppearance
-
Specifies that this ShaderAppearance object allows writing its
ShaderAttributeSet component information.
- ALLOW_SHADER_PROGRAM_READ - Static variable in class org.jogamp.java3d.ShaderAppearance
-
Specifies that this ShaderAppearance object allows reading its
ShaderProgram component information.
- ALLOW_SHADER_PROGRAM_WRITE - Static variable in class org.jogamp.java3d.ShaderAppearance
-
Specifies that this ShaderAppearance object allows writing its
ShaderProgram component information.
- ALLOW_SHADERS_READ - Static variable in class org.jogamp.java3d.ShaderProgram
-
Specifies that this ShaderProgram object allows reading
its shaders.
- ALLOW_SHARED_GROUP_READ - Static variable in class org.jogamp.java3d.Link
-
For Link nodes, specifies that the node allows access to
its object's SharedGroup information.
- ALLOW_SHARED_GROUP_WRITE - Static variable in class org.jogamp.java3d.Link
-
For Link nodes, specifies that the node allows writing
its object's SharedGroup information.
- ALLOW_SHARPEN_TEXTURE_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its sharpen
texture function information.
- ALLOW_SIZE_READ - Static variable in class org.jogamp.java3d.DepthComponent
-
Specifies that this DepthComponent object allows reading its
size component information (width and height).
- ALLOW_SIZE_READ - Static variable in class org.jogamp.java3d.ImageComponent
-
Specifies that this ImageComponent object allows reading its
size component information (width, height, and depth).
- ALLOW_SIZE_READ - Static variable in class org.jogamp.java3d.PointAttributes
-
Specifies that this PointAttributes object allows reading its
point size information.
- ALLOW_SIZE_READ - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows reading the size.
- ALLOW_SIZE_READ - Static variable in class org.jogamp.java3d.Texture
-
Specifies that this Texture object allows reading its
size information (e.g., width, height, number of mipmap levels,
boundary width).
- ALLOW_SIZE_WRITE - Static variable in class org.jogamp.java3d.PointAttributes
-
Specifies that this PointAttributes object allows writing its
point size information.
- ALLOW_SIZE_WRITE - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows writing the size.
- ALLOW_SOUND_DATA_READ - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows access to its object's sound data
information.
- ALLOW_SOUND_DATA_WRITE - Static variable in class org.jogamp.java3d.Sound
-
Specifies that this node allows writing to its object's sound data
information.
- ALLOW_SPREAD_ANGLE_READ - Static variable in class org.jogamp.java3d.SpotLight
-
Specifies that the Node allows reading its spot lights spread angle
information.
- ALLOW_SPREAD_ANGLE_WRITE - Static variable in class org.jogamp.java3d.SpotLight
-
Specifies that the Node allows writing to its spot lights spread angle
information.
- ALLOW_STATE_READ - Static variable in class org.jogamp.java3d.Light
-
Specifies that this Light allows read access to its current state
information at runtime.
- ALLOW_STATE_READ - Static variable in class org.jogamp.java3d.TextureUnitState
-
Specifies that this TextureUnitState object allows reading its
texture, texture attribute, or texture coordinate generation
component information.
- ALLOW_STATE_WRITE - Static variable in class org.jogamp.java3d.Light
-
Specifies that this Light allows write access to its current state
information at runtime.
- ALLOW_STATE_WRITE - Static variable in class org.jogamp.java3d.TextureUnitState
-
Specifies that this TextureUnitState object allows writing its
texture, texture attribute, or texture coordinate generation
component information.
- ALLOW_STENCIL_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object allows reading
its stencil enable, stencil op, stencil function, and
stencil write mask information.
- ALLOW_STENCIL_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object allows writing
its stencil enable, stencil op, stencil function, and
stencil write mask information.
- ALLOW_STRING_READ - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
reading the String object.
- ALLOW_STRING_WRITE - Static variable in class org.jogamp.java3d.Text3D
-
Specifies that this Text3D object allows
writing the String object.
- ALLOW_SWITCH_READ - Static variable in class org.jogamp.java3d.Switch
-
Specifies that this node allows reading its child selection
and mask values and its current child.
- ALLOW_SWITCH_WRITE - Static variable in class org.jogamp.java3d.Switch
-
Specifies that this node allows writing its child selection
and mask values.
- ALLOW_TEXCOORD_INDEX_READ - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows reading the array of
texture coordinate indices.
- ALLOW_TEXCOORD_INDEX_WRITE - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows writing the array of
texture coordinate indices.
- ALLOW_TEXCOORD_READ - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows reading the array of
texture coordinates.
- ALLOW_TEXCOORD_WRITE - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows writing the array of
texture coordinates.
- ALLOW_TEXGEN_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its texture coordinate generation component
information.
- ALLOW_TEXGEN_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its texture coordinate generation component
information.
- ALLOW_TEXTURE_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its textureAttributes component
information.
- ALLOW_TEXTURE_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its textureAttributes component
information.
- ALLOW_TEXTURE_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its texture component information.
- ALLOW_TEXTURE_UNIT_STATE_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its texture unit state component
information.
- ALLOW_TEXTURE_UNIT_STATE_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its texture unit state component
information.
- ALLOW_TEXTURE_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its texture component information.
- ALLOW_TRANSFORM_READ - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
reading its texture transform component
information.
- ALLOW_TRANSFORM_READ - Static variable in class org.jogamp.java3d.TransformGroup
-
Specifies that the node allows access to
its object's transform information.
- ALLOW_TRANSFORM_WRITE - Static variable in class org.jogamp.java3d.TextureAttributes
-
Specifies that this TextureAttributes object allows
writing its texture transform component
information.
- ALLOW_TRANSFORM_WRITE - Static variable in class org.jogamp.java3d.TransformGroup
-
Specifies that the node allows writing
its object's transform information.
- ALLOW_TRANSPARENCY_ATTRIBUTES_READ - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows reading its transparency component
information.
- ALLOW_TRANSPARENCY_ATTRIBUTES_WRITE - Static variable in class org.jogamp.java3d.Appearance
-
Specifies that this Appearance object
allows writing its transparency component
information.
- ALLOW_TYPE_READ - Static variable in class org.jogamp.java3d.Raster
-
Specifies that this Raster allows reading the type.
- ALLOW_URL_READ - Static variable in class org.jogamp.java3d.MediaContainer
-
For MediaContainer component objects, specifies that this object
allows the reading of it's sound data.
- ALLOW_URL_WRITE - Static variable in class org.jogamp.java3d.MediaContainer
-
For MediaContainer component objects, specifies that this object
allows the writing of it's URL path.
- ALLOW_VALUE_READ - Static variable in class org.jogamp.java3d.ShaderAttributeObject
-
Specifies that this ShaderAttributeObject allows reading its value.
- ALLOW_VALUE_READ - Static variable in class org.jogamp.java3d.TransparencyAttributes
-
Specifies that this TransparencyAttributes object
allows reading its transparency value.
- ALLOW_VALUE_WRITE - Static variable in class org.jogamp.java3d.ShaderAttributeObject
-
Specifies that this ShaderAttributeObject allows writing its value.
- ALLOW_VALUE_WRITE - Static variable in class org.jogamp.java3d.TransparencyAttributes
-
Specifies that this TransparencyAttributes object
allows writing its transparency value.
- ALLOW_VELOCITY_SCALE_FACTOR_READ - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the reading of it's velocity scale factor information.
- ALLOW_VELOCITY_SCALE_FACTOR_WRITE - Static variable in class org.jogamp.java3d.AuralAttributes
-
For AuralAttributes component objects, specifies that this object
allows the writing of it's velocity scale factor information.
- ALLOW_VERTEX_ATTR_INDEX_READ - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows reading the array of
vertex attribute indices.
- ALLOW_VERTEX_ATTR_INDEX_WRITE - Static variable in class org.jogamp.java3d.IndexedGeometryArray
-
Specifies that this IndexedGeometryArray allows writing the array of
vertex attribute indices.
- ALLOW_VERTEX_ATTR_READ - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows reading the array of
vertex attributes.
- ALLOW_VERTEX_ATTR_WRITE - Static variable in class org.jogamp.java3d.GeometryArray
-
Specifies that this GeometryArray allows writing the array of
vertex attributes.
- ALLOW_VIEW_READ - Static variable in class org.jogamp.java3d.ViewSpecificGroup
-
Specifies that this ViewSpecificGroup node allows reading its
view information at runtime.
- ALLOW_VIEW_WRITE - Static variable in class org.jogamp.java3d.ViewSpecificGroup
-
Specifies that this ViewSpecificGroup node allows writing its
view information at runtime.
- ALLOW_VISIBLE_READ - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows reading its visibility information.
- ALLOW_VISIBLE_WRITE - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that this RenderingAttributes object
allows writing its visibility information.
- ALLOW_WEIGHTS_READ - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that the node allows read access to its morph
weight vector.
- ALLOW_WEIGHTS_WRITE - Static variable in class org.jogamp.java3d.Morph
-
Deprecated.
Specifies that the node allows write access to its morph
weight vector.
- ALLOW_WIDTH_READ - Static variable in class org.jogamp.java3d.LineAttributes
-
Specifies that this LineAttributes object allows reading its
line width information.
- ALLOW_WIDTH_WRITE - Static variable in class org.jogamp.java3d.LineAttributes
-
Specifies that this LineAttributes object allows writing its
line width information.
- allProgramData - Variable in class org.jogamp.java3d.Jogl2es2Context
- Alpha - Class in org.jogamp.java3d
-
The alpha NodeComponent object provides common methods for
converting a time value into an alpha value (a value in the range 0
to 1).
- Alpha() - Constructor for class org.jogamp.java3d.Alpha
-
Constructs an Alpha object with default parameters.
- Alpha(int, int, long, long, long, long, long, long, long, long) - Constructor for class org.jogamp.java3d.Alpha
-
This constructor takes all of the Alpha user-definable parameters.
- Alpha(int, long, long, long, long, long) - Constructor for class org.jogamp.java3d.Alpha
-
Constructs a new Alpha object that assumes that the mode is
INCREASING_ENABLE.
- Alpha(int, long) - Constructor for class org.jogamp.java3d.Alpha
-
This constructor takes only the loopCount and increasingAlphaDuration
as parameters and assigns the default values to all of the other
parameters.
- ALPHA - Static variable in class org.jogamp.java3d.Texture
-
Specifies Texture contains only Alpha values.
- ALPHA_IN_BUFFER - Static variable in class org.jogamp.java3d.CompressedGeometryHeader
-
Deprecated.
bufferDataPresent: bit indicating that alpha information is
bundled with the vertices in the compressed geometry buffer.
- ALPHA_IN_BUFFER - Static variable in class org.jogamp.java3d.utils.geometry.compression.CompressedGeometryData.Header
-
bufferDataPresent: bit indicating that alpha information is
bundled with the vertices in the compressed geometry buffer.
- AlphaState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
- AlphaState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.AlphaState
- alphaTestEnabled - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
- alphaTestEnabled - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
- alphaTestEnabled - Variable in class org.jogamp.java3d.Jogl2es2Context.RenderingData
- alphaTestFunction - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
- alphaTestFunction - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
- alphaTestFunction - Variable in class org.jogamp.java3d.Jogl2es2Context.RenderingData
- alphaTestMethod - Static variable in class org.jogamp.java3d.utils.shader.SimpleShaderAppearance
- alphaTestUniforms - Static variable in class org.jogamp.java3d.utils.shader.SimpleShaderAppearance
- alphaTestValue - Variable in class org.jogamp.java3d.Jogl2es2Context.GL_State
- alphaTestValue - Variable in class org.jogamp.java3d.Jogl2es2Context.LocationData
- alphaTestValue - Variable in class org.jogamp.java3d.Jogl2es2Context.RenderingData
- AlternateAppearance - Class in org.jogamp.java3d
-
The AlternateAppearance leaf node is used for overriding the
Appearance component of selected nodes.
- AlternateAppearance() - Constructor for class org.jogamp.java3d.AlternateAppearance
-
Constructs an AlternateAppearance node with default
parameters.
- AlternateAppearance(Appearance) - Constructor for class org.jogamp.java3d.AlternateAppearance
-
Constructs an AlternateAppearance node with the specified appearance.
- AlternateAppearanceState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
- AlternateAppearanceState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.AlternateAppearanceState
- ALWAYS - Static variable in class org.jogamp.java3d.RenderingAttributes
-
Specifies that pixels are always drawn irrespective of the
values being tested.
- ambient - Variable in class org.jogamp.java3d.Jogl2es2Context.glFrontMaterial
- ambient - Variable in class org.jogamp.java3d.Jogl2es2Context.glFrontMaterialLocs
- AMBIENT - Static variable in class org.jogamp.java3d.Material
-
Specifies that per-vertex colors replace the ambient material color.
- AMBIENT_AND_DIFFUSE - Static variable in class org.jogamp.java3d.Material
-
Specifies that per-vertex colors replace both the ambient and the
diffuse material color.
- AmbientLight - Class in org.jogamp.java3d
-
An ambient light source object.
- AmbientLight() - Constructor for class org.jogamp.java3d.AmbientLight
-
Constructs and initializes an ambient light using default parameters.
- AmbientLight(Color3f) - Constructor for class org.jogamp.java3d.AmbientLight
-
Constructs and initializes an ambient light using the specified
parameters.
- AmbientLight(boolean, Color3f) - Constructor for class org.jogamp.java3d.AmbientLight
-
Constructs and initializes an ambient light using the specified
parameters.
- AmbientLightState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
- AmbientLightState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.AmbientLightState
- ancestorAdded(AncestorEvent) - Method in class org.jogamp.java3d.exp.swing.JCanvas3D
- ancestorMoved(AncestorEvent) - Method in class org.jogamp.java3d.exp.swing.JCanvas3D
- ancestorRemoved(AncestorEvent) - Method in class org.jogamp.java3d.exp.swing.JCanvas3D
- angle - Variable in class org.jogamp.vecmath.AxisAngle4d
-
The angle of rotation in radians.
- angle - Variable in class org.jogamp.vecmath.AxisAngle4f
-
The angle of rotation in radians.
- angle(GVector) - Method in class org.jogamp.vecmath.GVector
-
Returns the (n-space) angle in radians between this vector and
the vector parameter; the return value is constrained to the
range [0,PI].
- angle(Vector2d) - Method in class org.jogamp.vecmath.Vector2d
-
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
- angle(Vector2f) - Method in class org.jogamp.vecmath.Vector2f
-
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
- angle(Vector3d) - Method in class org.jogamp.vecmath.Vector3d
-
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
- angle(Vector3f) - Method in class org.jogamp.vecmath.Vector3f
-
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
- angle(Vector4d) - Method in class org.jogamp.vecmath.Vector4d
-
Returns the (4-space) angle in radians between this vector and
the vector parameter; the return value is constrained to the
range [0,PI].
- angle(Vector4f) - Method in class org.jogamp.vecmath.Vector4f
-
Returns the (4-space) angle in radians between this vector and
the vector parameter; the return value is constrained to the
range [0,PI].
- ANISOTROPIC_NONE - Static variable in class org.jogamp.java3d.Texture
-
No anisotropic filter.
- ANISOTROPIC_SINGLE_VALUE - Static variable in class org.jogamp.java3d.Texture
-
Uses the degree of anisotropy in both the minification and
magnification filters.
- Appearance - Class in org.jogamp.java3d
-
The Appearance object defines all rendering state that can be set
as a component object of a Shape3D node.
- Appearance() - Constructor for class org.jogamp.java3d.Appearance
-
Constructs an Appearance component object using defaults for all
state variables.
- AppearanceState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
- AppearanceState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.AppearanceState
- append(int, E) - Method in class org.jogamp.java3d.SparseArray
-
Puts a key/value pair into the array, optimizing for the case where
the key is greater than all existing keys in the array.
- appletResize(int, int) - Method in class org.jogamp.java3d.utils.applet.JMainFrame
- appletResize(int, int) - Method in class org.jogamp.java3d.utils.applet.MainFrame
- asDoubleBuffer() - Method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Creates a view of this ByteBufferWrapper as a
DoubleBufferWrapper.
- asFloatBuffer() - Method in class org.jogamp.java3d.internal.ByteBufferWrapper
-
Creates a view of this ByteBufferWrapper as a
FloatBufferWrapper.
- attachAllGraphs() - Method in class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.utils.universe.SimpleUniverseState
-
Reattach each BranchGraph to the Locale(s)
- attachViewPlatform(ViewPlatform) - Method in class org.jogamp.java3d.View
-
Attach viewPlatform structure to this view.
- AudioDevice - Interface in org.jogamp.java3d
-
The AudioDevice Class defines and encapsulates the
audio device's basic information and characteristics.
- AudioDevice3D - Interface in org.jogamp.java3d
-
The AudioDevice3D class defines a 3D audio device that is used to set
sound and aural attributes.
- AudioDevice3DL2 - Interface in org.jogamp.java3d
-
Extends AudioDevice3D to include reverb and environmental audio parameters
that are defined in the MIDI Manufactures' Association Interactive Audio
Special Interest Group (MMA IASIG) Level 2 Specification.
- AudioEngine - Class in org.jogamp.java3d.audioengines
-
The AudioEngine Class defines an audio output device that generates
sound 'image' from scene graph.
- AudioEngine(PhysicalEnvironment) - Constructor for class org.jogamp.java3d.audioengines.AudioEngine
-
Construct a new AudioEngine with the specified P.E.
- AudioEngine3D - Class in org.jogamp.java3d.audioengines
-
The AudioEngine3D Class defines an audio output device that generates
sound 'image' from high-level sound parameters passed to it during
scene graph.
- AudioEngine3D(PhysicalEnvironment) - Constructor for class org.jogamp.java3d.audioengines.AudioEngine3D
-
Construct a new AudioEngine with the specified PhysicalEnvironment.
- AudioEngine3DL2 - Class in org.jogamp.java3d.audioengines
-
The AudioEngine3DL2 Class defines an audio output device that generates
sound 'image' from high-level sound parameters passed to it during
scene graph.
- AudioEngine3DL2(PhysicalEnvironment) - Constructor for class org.jogamp.java3d.audioengines.AudioEngine3DL2
-
Construct a new AudioEngine3DL2 with the specified PhysicalEnvironment.
- AudioEngineThread - Class in org.jogamp.java3d.audioengines
-
The Thread Class extended for Audio Device engines that must process
calls dynamically, in 'real-time" to asynchronously change engine
parameters.
- AudioEngineThread(ThreadGroup, String) - Constructor for class org.jogamp.java3d.audioengines.AudioEngineThread
-
This constructor simply assigns the given id.
- AuralAttributes - Class in org.jogamp.java3d
-
The AuralAttributes object is a component object of a Soundscape node that
defines environmental audio parameters that affect sound rendering.
- AuralAttributes() - Constructor for class org.jogamp.java3d.AuralAttributes
-
Constructs and initializes a new AuralAttributes object using default
parameters.
- AuralAttributes(float, float, float, float, int, Point2f[], float, float) - Constructor for class org.jogamp.java3d.AuralAttributes
-
Constructs and initializes a new AuralAttributes object using specified
parameters including an array of Point2f for the distanceFilter.
- AuralAttributes(float, float, float, float, int, float[], float[], float, float) - Constructor for class org.jogamp.java3d.AuralAttributes
-
Constructs and initializes a new AuralAttributes object using specified
parameters with separate float arrays for components of distanceFilter.
- AuralAttributes(float, float, float, float, float, float, float, float, float, float, float[], float[], float, float) - Constructor for class org.jogamp.java3d.AuralAttributes
-
Constructs and initializes a new AuralAttributes object using specified
parameters with separate float arrays for components of distanceFilter
and full reverb parameters.
- AuralAttributesState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
- AuralAttributesState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.AuralAttributesState
- AuralParameters - Class in org.jogamp.java3d.audioengines
-
The AuralParameters Class defines a set of fields that define the
Aural listening environment.
- AuralParameters() - Constructor for class org.jogamp.java3d.audioengines.AuralParameters
-
Construct a new AuralParameters object
- AutoOffScreenCanvas3D - Interface in org.jogamp.java3d
-
An interface used to tag Canavs3d subclasses as being offsceen.
- AutoOffScreenCanvas3D - Interface in org.jogamp.java3d.exp.swing.impl
-
Tagging interface for Java 3D off-screen Canvas3D objects that are
automatically rendered.
- AxisAngle4d - Class in org.jogamp.vecmath
-
A four-element axis angle represented by double-precision floating point
x,y,z,angle components.
- AxisAngle4d(double, double, double, double) - Constructor for class org.jogamp.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the specified
x, y, z, and angle.
- AxisAngle4d(double[]) - Constructor for class org.jogamp.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the components
contained in the array.
- AxisAngle4d(AxisAngle4d) - Constructor for class org.jogamp.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the specified AxisAngle4d.
- AxisAngle4d(AxisAngle4f) - Constructor for class org.jogamp.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the specified
AxisAngle4f.
- AxisAngle4d(Vector3d, double) - Constructor for class org.jogamp.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the specified
axis and angle.
- AxisAngle4d() - Constructor for class org.jogamp.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d to (0,0,1,0).
- AxisAngle4f - Class in org.jogamp.vecmath
-
A four-element axis angle represented by single-precision floating point
x,y,z,angle components.
- AxisAngle4f(float, float, float, float) - Constructor for class org.jogamp.vecmath.AxisAngle4f
-
Constructs and initializes a AxisAngle4f from the specified xyzw coordinates.
- AxisAngle4f(float[]) - Constructor for class org.jogamp.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the array of length 4.
- AxisAngle4f(AxisAngle4f) - Constructor for class org.jogamp.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the specified
AxisAngle4f.
- AxisAngle4f(AxisAngle4d) - Constructor for class org.jogamp.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the specified AxisAngle4d.
- AxisAngle4f(Vector3f, float) - Constructor for class org.jogamp.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the specified
axis and angle.
- AxisAngle4f() - Constructor for class org.jogamp.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f to (0,0,1,0).