Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

U

udim - Variable in class org.web3d.vrml.renderer.ogl.nodes.nurbs.mesh.RectangularMesh
 
UI_DEVICE_FACTORY - Variable in class org.xj3d.ui.construct.ogl.OGLConstruct
Toolkit specific device factory class
UNDEFINED_PICK - Static variable in interface org.web3d.vrml.nodes.VRMLPickingSensorNodeType
The picking type is not defined because there isn't a pickGeometry given
UndefinedX3DFieldTypes - Interface in org.xj3d.sai
Listing of type constants for X3D fields that have been included in revisions of the abstract spec (19775) that post date the java bindings spec.
UndefinedX3DNodeTypes - Interface in org.xj3d.sai
Listing of type constants for X3D nodes that either were omitted from the java bindings spec (19777) or, have been included in revisions of the abstract spec (19775) that post date the java bindings spec.
unescape(String) - Method in class org.web3d.util.XMLTools
Unescapes the entities in a String.
UNHANDLED_ERROR - Static variable in interface xj3d.replica.ReplicaConstants
 
UNHANDLED_EXCEPTION - Static variable in interface xj3d.replica.ReplicaConstants
 
uniformKnotVector(int, int) - Method in class org.web3d.vrml.renderer.ogl.nodes.nurbs.OGLNurbsPatchSurface
Returns a uniform vector of knot values (clamped) for a spline of order (order=polynomial degree + 1; order=4 are cubic splines) and dimension (dimension = number of control points) returns for parameter range 0 to 1 follows definition of uniform knot from "The Nurbs Book" (L.
uniformKnotVector(int, int) - Method in class org.web3d.vrml.renderer.ogl.nodes.nurbs.OGLNurbsTrimmedSurface
Returns a uniform vector of knot values (clamped) for a spline of order (order=polynomial degree + 1; order=4 are cubic splines) and dimension (dimension = number of control points) returns for parameter range 0 to 1 follows definition of uniform knot from "The Nurbs Book" (L.
uniqueFieldIndexMap - Variable in class org.web3d.vrml.renderer.CRProtoInstance
Unique version of fieldIndexMap with no exposedField expansions
Unit - Enum in xj3d.filter.importer.threemf
Valid units
UNIT - Static variable in class xj3d.filter.importer.collada.ColladaStrings
 
UniversalJoint - Interface in org.web3d.x3d.sai.rigidbodyphysics
Defines the requirements of an X3D UniversalJoint node
universe - Variable in class org.xj3d.ui.awt.browser.ogl.BrowserJPanel
The internal universe
universe - Variable in class xj3d.browser.LinesStyleAction
The browser core
universe - Variable in class xj3d.browser.PointsStyleAction
The browser core
UNKNOWN_ACCESS_TYPE_MSG - Static variable in class org.web3d.x3d.jaxp.X3DSAVAdapter
Message for a bad field access type
UNKNOWN_DTD_MSG - Static variable in class org.web3d.x3d.jaxp.X3DSAVAdapter
Message when transitional content detected
UNKNOWN_ELEMENT_MSG - Static variable in class org.web3d.x3d.jaxp.X3DSAVAdapter
When we get an element with an ID as a stock element type, but have no idea what it is.
UNKNOWN_IMPORT - Static variable in class org.web3d.vrml.lang.VRMLFieldDeclaration
Definition of a field type that we don't know yet because it came from an unresolved IMPORT statement.
UNKNOWN_IMPORT_ACCESS - Static variable in interface org.web3d.vrml.lang.FieldConstants
A field type where we don't know anything about it.
UNKNOWN_IMPORT_TYPE - Static variable in interface org.web3d.vrml.lang.FieldConstants
A field type where we don't know anything about it.
UnknownTemplateException - Exception Class in org.web3d.vrml.lang
Exception indicating that a node template could not be matched to anything requested internally.
UnknownTemplateException(String) - Constructor for exception class org.web3d.vrml.lang.UnknownTemplateException
Create a new exception with no message.
UnknownTemplateException(String, String) - Constructor for exception class org.web3d.vrml.lang.UnknownTemplateException
Create a new exception with a message.
UNLIT_COLORS_CHANGED - Static variable in class org.web3d.vrml.renderer.common.nodes.BaseComponentGeometryNode
Flag value for the changeFlags unlit color change
unloadScene(BasicScene) - Method in class org.web3d.vrml.renderer.common.input.BaseLayerSensorManager
UnLoad the contents of this scene into the sensor manager.
unloadScene(BasicScene) - Method in class org.web3d.vrml.renderer.common.input.DefaultSensorManager
UnLoad the contents of this scene into the sensor manager.
unloadScene(BasicScene) - Method in class org.web3d.vrml.renderer.ogl.input.DefaultPickingManager
Unload the contents of this scene into the sensor manager.
unloadScene(BasicScene) - Method in interface org.xj3d.core.eventmodel.LayerSensorManager
UnLoad the contents of this scene into the sensor manager.
unloadScene(BasicScene) - Method in interface org.xj3d.core.eventmodel.PickingManager
Unload the contents of this scene into the sensor manager.
unloadScene(BasicScene) - Method in interface org.xj3d.core.eventmodel.SensorManager
UnLoad the contents of this scene into the sensor manager.
unpack(int) - Method in class org.web3d.vrml.export.compressors.BitUnpacker
Unpack a number of bits.
unregisterScriptingEngine(ScriptEngine) - Method in interface org.xj3d.core.loading.ScriptLoader
Unregister a the scripting engine with this loader.
unregisterScriptingEngine(ScriptEngine) - Method in class org.xj3d.impl.core.loading.DefaultScriptLoader
Unregister a the scripting engine with this loader.
UNRESOLVED_IMPORT_PROXY - Static variable in interface org.web3d.vrml.lang.TypeConstants
The node is currently a proxy for an import statement that has not yet been resolved.
UNSET_FIELD - Static variable in class vrml.eai.field.BaseField
 
unsetState(int) - Method in class org.web3d.vrml.renderer.common.input.movie.MovieDecoder.ControlThread
Called to clear one or more state bits in the controlThread state field.
UNSUPPORTED_FORMAT - Static variable in class xj3d.filter.FilterExitCodes
Exit code when a model is an supported file format.
UnsupportedComponentException - Exception Class in org.web3d.vrml.lang
Exception indicating that a component is not supported by the implementation.
UnsupportedComponentException() - Constructor for exception class org.web3d.vrml.lang.UnsupportedComponentException
Create a new exception with no message.
UnsupportedComponentException(String) - Constructor for exception class org.web3d.vrml.lang.UnsupportedComponentException
Create a new exception with a message.
UnsupportedNodeException - Exception Class in org.web3d.vrml.lang
Exception indicating that a node is not supported by the profiles and components selected for the file/stream.
UnsupportedNodeException(String) - Constructor for exception class org.web3d.vrml.lang.UnsupportedNodeException
Create a new exception for the node of the given name.
UnsupportedProfileException - Exception Class in org.web3d.vrml.lang
Exception indicating that a profile is not supported by the implementation.
UnsupportedProfileException() - Constructor for exception class org.web3d.vrml.lang.UnsupportedProfileException
Create a new exception with no message.
UnsupportedProfileException(String) - Constructor for exception class org.web3d.vrml.lang.UnsupportedProfileException
Create a new exception with a message.
UnsupportedSpecVersionException - Exception Class in org.web3d.vrml.lang
Exception indicating that a specification version is not supported by the implementation.
UnsupportedSpecVersionException() - Constructor for exception class org.web3d.vrml.lang.UnsupportedSpecVersionException
Create a new exception with no message.
UnsupportedSpecVersionException(String) - Constructor for exception class org.web3d.vrml.lang.UnsupportedSpecVersionException
Create a new exception with a message.
UP_AXIS - Static variable in class xj3d.filter.importer.collada.ColladaStrings
 
update(DeviceState) - Method in interface org.web3d.vrml.nodes.VRMLDeviceSensorNodeType
Update this nodes field from the underlying device.
update(DeviceState) - Method in class org.web3d.vrml.renderer.common.nodes.extensions.BaseGamepadSensor
Update this nodes field from the underlying device.
update(DeviceState) - Method in class org.web3d.vrml.renderer.common.nodes.extensions.BaseJoystickSensor
Update this nodes field from the underlying device.
update(DeviceState) - Method in class org.web3d.vrml.renderer.common.nodes.extensions.BaseWheelSensor
Update this nodes field from the underlying device.
UPDATE_ALWAYS - Static variable in class org.web3d.vrml.renderer.common.nodes.texture.BaseRenderedTexture
Internal ID for updating every frame
UPDATE_NEXT - Static variable in class org.web3d.vrml.renderer.common.nodes.texture.BaseRenderedTexture
Internal ID for updating this next frame
UPDATE_NONE - Static variable in class org.web3d.vrml.renderer.common.nodes.texture.BaseRenderedTexture
Internal ID for no updates
updateBackgroundGround(float[], float[], int) - Method in class org.web3d.vrml.renderer.ogl.browser.GlobalEffectsGroup
Update the background ground color sphere to the new values.
updateBackgroundGround(float[], float[], int) - Method in interface org.web3d.vrml.renderer.ogl.input.OGLGlobalEffectsHandler
Update the background ground color sphere to the new values.
updateBackgroundSky(float[], float[], int) - Method in class org.web3d.vrml.renderer.ogl.browser.GlobalEffectsGroup
Update the background sky color sphere to the new values.
updateBackgroundSky(float[], float[], int) - Method in interface org.web3d.vrml.renderer.ogl.input.OGLGlobalEffectsHandler
Update the background sky color sphere to the new values.
updateBackgroundTextures(Texture2D[], boolean[]) - Method in class org.web3d.vrml.renderer.ogl.browser.GlobalEffectsGroup
Update the background textures to this new set.
updateBackgroundTextures(Texture2D[], boolean[]) - Method in interface org.web3d.vrml.renderer.ogl.input.OGLGlobalEffectsHandler
Update the background textures to this new set.
updateBackgroundTransparency(float) - Method in class org.web3d.vrml.renderer.ogl.browser.GlobalEffectsGroup
Update the background transparency to this new value.
updateBackgroundTransparency(float) - Method in interface org.web3d.vrml.renderer.ogl.input.OGLGlobalEffectsHandler
Update the background transparency to this new value.
updateChildren(VRMLNodeType[], int) - Method in class org.web3d.vrml.renderer.common.nodes.picking.BasePickingNode
Update the child list with the new nodes.
updateChildren(VRMLNodeType[], int) - Method in class org.web3d.vrml.renderer.ogl.nodes.picking.OGLLinePickSensor
Update the child list with the new nodes.
updateChildren(VRMLNodeType[], int) - Method in class org.web3d.vrml.renderer.ogl.nodes.picking.OGLPointPickSensor
Update the child list with the new nodes.
updateChildren(VRMLNodeType[], int) - Method in class org.web3d.vrml.renderer.ogl.nodes.picking.OGLPrimitivePickSensor
Update the child list with the new nodes.
updateChildren(VRMLNodeType[], int) - Method in class org.web3d.vrml.renderer.ogl.nodes.picking.OGLVolumePickSensor
Update the child list with the new nodes.
updateColorArray() - Method in class org.web3d.vrml.renderer.common.nodes.BaseIndexedTriangleGeometryNode
Update the normal array in geomData based on the normal node and normalPerVertex flag.
updateColorArray() - Method in class org.web3d.vrml.renderer.common.nodes.BasePointSetGeometryNode
Update the color array in geomData based on the color node and colorPerVertex flag.
updateColorArray() - Method in class org.web3d.vrml.renderer.common.nodes.BaseTriangleGeometryNode
Update the normal array in geomData based on the normal node and normalPerVertex flag.
updateContacts(IntHashMap, IntHashMap) - Method in interface org.web3d.vrml.nodes.VRMLNBodySensorNodeType
Update the outputs of this sensor now, based on the given set of ODE contact information.
updateContacts(IntHashMap, IntHashMap) - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseCollisionSensor
Update the outputs of this sensor now, based on the given set of ODE contact information. // * @param contacts The list of contacts to process // * @param numContacts The number of contacts to process from the list
updateCoordinateArray() - Method in class org.web3d.vrml.renderer.common.nodes.BaseIndexedTriangleGeometryNode
Update the coordinate array in geomData based on the coordinate data.
updateCoordinateArray() - Method in class org.web3d.vrml.renderer.common.nodes.BasePointSetGeometryNode
Update the coordinate array in geomData based on the coordinate data.
updateCoordinateArray() - Method in class org.web3d.vrml.renderer.common.nodes.BaseTriangleGeometryNode
Update the coordinate array in geomData based on the coordinate data.
updateEventOuts() - Method in class org.web3d.vrml.scripting.jsai.VRML97ScriptWrapper
Process the eventOuts of the script now.
updateEventOuts() - Method in class org.web3d.vrml.scripting.sai.JavaSAIScriptWrapper
Process the eventOuts of the script now.
updateEventOuts() - Method in interface org.web3d.vrml.scripting.ScriptWrapper
Process the eventOuts of the script now.
updateExportedNode(String, String) - Method in interface org.web3d.x3d.sai.X3DScene
Add a named node to this scene.
updateExternProtoDeclaration(String, X3DExternProtoDeclaration) - Method in class org.web3d.vrml.scripting.sai.BaseExecutionContext
Add the EXTERNPROTO declaration representing the given name.
updateExternProtoDeclaration(String, X3DExternProtoDeclaration) - Method in interface org.web3d.x3d.sai.X3DExecutionContext
Add the EXTERNPROTO declaration representing the given name.
updateField(Object, VRMLNodeType, String, boolean) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.ECMAFieldFactory
Update a field given a name from the node.
updateField(Object, VRMLNodeType, String, boolean) - Method in interface org.web3d.vrml.scripting.ecmascript.builtin.FieldFactory
Update a field given a name from the node.
updateFlag - Variable in class org.web3d.vrml.renderer.common.nodes.texture.BaseRenderedTexture
The current update type as a constant
updateFramesPerSecond(float) - Method in interface org.xj3d.sai.Xj3DStatusListener
Notification that the calculated frames per second has changed to this new value.
updateFromODE() - Method in interface org.web3d.vrml.nodes.VRMLNBodyCollidableNodeType
ODE computation has finished, so go update the field values and the rendering API structures with the final computed values.
updateFromODE() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseCollidableNode
ODE computation has finished, so go update the field values and the rendering API structures with the final computed values.
updateFromODE() - Method in class org.web3d.vrml.renderer.ogl.nodes.rigidphysics.OGLCollidableOffset
ODE computation has finished, so go update the field values and the rendering API structures with the final computed values.
updateFromODE() - Method in class org.web3d.vrml.renderer.ogl.nodes.rigidphysics.OGLCollidableShape
ODE computation has finished, so go update the field values and the rendering API structures with the final computed values.
updateImportedNode(String, String, X3DNode) - Method in class org.web3d.vrml.scripting.sai.BaseExecutionContext
Create or modify an IMPORT from the specified inline node to a given import name.
updateImportedNode(String, String, X3DNode) - Method in interface org.web3d.x3d.sai.X3DExecutionContext
Create or modify an IMPORT from the specified inline node to a given import name.
updateIndexMaps() - Method in class org.web3d.vrml.renderer.common.nodes.render.BaseIndexedTriangleFanSet
Update the index listing for the faces.
updateIndexMaps() - Method in class org.web3d.vrml.renderer.common.nodes.render.BaseIndexedTriangleSet
Update the index listing for the faces.
updateIndexMaps() - Method in class org.web3d.vrml.renderer.common.nodes.render.BaseIndexedTriangleStripSet
Update the index listing for the faces.
UpdateLineColumn(char) - Method in class org.web3d.parser.vrml97.JavaCharStream
 
UpdateLineColumn(char) - Method in class org.web3d.parser.x3d.JavaCharStream
 
updateManagedNodes() - Method in class org.web3d.vrml.renderer.common.nodes.layout.BaseBorderLayout
Convenience method to update the children node(s) to the new positions.
updateManagedNodes() - Method in class org.web3d.vrml.renderer.common.nodes.layout.BaseGridLayout
Convenience method to update the children node(s) to the new positions.
updateManagedNodes() - Method in class org.web3d.vrml.renderer.common.nodes.layout.BaseSurfaceLayoutNode
Convenience method to update the children node(s) to the new positions.
updateManagedNodes() - Method in class org.web3d.vrml.renderer.common.nodes.layout.BaseXYLayout
Convenience method to update the children node(s) to the new positions.
updateManagedNodes() - Method in class org.web3d.vrml.renderer.common.nodes.surface.BaseBorderLayout
Convenience method to update the children node(s) to the new positions.
updateManagedNodes() - Method in class org.web3d.vrml.renderer.common.nodes.surface.BaseGridLayout
Convenience method to update the children node(s) to the new positions.
updateManagedNodes() - Method in class org.web3d.vrml.renderer.common.nodes.surface.BaseSurfaceLayoutNode
Convenience method to update the children node(s) to the new positions.
updateManagedNodes() - Method in class org.web3d.vrml.renderer.common.nodes.surface.BaseXYLayout
Convenience method to update the children node(s) to the new positions.
updateMap - Static variable in class org.web3d.vrml.renderer.common.nodes.texture.BaseRenderedTexture
Mapping of the justify field string to the internal int type
updateMatrix() - Method in class org.web3d.vrml.renderer.common.nodes.cadgeometry.BaseCADPart
Update the matrix based on the new field values.
updateMatrix() - Method in class org.web3d.vrml.renderer.common.nodes.dis.BaseEspduTransform
Calculate transforms needed to handle VRML semantics and place the results in the matrix variable of this class.
updateMatrix() - Method in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoTransform
Calculate transforms needed to handle VRML semantics and place the results in the matrix variable of this class.
updateMatrix() - Method in class org.web3d.vrml.renderer.common.nodes.group.BaseMatrixTransform
Calculate transforms needed to handle VRML semantics and place the results in the matrix variable of this class.
updateMatrix() - Method in class org.web3d.vrml.renderer.common.nodes.group.BaseTransform
Calculate transforms needed to handle VRML semantics and place the results in the matrix variable of this class.
updateMatrix() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseCollidableNode
Recalculate the transformation matrix given the current axis/angle and translation values.
updateMatrix() - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADPart
Override updateMatrix.
updateMatrix() - Method in class org.web3d.vrml.renderer.ogl.nodes.dis.OGLEspduTransform
 
updateMatrix() - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoTransform
Override updateMatrix.
updateMatrix() - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLMatrixTransform
Overridde updateMatrix.
updateMatrix() - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLTransform
 
updateMesh() - Method in interface org.web3d.vrml.nodes.VRMLHAnimHumanoidNodeType
Notification that the event model is complete and skeleton should perform all it's updates now.
updateMesh() - Method in class org.web3d.vrml.renderer.common.nodes.hanim.BaseHAnimHumanoid
Notification that the event model is complete and skeleton should perform all it's updates now.
updateMesh() - Method in class org.web3d.vrml.renderer.ogl.nodes.hanim.OGLHAnimHumanoid
Notification that the event model is complete and skeleton should perform all it's updates now.
updateNamedNode(String, X3DNode) - Method in class org.web3d.vrml.scripting.sai.BaseExecutionContext
Calling this method creates an association between a literal name and a node.
updateNamedNode(String, X3DNode) - Method in interface org.web3d.x3d.sai.X3DExecutionContext
Calling this method creates an association between a literal name and a node.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.browser.GlobalEffectsGroup
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.input.NavigationProcessor
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADAssembly
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADFace
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADLayer
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADPart
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLIndexedQuadSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLQuadSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.core.OGLWorldRoot
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.dis.OGLEspduTransform
 
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.enveffects.OGLLocalFog
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.environment.OGLProximitySensor
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.environment.OGLVisibilitySensor
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom2d.OGLTriangleSet2D
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLBox
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLCone
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLCylinder
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLElevationGrid
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLExtrusion
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLIndexedFaceSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLSphere
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoElevationGrid
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoLocation
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoLOD
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoTransform
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoViewpoint
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLGroup
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLMatrixTransform
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLStaticGroup
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLSwitch
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLTransform
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.layering.OGLLayer
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.lighting.OGLDirectionalLight
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.lighting.OGLPointLight
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.lighting.OGLSpotLight
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.marker.OGLScreenMarker
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLBillboard
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLCollision
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLLOD
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLOrthoViewpoint
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLViewpoint
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.networking.OGLAnchor
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.networking.OGLInline
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.particle.OGLParticleSystem
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.picking.OGLPickableGroup
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLClipPlane
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLIndexedLineSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLIndexedTriangleFanSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLIndexedTriangleSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLIndexedTriangleStripSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLLineSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLPointSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLTriangleFanSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLTriangleSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLTriangleStripSet
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.rigidphysics.OGLCollidableOffset
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.rigidphysics.OGLCollidableShape
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLAppearance
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLLineProperties
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLMaterial
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLPointProperties
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLShape
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLTwoSidedMaterial
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.sound.OGLSound
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.text.OGLText
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.texture.OGLRenderedTexture
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.texture.OGLTextureTransform
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
updateNodeBoundsChanges(Object) - Method in class xj3d.browser.NodeEffects
 
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.browser.GlobalEffectsGroup
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.input.NavigationProcessor
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADAssembly
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADFace
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADLayer
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLCADPart
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLIndexedQuadSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.cadgeometry.OGLQuadSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.core.OGLWorldRoot
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.dis.OGLEspduTransform
 
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.enveffects.OGLLocalFog
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.environment.OGLProximitySensor
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.environment.OGLVisibilitySensor
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom2d.OGLTriangleSet2D
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLBox
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLCone
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLCylinder
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLElevationGrid
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLExtrusion
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLIndexedFaceSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geom3d.OGLSphere
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoElevationGrid
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoLocation
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoLOD
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoTransform
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.geospatial.OGLGeoViewpoint
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLGroup
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLMatrixTransform
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLStaticGroup
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLSwitch
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.group.OGLTransform
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.layering.OGLLayer
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.lighting.OGLDirectionalLight
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.lighting.OGLPointLight
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.lighting.OGLSpotLight
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.marker.OGLScreenMarker
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLBillboard
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLCollision
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLLOD
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLOrthoViewpoint
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.navigation.OGLViewpoint
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.networking.OGLAnchor
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.networking.OGLInline
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.particle.OGLParticleSystem
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.picking.OGLPickableGroup
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLClipPlane
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLIndexedLineSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLIndexedTriangleFanSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLIndexedTriangleSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLIndexedTriangleStripSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLLineSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLPointSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLTriangleFanSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLTriangleSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.render.OGLTriangleStripSet
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.rigidphysics.OGLCollidableOffset
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.rigidphysics.OGLCollidableShape
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLAppearance
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLLineProperties
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLMaterial
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLPointProperties
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLShape
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.shape.OGLTwoSidedMaterial
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.sound.OGLSound
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.text.OGLText
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.texture.OGLRenderedTexture
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class org.web3d.vrml.renderer.ogl.nodes.texture.OGLTextureTransform
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
updateNodeDataChanges(Object) - Method in class xj3d.browser.NodeEffects
 
updateNodeFromODE() - Method in interface org.web3d.vrml.nodes.VRMLRigidBodyNodeType
Update the local fields after the physics model has been evaluated.
updateNodeFromODE() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseRigidBody
Update the local fields after the physics model has been evaluated.
updateNormalArray() - Method in class org.web3d.vrml.renderer.common.nodes.BaseIndexedTriangleGeometryNode
Update the normal array in geomData based on the normal node and normalPerVertex flag.
updateNormalArray() - Method in class org.web3d.vrml.renderer.common.nodes.BaseTriangleGeometryNode
Update the normal array in geomData based on the normal node and normalPerVertex flag.
updateODEFromNode() - Method in interface org.web3d.vrml.nodes.VRMLRigidBodyNodeType
Update any pre-evaluation values for the body.
updateODEFromNode() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseRigidBody
Update any pre-evaluation values for the body.
updatePostSimulation() - Method in interface org.web3d.vrml.nodes.VRMLRigidBodyGroupNodeType
Update everything from ODE, back into the node fields.
updatePostSimulation() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseRigidBodyCollection
Update everything from ODE, back into the node fields.
updateProtoDeclaration(String, X3DProtoDeclaration) - Method in class org.web3d.vrml.scripting.sai.BaseExecutionContext
Add the PROTO declaration representing the given name.
updateProtoDeclaration(String, X3DProtoDeclaration) - Method in interface org.web3d.x3d.sai.X3DExecutionContext
Add the PROTO declaration representing the given name.
updateRawData(boolean[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFBool
Update the node's raw data from the underlying model.
updateRawData(double[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFDouble
Update the node's raw data from the underlying model.
updateRawData(double[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFTime
Update the node's raw data from the underlying model.
updateRawData(double[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFVec2d
Update the node's raw data from the underlying model.
updateRawData(double[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFVec3d
Update the node's raw data from the underlying model.
updateRawData(double[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFVec4d
Update the node's raw data from the underlying model.
updateRawData(float[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFColor
Update the node's raw data from the underlying model.
updateRawData(float[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFColorRGBA
Update the node's raw data from the underlying model.
updateRawData(float[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFFloat
Update the node's raw data from the underlying model.
updateRawData(float[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFRotation
Update the node's raw data from the underlying model.
updateRawData(float[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFVec2f
Update the node's raw data from the underlying model.
updateRawData(float[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFVec3f
Update the node's raw data from the underlying model.
updateRawData(float[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFVec4f
Update the node's raw data from the underlying model.
updateRawData(int[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFImage
Update the node's raw data from the underlying model.
updateRawData(int[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFInt32
Update the node's raw data from the underlying model.
updateRawData(String[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFString
Update the node's raw data from the underlying model.
updateRawData(VRMLNodeType[], int) - Method in class org.web3d.vrml.scripting.ecmascript.builtin.MFNode
Update the node's raw data from the underlying model.
updateRefCount(int, boolean) - Method in class org.web3d.vrml.nodes.ImportNodeProxy
Change the reference count up or down by one.
updateRefCount(int, boolean) - Method in class org.web3d.vrml.nodes.proto.ProtoInstancePlaceHolder
Change the reference count up or down by one for a given layer ID.
updateRefCount(int, boolean) - Method in interface org.web3d.vrml.nodes.VRMLNodeType
Change the reference count up or down by one for a given layer ID.
updateRefCount(int, boolean) - Method in class org.web3d.vrml.renderer.common.nodes.AbstractDynamicFieldNode
Change the reference count up or down by one for a given layer ID.
updateRefCount(int, boolean) - Method in class org.web3d.vrml.renderer.common.nodes.AbstractNode
 
updateRefCount(int, boolean) - Method in class org.web3d.vrml.renderer.common.nodes.BaseGroupingNode
Change the reference count up or down by one for a given layer ID.
updateRefCount(int, boolean) - Method in class org.web3d.vrml.renderer.common.nodes.core.BaseWorldRoot
Change the reference count up or down by one for a given layer ID.
updateRefCount(int, boolean) - Method in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoLOD
Change the reference count up or down by one for a given layer ID.
updateRefCount(int, boolean) - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseRigidBodyCollection
Change the reference count up or down by one.
updateRefCount(int, boolean) - Method in class org.web3d.vrml.renderer.CRProtoInstance
Change the reference count up or down by one for a given layer ID.
updateRefs(VRMLNodeType, boolean) - Method in class org.web3d.vrml.renderer.common.nodes.AbstractNode
Internal convenience method to update references on the given child node of the current node.
updateRequestedOutputs() - Method in interface org.web3d.vrml.nodes.VRMLRigidJointNodeType
Instruction to the node to fetch the appropriate field values' output from the physics model and update the outputOnly field with the values.
updateRequestedOutputs() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseBallJoint
Instruction to the node to fetch the appropriate field values' output from the physics model and update the outputOnly field with the values.
updateRequestedOutputs() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseDoubleAxisHingeJoint
Instruction to the node to fetch the appropriate field values' output from the physics model and update the outputOnly field with the values.
updateRequestedOutputs() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseMotorJoint
Instruction to the node to fetch the appropriate field values' output from the physics model and update the outputOnly field with the values.
updateRequestedOutputs() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseSingleAxisHingeJoint
Instruction to the node to fetch the appropriate field values' output from the physics model and update the outputOnly field with the values.
updateRequestedOutputs() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseSliderJoint
Instruction to the node to fetch the appropriate field values' output from the physics model and update the outputOnly field with the values.
updateRequestedOutputs() - Method in class org.web3d.vrml.renderer.common.nodes.rigidphysics.BaseUniversalJoint
Instruction to the node to fetch the appropriate field values' output from the physics model and update the outputOnly field with the values.
updateRoutes() - Method in interface org.xj3d.core.eventmodel.RouteManager
Notification that the route manager should now propagate all added and removed routes from this list into the core evaluatable space.
updateRoutes() - Method in interface org.xj3d.core.eventmodel.Router
Notification that the route manager should now propagate all added and removed routes from this list into the core evaluatable space.
updateRoutes() - Method in class org.xj3d.impl.core.eventmodel.DefaultRouteManager
Notification that the route manager should now propagate all added and removed routes from this list into the core evaluatable space.
updateRoutes() - Method in class org.xj3d.impl.core.eventmodel.ListsRouter
 
updateRoutes() - Method in class org.xj3d.impl.core.eventmodel.SimpleRouter
 
updateSceneGraph() - Method in class org.web3d.vrml.renderer.ogl.browser.ApplicationFrameManager
Notification that now is a good time to update the scene graph.
updateSpaces() - Method in interface org.xj3d.core.eventmodel.RouteManager
Notification that the route manager should now propagate all added and removed spaces from this list into the core evaluatable system.
updateSpaces() - Method in class org.xj3d.impl.core.eventmodel.DefaultRouteManager
Notification that the route manager should now propagate all added and removed routes and spaces from this list into the core evaluatable system.
updateStatusMessage(String) - Method in interface org.xj3d.sai.Xj3DStatusListener
Notification that a single line status message has changed to the new string.
updateSurface(int) - Method in class org.web3d.vrml.renderer.common.nodes.layout.BaseText2D
Notification by the base class to the derived class that the node should be updated because one of the fields changed.
updateSurface(int) - Method in class org.web3d.vrml.renderer.common.nodes.surface.BaseText2D
Notification by the base class to the derived class that the node should be updated because one of the fields changed.
updateTransform() - Method in class org.web3d.vrml.renderer.common.nodes.texture.BaseTextureTransform
 
updateViewMatrix() - Method in class org.web3d.vrml.renderer.ogl.input.DefaultLayerSensorManager
 
updateViewMatrix() - Method in interface org.xj3d.core.eventmodel.LayerManager
Update the viewing matrix.
updateViewMatrix() - Method in interface org.xj3d.core.eventmodel.LayerSensorManager
Update the viewing matrix.
updateViewpoint(long) - Method in interface org.xj3d.core.eventmodel.ViewpointManager
Update the viewpoint.
updateViewpoint(long) - Method in class org.xj3d.impl.core.eventmodel.DefaultViewpointManager
Update the viewpoint.
updateViewPosition(Vector3f) - Method in interface org.xj3d.core.eventmodel.OriginManager
Notify the manager of a change in view position, return whether this change has caused a recalculation of the origin.
upgrading - Variable in class org.web3d.vrml.export.BaseRetainedExporter
Are we upgrading from VRML to X3D
URIList() - Method in class org.web3d.parser.vrml97.VRML97RelaxedParser
Rule 11 - Parse an MFField statement - principally a URIList on the EXTERNPROTO.
URIList() - Method in class org.web3d.parser.x3d.X3DRelaxedParser
Rule 19 - Parse an MFField statement - principally a URIList on the EXTERNPROTO.
uriRef - Variable in class org.web3d.vrml.renderer.CRExternPrototypeDecl
The reference part of the URI loaded
url - Variable in class org.web3d.vrml.scripting.ecmascript.x3d.X3DExecutionContext
The world URL
url - Variable in class org.web3d.vrml.scripting.sai.BaseExecutionContext
The world URL
url - Variable in class org.xj3d.core.loading.LoadRequest
The URL list that is to be loaded.
url - Variable in class xj3d.filter.node.ImageTexture
Field value
URL - Static variable in class xj3d.filter.importer.collada.ColladaStrings
 
URL_ERROR - Static variable in class org.web3d.x3d.sai.BrowserEvent
An error occurred in loading VRML from a URL call.
URL_ERROR - Static variable in class vrml.eai.event.BrowserEvent
An error occurred in loading VRML from a URL call.
URLCaseCorrectorFilter - Class in xj3d.filter.filters
Fix files that contain url references that are the wrong case.
URLCaseCorrectorFilter() - Constructor for class xj3d.filter.filters.URLCaseCorrectorFilter
Create an instance of the filter.
urlChanged(VRMLNodeType, int) - Method in interface org.web3d.vrml.nodes.VRMLUrlListener
Notification that the Url content for this node has changed
urlChanged(VRMLNodeType, int) - Method in class org.xj3d.impl.core.eventmodel.DefaultScriptManager
Notification that the Url content for this node has changed
urlChanged(VRMLNodeType, int) - Method in class org.xj3d.impl.core.loading.AbstractLoadManager
Notification that the Url content for this node has changed
URLChecker - Class in org.web3d.vrml.util
A checker of URLs to update them and include a root URL if needed.
URLChecker() - Constructor for class org.web3d.vrml.util.URLChecker
 
urlFieldIndexList - Static variable in class org.web3d.vrml.renderer.common.nodes.enveffects.BaseBackground
The array of fields that need URL content
URLFullyQualifyFilter - Class in xj3d.filter.filters
Fully qualify all relative urls in a file.
URLFullyQualifyFilter() - Constructor for class xj3d.filter.filters.URLFullyQualifyFilter
Create an instance of the filter.
urlLoadFailed(String) - Method in interface org.web3d.browser.BrowserCoreListener
The tried to load a URL and failed.
urlLoadFailed(String) - Method in class org.web3d.vrml.renderer.ogl.browser.OGLBrowserCanvas
The tried to load a URL and failed.
urlLoadFailed(String) - Method in class org.web3d.vrml.scripting.external.eai.EAIBrowser
The tried to load a URL and failed.
urlLoadFailed(String) - Method in class org.web3d.vrml.scripting.external.sai.SAIBrowser
The browser tried to load a URL and failed.
urlLoadFailed(String) - Method in class org.xj3d.impl.core.loading.DefaultWorldLoaderManager
The tried to load a URL and failed.
urlLoadFailed(String) - Method in class org.xj3d.impl.core.loading.FramerateThrottle
The tried to load a URL and failed.
urlLoadFailed(String) - Method in class org.xj3d.ui.awt.browser.ogl.BrowserJPanel
Ignored.
urlLoadFailed(String) - Method in class org.xj3d.ui.awt.widgets.SwingLocationToolbar
The tried to load a URL and failed.
urlLoadFailed(String) - Method in class org.xj3d.ui.awt.widgets.SwingStatusBar
 
urlLoadFailed(String) - Method in class org.xj3d.ui.construct.BlockingWorldLoader
Ignored.
urlLoadFailed(String) - Method in class org.xj3d.ui.construct.ogl.ShutdownManager
Ignored.
urlLoadFailed(String) - Method in class xj3d.browser.SceneTreeViewer
The tried to load a URL and failed.
urlLoadFailed(String) - Method in class xj3d.browser.Xj3DBrowser
 
urlReadOnly - Variable in class org.xj3d.sai.BrowserConfig
Should the location bar be read only.
urlRelativeCheck - Variable in class org.web3d.vrml.renderer.common.nodes.enveffects.BaseBackground
Flag to indicate if we've checked the URLs for relative references
urlRelativeCheck - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoLOD
Flag to indicate if we've checked the URLs for relative references
urlRelativeCheck - Variable in class org.web3d.vrml.renderer.common.nodes.networking.BaseAnchor
Flag to indicate if we've checked the URLs for relative references
urlRelativeCheck - Variable in class org.web3d.vrml.renderer.common.nodes.networking.BaseInline
Flag to indicate if we've checked the URLs for relative references
urls - Variable in class org.web3d.vrml.renderer.common.nodes.shape.BaseAppearance
 
urlTop - Variable in class org.xj3d.sai.BrowserConfig
Placement of the location bar if visible.
URLUnavailableException - Exception Class in org.web3d.x3d.sai
The exception that is thrown when the URL is not specified for the currently browser instance or there is some other problem.
URLUnavailableException - Exception Class in vrml.eai
The exception that is thrown when the URL is not specified for the currently browser instance or there is some other problem.
URLUnavailableException() - Constructor for exception class org.web3d.x3d.sai.URLUnavailableException
Construct a basic instance of this exception with no error message
URLUnavailableException() - Constructor for exception class vrml.eai.URLUnavailableException
Construct a basic instance of this exception with no error message
URLUnavailableException(String) - Constructor for exception class org.web3d.x3d.sai.URLUnavailableException
Constructs a new exception with a particular message
URLUnavailableException(String) - Constructor for exception class vrml.eai.URLUnavailableException
Constructs a new exception with a particular message
USAGE - Static variable in class xj3d.replica.SceneRecorder
Usage message with command line options
USAGE - Static variable in class xj3d.replica.ThumbnailImager
Usage message with command line options
USAGE - Static variable in class xj3d.replica.ViewpointSnapshotImager
Usage message with command line options
USE - Static variable in interface org.web3d.parser.vrml97.VRML97RelaxedParserConstants
RegularExpression Id.
USE - Static variable in interface org.web3d.parser.x3d.X3DRelaxedParserConstants
RegularExpression Id.
USE_ATTR - Static variable in class org.web3d.x3d.jaxp.X3DSAVAdapter
String constant of the USE attribute
USE_ATTR_ID - Static variable in class org.web3d.x3d.jaxp.X3DSAVAdapter
 
USE_BIND_MSG - Static variable in class org.web3d.vrml.renderer.common.nodes.BaseGroupingNode
Message when the USE is a bindable
USE_MIPMAPS_PROP - Static variable in class org.web3d.vrml.renderer.common.nodes.shape.BaseAppearance
Property describing the mipmap usage
USE_WITH_KIDS_MSG - Static variable in class org.web3d.x3d.jaxp.X3DSAVAdapter
Message when no profile was given
useDecl(String) - Method in class org.web3d.vrml.export.BaseRetainedExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.export.BinaryExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.export.NullExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.export.StatisticsCollector
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.export.VrmlExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.export.X3DClassicExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.export.X3DXMLExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.nodes.proto.ProtoBuilder
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.renderer.CRExternProtoBuilder
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.renderer.CRMainSceneBuilder
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.renderer.norender.NRVRMLSceneBuilder
The field value is a USE for the given node name.
useDecl(String) - Method in class org.web3d.vrml.renderer.ogl.OGLVRMLSceneBuilder
The field value is a USE for the given node name.
useDecl(String) - Method in interface org.web3d.vrml.sav.ContentHandler
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.AbstractFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.AppearanceFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.BaseFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.DEFUSEImageTextureFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.exporter.OBJFileExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.exporter.STLBinaryFileExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.exporter.STLFileExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.exporter.ThreeMFFileExporter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.AppearanceReplacerFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.CombineAppearanceFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.CombinerFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.CombineTransformFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.DebugFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.DEFChooserFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.DEFReplacerFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.FlattenSelectableFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.FlattenTextureTransformFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.FlattenTransformFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.IndexFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.ITSCreaseAnglerFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.NodeChooserFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.NodeCountInfoFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.ReindexFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.RemoveNodeFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.RemoveNormalsFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.RemoveUnusedDEFFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.StackTracerFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.filters.TriangulationFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.IFSFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.IFSToTSFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.MaterialFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.NewAbstractFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.node.CommonEncodedBaseFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.node.EncodedBaseFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.node.EncodedFilter
The field value is a USE for the given node name.
useDecl(String) - Method in class xj3d.filter.ShortenDEFFilter
The field value is a USE for the given node name.
usedNodes - Variable in class org.web3d.vrml.export.X3DRetainedSAXExporter
Temporary map during traversal for use references
usedPixelHeight - Variable in class org.web3d.vrml.renderer.common.nodes.text.BaseText
The number of pixels actually used in the height of the texture.
usedPixelWidth - Variable in class org.web3d.vrml.renderer.common.nodes.text.BaseText
The number of pixels actually used in the width of the texture.
useg - Variable in class org.web3d.vrml.renderer.ogl.nodes.nurbs.mesh.RectangularMesh
 
useHeadlight(boolean) - Method in class org.web3d.vrml.renderer.ogl.browser.GlobalEffectsGroup
Set the embedded headlight to be on or off.
useIsCurrent - Variable in class org.web3d.x3d.jaxp.X3DSAVAdapter
Flag to say the previous startNode() was actually a USE
useMipMaps - Static variable in class org.web3d.net.content.ImageContentHandler
The value read from the system property for MIPMAPS
useMipMaps - Static variable in class org.web3d.vrml.renderer.common.nodes.shape.BaseAppearance
The value read from the system property for MIPMAPS
useMipMaps - Variable in class org.xj3d.ui.construct.Construct
Flag indicating that MipMaps should be generated.
useName - Variable in class xj3d.filter.node.BaseEncodable
The node's USE name
useName - Variable in class xj3d.filter.node.CommonEncodable
The node's USE name
useNC - Variable in class org.web3d.vrml.export.X3DRetainedSAXExporter
Should we use node compressors
useOriginManager - Variable in class org.web3d.vrml.renderer.common.input.BaseLayerSensorManager
Flag indicating that the origin manager exists and is enabled
useOriginManager - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoCoordinate
Flag indicating that the OriginManager is enabled
useOriginManager - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoElevationGrid
Flag indicating that the OriginManager is enabled
useOriginManager - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoLocation
Flag indicating that the OriginManager is enabled
useOriginManager - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoLOD
Flag indicating that the OriginManager is enabled
useOriginManager - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoPositionInterpolator
Flag indicating that the OriginManager is enabled
useOriginManager - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoTouchSensor
Flag indicating that the OriginManager is enabled
useOriginManager - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoTransform
Flag indicating that the OriginManager is enabled
useOriginManager - Variable in class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoViewpoint
Flag indicating that the OriginManager is enabled
USER_INPUT_HANDLER_PROP - Static variable in class org.web3d.vrml.renderer.ogl.input.DefaultLayerSensorManager
Property defining a user input handler implementation
userData - Variable in class org.web3d.x3d.sai.X3DFieldEvent
User associated data
USERedundantNodeFilter - Class in xj3d.filter.filters
For the specified nodes, compare like nodes for equivalence.
USERedundantNodeFilter() - Constructor for class xj3d.filter.filters.USERedundantNodeFilter
Create an instance of the filter.
UserInputHandler - Interface in org.xj3d.core.eventmodel
A complete handler for all user input information within a scene.
useRoam() - Method in interface org.web3d.vrml.nodes.VRMLTerrainSource
Should we use Roam to display this terrain.
userPositionChanged(Point3f, Vector3f, Matrix4f, Matrix4f) - Method in class org.web3d.vrml.renderer.ogl.nodes.environment.OGLProximitySensor
Notification that the user is still in the area, but that the viewer reference point has changed.
userPositionChanged(Point3f, Vector3f, Matrix4f, Matrix4f) - Method in class org.web3d.vrml.renderer.ogl.nodes.marker.OGLScreenMarker
Notification that the user is still in the area, but that the viewer reference point has changed.
userPositionChanged(Point3f, Vector3f, Matrix4f, Matrix4f) - Method in interface org.web3d.vrml.renderer.ogl.nodes.OGLAreaListener
Notification that the user is still in the area, but that the viewer reference point has changed.
useTextureCache - Static variable in class org.web3d.vrml.renderer.common.nodes.shape.BaseAppearance
The value read from the system property for TEXTURECACHE
USETEXTURECACHE_PROP - Static variable in class org.web3d.vrml.renderer.common.nodes.shape.BaseAppearance
Property describing the rescaling method to use
Using the Code - Search tag in Overview
Section
uvRange - Variable in class org.web3d.vrml.renderer.ogl.nodes.nurbs.mesh.RectangularMesh
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form