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

A

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.
addBranchGraph(BranchGroup) - Method in class org.jogamp.java3d.Locale
Add a new branch graph rooted at BranchGroup to the list of branch graphs.
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.
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.
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.
addNotify() - Method in class org.jogamp.java3d.Canvas3D
Canvas3D uses the addNotify callback to track when it is added to a container.
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.
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.
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.
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
 
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_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.
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
 
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.
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.
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.
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.
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.
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.
AutoOffScreenCanvas3D - Interface in org.jogamp.java3d
An interface used to tag Canavs3d subclasses as being offsceen.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links