| Package | Description |
|---|---|
| org.web3d.x3d.jsail |
The X3D Java Scene Access Interface Library (X3DJSAIL) provides a comprehensive
set of
strongly typed X3D Java interfaces for concrete implementation classes.
|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| org.web3d.x3d.jsail.Core |
The Core component supplies the base functionality for the X3D run-time system, including
the abstract base node type, field types, the event model, and routing.
|
| org.web3d.x3d.jsail.CubeMapTexturing |
The Cube Map Environmental Texturing component describes how additional texturing
effects are defined to produce environmental effects such as reflections from objects.
|
| org.web3d.x3d.jsail.DIS |
The Distributed Interactive Simulation (DIS) component provides networked interoperability
with the IEEE DIS protocol for sharing state and conducting real-time platform-level
simulations across multiple host computers.
|
| org.web3d.x3d.jsail.EnvironmentalEffects |
Nodes in the Environmental effects component support the creation of realistic environmental
effects such as panoramic backgrounds and fog.
|
| org.web3d.x3d.jsail.EnvironmentalSensor |
The Environment Sensor nodes emit events indicating activity in the scene environment,
usually based on interactions between the viewer and the world.
|
| org.web3d.x3d.jsail.EventUtilities |
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence
numerous event-types for common interactive applications without the use of a Script
node.
|
| org.web3d.x3d.jsail.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| org.web3d.x3d.jsail.Geometry2D |
The Geometry2D component defines how two-dimensional geometry is specified and what
shapes are available.
|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.jsail.Grouping |
The Grouping component describes how nodes are organized into groups to establish
a transformation hierarchy for the X3D scene graph.
|
| org.web3d.x3d.jsail.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.jsail.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| org.web3d.x3d.jsail.KeyDeviceSensor |
The Key Device Sensor defines how keyboard keystrokes are inserted into an X3D world.
|
| org.web3d.x3d.jsail.Layering |
The Layering component describes how to layer a set of subscene layers into a composite
scene.
|
| org.web3d.x3d.jsail.Layout |
The Layout component defines how to precisely position content in a scene in relation
to the rendered results, especially for integrating 2D content with 3D content.
|
| org.web3d.x3d.jsail.Lighting |
The Lighting component specifies how light sources are defined and positioned, as
well as how lights effect the rendered image.
|
| org.web3d.x3d.jsail.Navigation |
The Navigation component specifies how a user can effectively and intuitively move
through and around a 3D scene.
|
| org.web3d.x3d.jsail.Networking |
The Networking component defines node types and other features used to access file-based
and streaming resources on the World Wide Web.
|
| org.web3d.x3d.jsail.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| org.web3d.x3d.jsail.Picking |
The Picking component provides the ability to test for arbitrary object collision
and provide basic capabilities to detecting object intersections and interactions.
|
| org.web3d.x3d.jsail.PointingDeviceSensor |
Pointing device sensor nodes detect pointing events from user-interface devices, defining
activities such as a user selecting a piece of geometry.
|
| org.web3d.x3d.jsail.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| org.web3d.x3d.jsail.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| org.web3d.x3d.jsail.Scripting |
The Script component describes how Script nodes are used to effect changes in X3D
worlds.
|
| org.web3d.x3d.jsail.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.jsail.Sound |
The Sound component defines how sound is delivered to an X3D world as well as how
sounds are accessed.
|
| org.web3d.x3d.jsail.Text |
The Text component defines how text strings are rendered in an X3D scene.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.jsail.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| org.web3d.x3d.jsail.Time |
The Time component defines how time is sensed, computed and associated with events
in an X3D scene.
|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
abstract X3DConcreteNode |
X3DConcreteElement.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
X3DConcreteNode.setContainerFieldOverride(java.lang.String value)
containerField describes current field relationship of a node to its parent.
|
abstract X3DConcreteNode |
X3DConcreteNode.setCssClass(java.lang.String cssClass)
Each concrete class must independently override this abstract method to enable object-specific method pipelining.
|
abstract X3DConcreteNode |
X3DConcreteNode.setDEF(java.lang.String DEFlabel)
Each concrete class must independently override this abstract method to enable object-specific method pipelining.
|
abstract X3DConcreteNode |
X3DConcreteNode.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal
ProtoBody nodes.
|
abstract X3DConcreteNode |
X3DConcreteNode.setMetadata(ProtoInstanceObject newValue)
Assign X3DMetadataObject instance (using a properly typed ProtoInstanceObject) to inputOutput SFNode field metadata.
|
abstract X3DConcreteNode |
X3DConcreteNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
abstract X3DConcreteNode |
X3DConcreteNode.setUSE(java.lang.String USEname)
Each concrete class must independently override this abstract method to enable object-specific method pipelining.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CADAssemblyObject
X3D node tooltip: (X3D version 3.1 or later) [X3DGroupingNode,X3DProductStructureChildNode] CADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.
|
class |
CADFaceObject
X3D node tooltip: (X3D version 3.1 or later) [X3DProductStructureChildNode,X3DBoundedObject] CADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.
|
class |
CADLayerObject
X3D node tooltip: (X3D version 3.1 or later) [X3DGroupingNode] CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.
|
class |
CADPartObject
X3D node tooltip: (X3D version 3.1 or later) [X3DGroupingNode,X3DProductStructureChildNode] CADPart is an atomic part that defines both coordinate-system location and the faces that constitute a part in a Computer-Aided Design (CAD) model.
|
class |
IndexedQuadSetObject
IndexedQuadSet is a geometry node that defines quadrilaterals.
|
class |
QuadSetObject
QuadSet is a geometry node that defines quadrilaterals.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
CADAssemblyObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CADFaceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CADLayerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CADPartObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IndexedQuadSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
QuadSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedQuadSetObject |
IndexedQuadSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as IndexedQuadSetObject attrib.
|
QuadSetObject |
QuadSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as QuadSetObject attrib.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataBooleanObject
The metadata provided by this node is contained in the Boolean values of the value field.
|
class |
MetadataDoubleObject
The metadata provided by this node is contained in the double-precision floating point numbers of the value field.
|
class |
MetadataFloatObject
The metadata provided by this node is contained in the single-precision floating point numbers of the value field.
|
class |
MetadataIntegerObject
The metadata provided by this node is contained in the integer numbers of the value field.
|
class |
MetadataSetObject
The metadata provided by this node is contained in the metadata nodes of the value field.
|
class |
MetadataStringObject
The metadata provided by this node is contained in the strings of the value field.
|
class |
ProtoInstanceObject
ProtoInstance can override field default values via fieldValue initializations.
|
class |
WorldInfoObject
WorldInfo contains a title and simple persistent metadata information about an X3D scene.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
CommentsBlock.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ExternProtoDeclareObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ISObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MetadataBooleanObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MetadataDoubleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MetadataFloatObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MetadataIntegerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MetadataSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MetadataStringObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ProtoBodyObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ProtoDeclareObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ProtoInstanceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ProtoInterfaceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ROUTEObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SceneObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
WorldInfoObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
X3DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
componentObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
connectObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
fieldObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
fieldValueObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
headObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
metaObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
unitObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComposedCubeMapTextureObject
X3D node tooltip: (X3D version 3.1 or later) [X3DEnvironmentTextureNode] ComposedCubeMapTexture is a texture node that defines a cubic environment map source as an explicit set of images drawn from individual 2D texture nodes.
|
class |
GeneratedCubeMapTextureObject
X3D node tooltip: (X3D version 3.1 or later) [X3DEnvironmentTextureNode] GeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images.
|
class |
ImageCubeMapTextureObject
X3D node tooltip: (X3D version 3.1 or later) [X3DEnvironmentTextureNode,X3DUrlObject] ImageCubeMapTexture is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ComposedCubeMapTextureObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeneratedCubeMapTextureObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ImageCubeMapTextureObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DISEntityManagerObject
X3D node tooltip: [X3DChildNode] DISEntityManager notifies a scene when new DIS ESPDU entities arrive or current entities leave.
|
class |
DISEntityTypeMappingObject
X3D node tooltip: [X3DInfoNode,X3DUrlObject] DISEntityTypeMapping provides a best-match mapping from DIS ESPDU entity type information to a specific X3D model, thus providing a visual and behavioral representation that best matches the entity type.
|
class |
EspduTransformObject
X3D node tooltip: [X3DGroupingNode,X3DSensorNode] EspduTransform is a networked Transform node that can contain most nodes.
|
class |
ReceiverPduObject
X3D node tooltip: [X3DNetworkSensorNode,X3DBoundedObject] ReceiverPdu is a networked Protocol Data Unit (PDU) information node that transmits the state of radio frequency (RF) receivers modeled in a simulation.
|
class |
SignalPduObject
X3D node tooltip: [X3DNetworkSensorNode,X3DBoundedObject] SignalPdu is a networked Protocol Data Unit (PDU) information node that communicates the transmission of voice, audio or other data modeled in a simulation.
|
class |
TransmitterPduObject
X3D node tooltip: [X3DNetworkSensorNode,X3DBoundedObject] TransmitterPdu is a networked Protocol Data Unit (PDU) information node that provides detailed information about a radio transmitter modeled in a simulation.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
DISEntityManagerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
DISEntityTypeMappingObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
EspduTransformObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ReceiverPduObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SignalPduObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TransmitterPduObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
DISEntityManagerObject |
DISEntityManagerObject.setMapping(X3DConcreteNode newValue)
Utility method to set single SFNode as DISEntityManagerObject mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackgroundObject
X3D node tooltip: [X3DBackgroundNode] Background simulates ground and sky, using vertical arrays of wraparound color values.
|
class |
FogCoordinateObject
X3D node tooltip: (X3D version 3.1 or later) [X3DGeometricPropertyNode] FogCoordinate defines a set of explicit fog depths on a per-vertex basis, overriding Fog visibilityRange
|
class |
FogObject
X3D node tooltip: [X3DBindableNode,X3DFogObject] Fog simulates atmospheric effects by blending distant objects with fog color.
|
class |
LocalFogObject
X3D node tooltip: [X3DChildNode,X3DFogObject] LocalFog simulates atmospheric effects by blending distant objects with fog color.
|
class |
TextureBackgroundObject
X3D node tooltip: [X3DBackgroundNode] TextureBackground simulates ground and sky, using vertical arrays of wraparound color values, TextureBackground can also provide backdrop texture images on all six sides.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
BackgroundObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
FogCoordinateObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
FogObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
LocalFogObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextureBackgroundObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProximitySensorObject
X3D node tooltip: [X3DEnvironmentalSensorNode] ProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).
|
class |
TransformSensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DEnvironmentalSensorNode] TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).
|
class |
VisibilitySensorObject
X3D node tooltip: [X3DEnvironmentalSensorNode] VisibilitySensor detects when user can see a specific object or region as they navigate the world.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ProximitySensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TransformSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
VisibilitySensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanFilterObject
X3D node tooltip: [X3DChildNode] BooleanFilter selectively passes true, false or negated events.
|
class |
BooleanSequencerObject
X3D node tooltip: [X3DSequencerNode] BooleanSequencer generates periodic discrete Boolean values.
|
class |
BooleanToggleObject
X3D node tooltip: [X3DChildNode] BooleanToggle maintains state and negates output when a true input is provided.
|
class |
BooleanTriggerObject
X3D node tooltip: [X3DTriggerNode] BooleanTrigger converts time events to boolean true events.
|
class |
IntegerSequencerObject
X3D node tooltip: [X3DSequencerNode] IntegerSequencer generates periodic discrete integer values.
|
class |
IntegerTriggerObject
X3D node tooltip: [X3DTriggerNode] IntegerTrigger converts set_boolean true input events to an integer value (for example, useful when animating whichChoice in a Switch node).
|
class |
TimeTriggerObject
X3D node tooltip: [X3DTriggerNode] TimeTrigger converts boolean true events to time events.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
BooleanFilterObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
BooleanSequencerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
BooleanToggleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
BooleanTriggerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IntegerSequencerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IntegerTriggerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TimeTriggerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorChaserObject
X3D node tooltip: (X3D version 3.3 or later) [X3DChaserNode] ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
|
class |
ColorDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
|
class |
CoordinateChaserObject
X3D node tooltip: (X3D version 3.3 or later) [X3DChaserNode] CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.
|
class |
CoordinateDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
|
class |
OrientationChaserObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChaserNode] OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
|
class |
OrientationDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
|
class |
PositionChaser2DObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChaserNode] PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.
|
class |
PositionChaserObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChaserNode] PositionChaser generates a series of position values that progressively change from initial value to destination value.
|
class |
PositionDamper2DObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
|
class |
PositionDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] PositionDamper generates a series of position values that progressively change from initial value to destination value.
|
class |
ScalarChaserObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChaserNode] ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.
|
class |
ScalarDamperObject
X3D node tooltip: (X3D version 3.3 or later) [X3DDamperNode] ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
|
class |
TexCoordChaser2DObject
X3D node tooltip: (X3D version 3.3 or later) [X3DChaserNode] TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.
|
class |
TexCoordDamper2DObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] TexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ColorChaserObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ColorDamperObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CoordinateChaserObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CoordinateDamperObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
OrientationChaserObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
OrientationDamperObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PositionChaser2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PositionChaserObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PositionDamper2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PositionDamperObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ScalarChaserObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ScalarDamperObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TexCoordChaser2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TexCoordDamper2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Arc2DObject
X3D node tooltip: [X3DGeometryNode] Arc2D is a line-based geometry node that defines a linear circular arc with center (0,0) in X-Y plane, with angles measured starting at positive x-axis and sweeping towards positive y-axis.
|
class |
ArcClose2DObject
X3D node tooltip: [X3DGeometryNode] ArcClose2D is a polygonal geometry node that defines a linear circular arc, closed by PIE or CHORD line segments, with center (0,0) in X-Y plane, with angles measured starting at positive x-axis and sweeping towards positive y-axis.
|
class |
Circle2DObject
X3D node tooltip: [X3DGeometryNode] Circle2D is a geometry node that defines a linear X-Y circle with center (0,0) in X-Y plane.
|
class |
Disk2DObject
X3D node tooltip: [X3DGeometryNode] Disk2D is a geometry node that defines a filled (or partially filled) planar circle with center (0,0).
|
class |
Polyline2DObject
X3D node tooltip: [X3DGeometryNode] Polyline2D is a geometry node that defines a connected set of vertices in a contiguous set of line segments in X-Y plane.
|
class |
Polypoint2DObject
X3D node tooltip: [X3DGeometryNode] Polypoint2D is a geometry node that defines a set of 2D points in X-Y plane.
|
class |
Rectangle2DObject
X3D node tooltip: [X3DGeometryNode] Rectangle2D is a geometry node that defines a 2D rectangle in X-Y plane.
|
class |
TriangleSet2DObject
X3D node tooltip: [X3DGeometryNode] TriangleSet2D is a geometry node that defines a set of filled 2D triangles in X-Y plane.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
Arc2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ArcClose2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
Circle2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
Disk2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
Polyline2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
Polypoint2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
Rectangle2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TriangleSet2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoxObject
X3D node tooltip: [X3DGeometryNode] Box is a geometry node specifying a rectangular cuboid.
|
class |
ConeObject
X3D node tooltip: [X3DGeometryNode] Cone is a geometry node.
|
class |
CylinderObject
X3D node tooltip: [X3DGeometryNode] Cylinder is a geometry node.
|
class |
ElevationGridObject
X3D node tooltip: [X3DGeometryNode] ElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.
|
class |
ExtrusionObject
X3D node tooltip: [X3DGeometryNode] Extrusion is a geometry node that sequentially stretches a 2D cross section along a 3D-spine path in the local coordinate system, creating an outer hull.
|
class |
IndexedFaceSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedFaceSet defines polygons using index lists corresponding to vertex coordinates.
|
class |
SphereObject
X3D node tooltip: [X3DGeometryNode] Sphere is a geometry node, representing a perfectly round geometrical object that is the surface of a completely round ball.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
BoxObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ConeObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CylinderObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ElevationGridObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ExtrusionObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IndexedFaceSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SphereObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
ElevationGridObject |
ElevationGridObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as ElevationGridObject attrib.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as IndexedFaceSetObject attrib.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoCoordinateObject
X3D node tooltip: [X3DCoordinateNode] GeoCoordinate builds geometry as a set of geographic 3D coordinates.
|
class |
GeoElevationGridObject
X3D node tooltip: [X3DGeometryNode] GeoElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.
|
class |
GeoLocationObject
X3D node tooltip: [X3DGroupingNode] GeoLocation positions a regular X3D model onto earth's surface.
|
class |
GeoLODObject
X3D node tooltip: [X3DChildNode,X3DBoundedObject] GeoLOD provides quadtree level-of-detail loading/unloading for multi-resolution terrains.
|
class |
GeoMetadataObject
X3D node tooltip: [X3DInfoNode] GeoMetadata includes a generic subset of metadata about the geographic data.
|
class |
GeoOriginObject
GeoOrigin is deprecated and discouraged (but nevertheless allowed) in X3D v3.3.
|
class |
GeoPositionInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] GeoPositionInterpolator animates objects within a geographic coordinate system.
|
class |
GeoProximitySensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DEnvironmentalSensorNode] GeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).
|
class |
GeoTouchSensorObject
X3D node tooltip: [X3DTouchSensorNode] GeoTouchSensor returns geographic coordinates for the object being selected.
|
class |
GeoTransformObject
X3D node tooltip: [X3DGroupingNode] GeoTransform is a Grouping node that can contain most nodes.
|
class |
GeoViewpointObject
X3D node tooltip: [X3DViewpointNode] GeoViewpoint specifies viewpoints using geographic coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
GeoCoordinateObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoElevationGridObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoLODObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoLocationObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoMetadataObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoOriginObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoPositionInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoProximitySensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoTouchSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoTransformObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
GeoViewpointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
GeoMetadataObject |
GeoMetadataObject.setData(X3DConcreteNode newValue)
Utility method to set single SFNode as GeoMetadataObject data.
|
GeoLODObject |
GeoLODObject.setRootNode(X3DConcreteNode newValue)
Utility method to set single SFNode as GeoLODObject rootNode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupObject
X3D node tooltip: [X3DGroupingNode] Group is a Grouping node that can contain most nodes.
|
class |
StaticGroupObject
StaticGroup is similar to Group node but does not allow access to children after creation time.
|
class |
SwitchObject
X3D node tooltip: [X3DGroupingNode] Switch is a Grouping node that only renders one (or zero) child at a time.
|
class |
TransformObject
X3D node tooltip: [X3DGroupingNode] Transform is a Grouping node that can contain most nodes.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
GroupObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
StaticGroupObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SwitchObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TransformObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HAnimDisplacerObject
X3D node tooltip: [X3DGeometricPropertyNode] HAnimDisplacer nodes alter the shape of coordinate-based geometry within parent HAnimJoint or HAnimSegment nodes.
|
class |
HAnimHumanoidObject
X3D node tooltip: [X3DChildNode,X3DBoundedObject] The HAnimHumanoid node is used to: (a) store references to the joints, segments, sites, skeleton, optional skin, and fixed viewpoints, (b) serve as a container for the entire humanoid, (c) provide a convenient way of moving the humanoid through its environment, and (d) store human-readable metadata such as name, version, author, copyright, age, gender and other information.
|
class |
HAnimJointObject
X3D node tooltip: [X3DGroupingNode] HAnimJoint node can represent each joint in a body.
|
class |
HAnimMotionObject
X3D node tooltip: (X3D version 4.0 draft) [X3DChildNode] An HAnimMotion node supports discrete frame-by-frame playback for H-Anim motion data animation.
|
class |
HAnimSegmentObject
X3D node tooltip: [X3DGroupingNode] HAnimSegment node contains Shape geometry for each body segment.
|
class |
HAnimSiteObject
X3D node tooltip: [X3DGroupingNode] An HAnimSite node serves three purposes: (a) define an "end effector" location which can be used by an inverse kinematics system, (b) define an attachment point for accessories such as jewelry and clothing, and (c) define a location for a Viewpoint virtual camera in the reference frame of an HAnimSegment (such as a view "through the eyes" of the humanoid for use in multi-user worlds).
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
HAnimDisplacerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
HAnimHumanoidObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
HAnimJointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
HAnimMotionObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
HAnimSegmentObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
HAnimSiteObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
HAnimJointObject |
HAnimJointObject.setDisplacers(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimJointObject displacers.
|
HAnimSegmentObject |
HAnimSegmentObject.setDisplacers(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimSegmentObject displacers.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setJoints(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject joints.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setMotions(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject motions.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setSegments(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject segments.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setSites(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject sites.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setSkeleton(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject skeleton.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setSkin(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject skin.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setSkinBindingCoords(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject skinBindingCoords.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setSkinBindingNormals(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject skinBindingNormals.
|
HAnimHumanoidObject |
HAnimHumanoidObject.setViewpoints(X3DConcreteNode newValue)
Utility method to set single SFNode as HAnimHumanoidObject viewpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] ColorInterpolator generates a range of color values.
|
class |
CoordinateInterpolator2DObject
X3D node tooltip: [X3DInterpolatorNode] CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.
|
class |
CoordinateInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] CoordinateInterpolator linearly interpolates among a list of 3-tuple MFVec3f arrays, producing a single MFVec3f array that is fractional average between two nearest arrays in the list.
|
class |
EaseInEaseOutObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNode] EaseInEaseOut enables gradual animation transitions by modifying TimeSensor fraction outputs.
|
class |
NormalInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.
|
class |
OrientationInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.
|
class |
PositionInterpolator2DObject
X3D node tooltip: [X3DInterpolatorNode] PositionInterpolator2D generates a series of SFVec2f values.
|
class |
PositionInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] PositionInterpolator generates a series of 3-tuple SFVec3f values.
|
class |
ScalarInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] ScalarInterpolator generates piecewise-linear SFFloat values.
|
class |
SplinePositionInterpolator2DObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.
|
class |
SplinePositionInterpolatorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.
|
class |
SplineScalarInterpolatorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.
|
class |
SquadOrientationInterpolatorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ColorInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CoordinateInterpolator2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CoordinateInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
EaseInEaseOutObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NormalInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
OrientationInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PositionInterpolator2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PositionInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ScalarInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SplinePositionInterpolator2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SplinePositionInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SplineScalarInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SquadOrientationInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeySensorObject
X3D node tooltip: [X3DKeyDeviceSensorNode] KeySensor generates events as the user presses keys on the keyboard.
|
class |
StringSensorObject
X3D node tooltip: [X3DKeyDeviceSensorNode] StringSensor generates events as the user presses keys on the keyboard.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
KeySensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
StringSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LayerObject
X3D node tooltip: (X3D version 3.2 or later) [X3DLayerNode] Layer contains a list of children nodes that define the contents of the layer.
|
class |
LayerSetObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNode] LayerSet defines a list of layers and a rendering order.
|
class |
ViewportObject
X3D node tooltip: (X3D version 3.2 or later) [X3DViewportNode, X3DBoundedObject] Viewport is a Grouping node that can contain most nodes.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
LayerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
LayerSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ViewportObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
LayerSetObject |
LayerSetObject.setLayers(X3DConcreteNode newValue)
Utility method to set single SFNode as LayerSetObject layers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutGroupObject
X3D node tooltip: (X3D version 3.2 or later) [X3DGroupingNode] LayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout.
|
class |
LayoutLayerObject
X3D node tooltip: (X3D version 3.2 or later) [X3DLayerNode] LayoutLayer is a Grouping node that can contain most nodes.
|
class |
LayoutObject
X3D node tooltip: (X3D version 3.2 or later) [X3DLayoutNode] Layout node is used as layout field of LayoutLayer and LayoutGroup nodes.
|
class |
ScreenFontStyleObject
X3D node tooltip: (X3D version 3.2 or later) [X3DFontStyleNode] ScreenFontStyle is an X3DFontStyleNode defines the size, family, justification, and other styles used within a screen layout.
|
class |
ScreenGroupObject
X3D node tooltip: (X3D version 3.2 or later) [X3DGroupingNode] ScreenGroup is a Grouping node that can contain most nodes.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
LayoutGroupObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
LayoutLayerObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
LayoutObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ScreenFontStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ScreenGroupObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectionalLightObject
DirectionalLight might not be scoped by parent Group or Transform at levels 1 or 2.
|
class |
PointLightObject
Linear attenuation may occur at level 2, full support at level 3.
|
class |
SpotLightObject
Linear attenuation may occur at level 2, full support at level 3.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
DirectionalLightObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PointLightObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SpotLightObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BillboardObject
X3D node tooltip: [X3DGroupingNode] Billboard is a Grouping node that can contain most nodes.
|
class |
CollisionObject
X3D node tooltip: [X3DGroupingNode,X3DSensorNode] Collision detects camera-to-object contact using current view and NavigationInfo avatarSize.
|
class |
LODObject
X3D node tooltip: [X3DGroupingNode] LOD (Level Of Detail) uses camera-to-object distance to switch among contained child levels.
|
class |
NavigationInfoObject
X3D node tooltip: [X3DBindableNode] NavigationInfo describes the user's viewing model, user navigation-interaction modalities, and also dimensional characteristics of the user's (typically invisible) avatar.
|
class |
OrthoViewpointObject
X3D node tooltip: [X3DViewpointNode] OrthoViewpoint provides an orthographic perspective-free view of a scene from a specific location and direction.
|
class |
ViewpointGroupObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChildNode] ViewpointGroup can contain Viewpoint, OrthoViewpoint, GeoViewpoint and other ViewpointGroup nodes for better user-navigation support with a shared description on the viewpoint list.
|
class |
ViewpointObject
X3D node tooltip: [X3DViewpointNode] Viewpoint provides a specific location and direction where the user may view the scene.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
BillboardObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CollisionObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
LODObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NavigationInfoObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
OrthoViewpointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ViewpointGroupObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ViewpointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnchorObject
X3D node tooltip: [X3DGroupingNode,X3DUrlObject] Anchor is a Grouping node that can contain most nodes.
|
class |
InlineObject
X3D node tooltip: [X3DGroupingNode,X3DBoundedObject,X3DUrlObject] Inline can load another X3D or VRML model into the current scene via url.
|
class |
LoadSensorObject
X3D node tooltip: [X3DNetworkSensorNode] LoadSensor generates events as watchList child nodes are either loaded or fail to load.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
AnchorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
EXPORTObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IMPORTObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
InlineObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
LoadSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
LoadSensorObject |
LoadSensorObject.setWatchList(X3DConcreteNode newValue)
Utility method to set single SFNode as LoadSensorObject watchList.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Contour2DObject
X3D node tooltip: [X3DNode] Contour2D groups a set of curve segments into a composite contour.
|
class |
ContourPolyline2DObject
X3D node tooltip: [X3DNurbsControlCurveNode] ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.
|
class |
CoordinateDoubleObject
X3D node tooltip: [X3DCoordinateNode] CoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values.
|
class |
NurbsCurve2DObject
X3D node tooltip: [X3DNurbsControlCurveNode] NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.
|
class |
NurbsCurveObject
X3D node tooltip: [X3DParametricGeometryNode] NurbsCurve is a 3D curve analogous to NurbsPatchSurface.
|
class |
NurbsOrientationInterpolatorObject
X3D node tooltip: [X3DChildNode] NurbsOrientationInterpolator describes a 3D NURBS curve and outputs interpolated orientation values.
|
class |
NurbsPatchSurfaceObject
X3D node tooltip: [X3DNurbsSurfaceGeometryNode] NurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface
|
class |
NurbsPositionInterpolatorObject
X3D node tooltip: [X3DChildNode] NurbsPositionInterpolator describes a 3D NURBS curve and outputs interpolated position values.
|
class |
NurbsSetObject
X3D node tooltip: [X3DChildNode,X3DBoundedObject] NurbsSet collects a set of NurbsSurface nodes into a common group and
treats NurbsSurface set as a unit during tessellation, thereby enforcing tessellation continuity along borders
|
class |
NurbsSurfaceInterpolatorObject
X3D node tooltip: [X3DChildNode] NurbsSurfaceInterpolator describes a 3D NURBS curve and outputs interpolated position and normal values.
|
class |
NurbsSweptSurfaceObject
X3D node tooltip: [X3DNurbsControlCurveNode]NurbsSweptSurface contains a crossSectionCurve and a trajectoryCurve [NurbsCurve]
|
class |
NurbsSwungSurfaceObject
X3D node tooltip: [X3DNurbsControlCurveNode] NurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode]
|
class |
NurbsTextureCoordinateObject
X3D node tooltip: [X3DNode] NurbsTextureCoordinate describes a 3D NURBS surface in the parametric domain of its surface host, specifying mapping of texture onto the surface.
|
class |
NurbsTrimmedSurfaceObject
X3D node tooltip: [X3DNurbsSurfaceGeometryNode] NurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
Contour2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ContourPolyline2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CoordinateDoubleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsCurve2DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsCurveObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsOrientationInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsPatchSurfaceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsPositionInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsSurfaceInterpolatorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsSweptSurfaceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsSwungSurfaceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsTextureCoordinateObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NurbsTrimmedSurfaceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSetObject |
NurbsSetObject.setGeometry(X3DConcreteNode newValue)
Utility method to set single SFNode as NurbsSetObject geometry.
|
NurbsTrimmedSurfaceObject |
NurbsTrimmedSurfaceObject.setTrimmingContour(X3DConcreteNode newValue)
Utility method to set single SFNode as NurbsTrimmedSurfaceObject trimmingContour.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedPhysicsModelObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticlePhysicsModelNode] BoundedPhysicsModel provides user-defined geometrical boundaries for particle motion.
|
class |
ConeEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] ConeEmitter generates all available particles from a specific point in space.
|
class |
ExplosionEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] ExplosionEmitter generates all particles from a specific point in space at the initial time enabled
|
class |
ForcePhysicsModelObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticlePhysicsModelNode] ForcePhysicsModel applies a constant force value to the particles.
|
class |
ParticleSystemObject
X3D node tooltip: (X3D version 3.2 or later) [X3DShapeNode] ParticleSystem specifies a complete particle system.
|
class |
PointEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] PointEmitter generates particles from a specific point in space using the specified direction and speed
|
class |
PolylineEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] PolylineEmitter emits particles along a single polyline.
|
class |
SurfaceEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] SurfaceEmitter generates particles from the surface of an object.
|
class |
VolumeEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] VolumeEmitter emits particles from a random position confined within the given closed geometry volume.
|
class |
WindPhysicsModelObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticlePhysicsModelNode] WindPhysicsModel applies a wind effect to the particles.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
BoundedPhysicsModelObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ConeEmitterObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ExplosionEmitterObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ForcePhysicsModelObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ParticleSystemObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PointEmitterObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PolylineEmitterObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SurfaceEmitterObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
VolumeEmitterObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
WindPhysicsModelObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleSystemObject |
ParticleSystemObject.setPhysics(X3DConcreteNode newValue)
Utility method to set single SFNode as ParticleSystemObject physics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinePickSensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DPickSensorNode] LinePickSensor uses one or more pickingGeometry line segments to compute intersections with pickTarget shapes.
|
class |
PickableGroupObject
X3D node tooltip: (X3D version 3.2 or later) [X3DGroupingNode,X3DPickableObject] PickableGroup is a Grouping node that can contain most nodes.
|
class |
PointPickSensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DPickSensorNode] PointPickSensor tests one or more pickingGeometry points in space as lying inside the provided pickTarget geometry.
|
class |
PrimitivePickSensorObject
If a non-uniform scale is applied to the pick sensor, correct results may require level 3 support.
|
class |
VolumePickSensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DPickSensorNode] VolumePickSensor tests picking intersections using the pickingGeometry against the pickTarget geometry volume.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
LinePickSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PickableGroupObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PointPickSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PrimitivePickSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
VolumePickSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
LinePickSensorObject |
LinePickSensorObject.setPickTarget(X3DConcreteNode newValue)
Utility method to set single SFNode as LinePickSensorObject pickTarget.
|
PointPickSensorObject |
PointPickSensorObject.setPickTarget(X3DConcreteNode newValue)
Utility method to set single SFNode as PointPickSensorObject pickTarget.
|
PrimitivePickSensorObject |
PrimitivePickSensorObject.setPickTarget(X3DConcreteNode newValue)
Utility method to set single SFNode as PrimitivePickSensorObject pickTarget.
|
VolumePickSensorObject |
VolumePickSensorObject.setPickTarget(X3DConcreteNode newValue)
Utility method to set single SFNode as VolumePickSensorObject pickTarget.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CylinderSensorObject
X3D node tooltip: [X3DDragSensorNode] CylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.
|
class |
PlaneSensorObject
X3D node tooltip: [X3DDragSensorNode] PlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.
|
class |
SphereSensorObject
X3D node tooltip: [X3DDragSensorNode] SphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.
|
class |
TouchSensorObject
X3D node tooltip: [X3DTouchSensorNode] TouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
CylinderSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PlaneSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SphereSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TouchSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClipPlaneObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChildNode] ClipPlane specifies a single plane equation used to clip (i.e. cull or hide) displayed geometry.
|
class |
ColorObject
X3D node tooltip: [X3DColorNode] Color node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
class |
ColorRGBAObject
X3D node tooltip: [X3DColorNode] ColorRGBA node defines a set of RGBA color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
class |
CoordinateObject
X3D node tooltip: [X3DCoordinateNode] Coordinate builds geometry by defining a set of 3D coordinate (triplet) point values.
|
class |
IndexedLineSetObject
X3D node tooltip: [X3DGeometryNode] IndexedLineSet defines polyline segments using index lists corresponding to vertex coordinates.
|
class |
IndexedTriangleFanSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
IndexedTriangleSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
IndexedTriangleStripSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
LineSetObject
X3D node tooltip: [X3DGeometryNode] LineSet is a geometry node that can contain a Coordinate|CoordinateDouble node and optionally a Color|ColorRGBA node.
|
class |
NormalObject
X3D node tooltip: [X3DNormalNode] Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
class |
PointSetObject
X3D node tooltip: [X3DGeometryNode] PointSet is a node that contains a set of colored 3D points, represented by contained Color|ColorRGBA and Coordinate|CoordinateDouble nodes.
|
class |
TriangleFanSetObject
X3D node tooltip: [X3DComposedGeometryNode] TriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
TriangleSetObject
X3D node tooltip: [X3DComposedGeometryNode] TriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
TriangleStripSetObject
X3D node tooltip: [X3DComposedGeometryNode] TriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ClipPlaneObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ColorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ColorRGBAObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CoordinateObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IndexedLineSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IndexedTriangleFanSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IndexedTriangleSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IndexedTriangleStripSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
LineSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
NormalObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PointSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TriangleFanSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TriangleSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TriangleStripSetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedLineSetObject |
IndexedLineSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as IndexedLineSetObject attrib.
|
IndexedTriangleFanSetObject |
IndexedTriangleFanSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as IndexedTriangleFanSetObject attrib.
|
IndexedTriangleSetObject |
IndexedTriangleSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as IndexedTriangleSetObject attrib.
|
IndexedTriangleStripSetObject |
IndexedTriangleStripSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as IndexedTriangleStripSetObject attrib.
|
LineSetObject |
LineSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as LineSetObject attrib.
|
PointSetObject |
PointSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as PointSetObject attrib.
|
TriangleFanSetObject |
TriangleFanSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as TriangleFanSetObject attrib.
|
TriangleSetObject |
TriangleSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as TriangleSetObject attrib.
|
TriangleStripSetObject |
TriangleStripSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as TriangleStripSetObject attrib.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BallJointObject
X3D node tooltip: (X3D version 3.2 or later) [X3DRigidJointNode] BallJoint represents an unconstrained joint between two bodies that pivot about a common anchor point.
|
class |
CollidableOffsetObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNBodyCollidableNode] CollidableOffset repositions geometry relative to center of owning body.
|
class |
CollidableShapeObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNBodyCollidableNode] CollidableShape connects the collision detection system, the rigid body model, and the renderable scene graph.
|
class |
CollisionCollectionObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChildNode] CollisionCollection holds a collection of objects that can be managed as a single entity for resolution of inter-object collisions.
|
class |
CollisionSensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DSensorNode] CollisionSensor generates collision-detection events.
|
class |
CollisionSpaceObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNBodyCollisionSpaceNode] CollisionSpace holds collection of objects considered together for resolution of inter-object collisions.
|
class |
ContactObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNode] Contact nodes are produced as output events when two collidable objects or spaces make contact.
|
class |
DoubleAxisHingeJointObject
X3D node tooltip: (X3D version 3.2 or later) [X3DRigidJointNode] DoubleAxisHingeJoint has two independent axes located around a common anchor point. axis1 has limits and a motor, axis 2 only has a motor Contains two RigidBody nodes (containerField values body1, body2).
|
class |
MotorJointObject
X3D node tooltip: (X3D version 3.2 or later) [X3DRigidJointNode] MotorJoint drives relative angular velocities between body1 and body2 within a common reference frame.
|
class |
RigidBodyCollectionObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChildNode] RigidBodyCollection represents a system of bodies that interact within a single physics model
|
class |
RigidBodyObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNode] RigidBody describes a collection of shapes with a mass distribution that is affected by the physics model.
|
class |
SingleAxisHingeJointObject
SingleAxisHingeJoint has single axis about which to rotate, similar to a traditional door hinge.
|
class |
SliderJointObject
SliderJoint constrains all movement between body1 and body2 along a single axis.
|
class |
UniversalJointObject
X3D node tooltip: (X3D version 3.2 or later) [X3DRigidJointNode] UniversalJoint is like a BallJoint that constrains an extra degree of rotational freedom.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
BallJointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CollidableOffsetObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CollidableShapeObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CollisionCollectionObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CollisionSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CollisionSpaceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ContactObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
DoubleAxisHingeJointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MotorJointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
RigidBodyCollectionObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
RigidBodyObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SingleAxisHingeJointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SliderJointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
UniversalJointObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
RigidBodyCollectionObject |
RigidBodyCollectionObject.setBodies(X3DConcreteNode newValue)
Utility method to set single SFNode as RigidBodyCollectionObject bodies.
|
CollisionCollectionObject |
CollisionCollectionObject.setCollidables(X3DConcreteNode newValue)
Utility method to set single SFNode as CollisionCollectionObject collidables.
|
CollisionSpaceObject |
CollisionSpaceObject.setCollidables(X3DConcreteNode newValue)
Utility method to set single SFNode as CollisionSpaceObject collidables.
|
RigidBodyObject |
RigidBodyObject.setGeometry(X3DConcreteNode newValue)
Utility method to set single SFNode as RigidBodyObject geometry.
|
RigidBodyCollectionObject |
RigidBodyCollectionObject.setJoints(X3DConcreteNode newValue)
Utility method to set single SFNode as RigidBodyCollectionObject joints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptObject
X3D node tooltip: [X3DScriptNode] Script contains author-programmed event behaviors for a scene.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ScriptObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComposedShaderObject
ComposedShader can contain field declarations, but no CDATA section of plain-text source code, since programs are composed from child ShaderPart nodes.
|
class |
FloatVertexAttributeObject
X3D node tooltip: (X3D version 3.1 or later) [X3DVertexAttributeNode] FloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes
|
class |
Matrix3VertexAttributeObject
X3D node tooltip: (X3D version 3.1 or later) [X3DVertexAttributeNode] Matrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes
|
class |
Matrix4VertexAttributeObject
X3D node tooltip: (X3D version 3.1 or later) [X3DVertexAttributeNode] Matrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes
|
class |
PackagedShaderObject
PackagedShader can contain field declarations, but no CDATA section of plain-text source code.
|
class |
ProgramShaderObject
ProgramShader contains no field declarations and no plain-text source code.
|
class |
ShaderPartObject
ShaderPart can contain a CDATA section of plain-text source code.
|
class |
ShaderProgramObject
ShaderProgram can contain field declarations and a CDATA section of plain-text source code.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ComposedShaderObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
FloatVertexAttributeObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
Matrix3VertexAttributeObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
Matrix4VertexAttributeObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PackagedShaderObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ProgramShaderObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ShaderPartObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ShaderProgramObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedShaderObject |
ComposedShaderObject.setParts(X3DConcreteNode newValue)
Utility method to set single SFNode as ComposedShaderObject parts.
|
ProgramShaderObject |
ProgramShaderObject.setPrograms(X3DConcreteNode newValue)
Utility method to set single SFNode as ProgramShaderObject programs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppearanceObject
X3D node tooltip: [X3DAppearanceNode] Appearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.
|
class |
FillPropertiesObject
X3D node tooltip: [X3DAppearanceChildNode] FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.
|
class |
LinePropertiesObject
X3D node tooltip: [X3DAppearanceChildNode] LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.
|
class |
MaterialObject
X3D node tooltip: [X3DMaterialNode] Material specifies surface rendering properties for associated geometry nodes.
|
class |
ShapeObject
X3D node tooltip: [X3DShapeNode] Shape can appear under any grouping node.
|
class |
TwoSidedMaterialObject
X3D node tooltip: (X3D version 3.2 or later) [X3DMaterialNode] TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
AppearanceObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
FillPropertiesObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
LinePropertiesObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MaterialObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ShapeObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TwoSidedMaterialObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
AppearanceObject |
AppearanceObject.setShaders(X3DConcreteNode newValue)
Utility method to set single SFNode as AppearanceObject shaders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioClipObject
X3D node tooltip: [X3DSoundSourceNode,X3DUrlObject] AudioClip provides audio data used by parent Sound nodes.
|
class |
SoundObject
X3D node tooltip: [X3DSoundNode] The Sound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
AudioClipObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SoundObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FontStyleObject
X3D node tooltip: FontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.
|
class |
TextObject
X3D node tooltip: [X3DGeometryNode] Text is a 2D (flat) geometry node that can contain multiple lines of string values.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
FontStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageTextureObject
X3D node tooltip: [X3DTexture2DNode,X3DUrlObject] ImageTexture maps a 2D-image file onto a geometric shape.
|
class |
MovieTextureObject
X3D node tooltip: [X3DTexture2DNode,X3DSoundSourceNode,X3DUrlObject] MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.
|
class |
MultiTextureCoordinateObject
X3D node tooltip: [X3DTextureCoordinateNode] MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node.
|
class |
MultiTextureObject
X3D node tooltip: [X3DTextureNode] MultiTexture applies several individual textures to a single geometry node, enabling a variety of visual effects that include light mapping and environment mapping.
|
class |
MultiTextureTransformObject
X3D node tooltip: [X3DTextureTransformNode] MultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.
|
class |
PixelTextureObject
X3D node tooltip: [X3DTexture2DNode] PixelTexture creates a 2D-image texture map using a numeric array of pixel values.
|
class |
TextureCoordinateGeneratorObject
X3D node tooltip: [X3DTextureCoordinateNode] TextureCoordinateGenerator computes 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).
|
class |
TextureCoordinateObject
X3D node tooltip: [X3DTextureCoordinateNode] TextureCoordinate specifies 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).
|
class |
TexturePropertiesObject
X3D node tooltip: [X3DNode] TextureProperties allows precise fine-grained control over application of image textures to geometry.
|
class |
TextureTransformObject
X3D node tooltip: [X3DTextureTransformNode] TextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ImageTextureObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MovieTextureObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MultiTextureCoordinateObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MultiTextureObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
MultiTextureTransformObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PixelTextureObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextureCoordinateGeneratorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextureCoordinateObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TexturePropertiesObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextureTransformObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
MultiTextureCoordinateObject |
MultiTextureCoordinateObject.setTexCoord(X3DConcreteNode newValue)
Utility method to set single SFNode as MultiTextureCoordinateObject texCoord.
|
MultiTextureObject |
MultiTextureObject.setTexture(X3DConcreteNode newValue)
Utility method to set single SFNode as MultiTextureObject texture.
|
MultiTextureTransformObject |
MultiTextureTransformObject.setTextureTransform(X3DConcreteNode newValue)
Utility method to set single SFNode as MultiTextureTransformObject textureTransform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComposedTexture3DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTexture3DNode] ComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.
|
class |
ImageTexture3DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTexture3DNode,X3DUrlObject] ImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.
|
class |
PixelTexture3DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTexture3DNode] PixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field).
|
class |
TextureCoordinate3DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTextureCoordinateNode] TextureCoordinate3D specifies a set of 3D texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.
|
class |
TextureCoordinate4DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTextureCoordinateNode] TextureCoordinate4D specifies a set of 4D (homogeneous 3D) texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.
|
class |
TextureTransform3DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTextureTransformNode] TextureTransform3D applies a 3D transformation to texture coordinates.
|
class |
TextureTransformMatrix3DObject
X3D node tooltip: (X3D version 3.1 or later) [X3DTextureTransformNode] TextureTransformMatrix3D applies a 3D transformation to texture coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
ComposedTexture3DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ImageTexture3DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
PixelTexture3DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextureCoordinate3DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextureCoordinate4DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextureTransform3DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
TextureTransformMatrix3DObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedTexture3DObject |
ComposedTexture3DObject.setTexture(X3DConcreteNode newValue)
Utility method to set single SFNode as ComposedTexture3DObject texture.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimeSensorObject
X3D node tooltip: [X3DTimeDependentNode,X3DSensorNode] TimeSensor continuously generates events as time passes.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
TimeSensorObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlendedVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] BlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.
|
class |
BoundaryEnhancementVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] BoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style
|
class |
CartoonVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] CartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data.
|
class |
ComposedVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] ComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass.
|
class |
EdgeEnhancementVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] EdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style.
|
class |
IsoSurfaceVolumeDataObject
X3D node tooltip: (X3D version 3.3 or later) [X3DVolumeDataNode] IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.
|
class |
OpacityMapVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] OpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture.
|
class |
ProjectionVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] ProjectionVolumeStyle uses voxel data to directly generate output color
|
class |
SegmentedVolumeDataObject
X3D node tooltip: (X3D version 3.3 or later) [X3DVolumeDataNode] SegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes.
|
class |
ShadedVolumeStyleObject
All fields fully supported except shadows supported with at least Phong shading at level 3.
|
class |
SilhouetteEnhancementVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] SilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement.
|
class |
ToneMappedVolumeStyleObject
X3D node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] ToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring.
|
class |
VolumeDataObject
X3D node tooltip: (X3D version 3.3 or later) VolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node.
|
| Modifier and Type | Method and Description |
|---|---|
X3DConcreteNode |
BlendedVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
BoundaryEnhancementVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
CartoonVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ComposedVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
EdgeEnhancementVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
IsoSurfaceVolumeDataObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
OpacityMapVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ProjectionVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SegmentedVolumeDataObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ShadedVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
SilhouetteEnhancementVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
ToneMappedVolumeStyleObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
X3DConcreteNode |
VolumeDataObject.findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
| Modifier and Type | Method and Description |
|---|---|
ComposedVolumeStyleObject |
ComposedVolumeStyleObject.setRenderStyle(X3DConcreteNode newValue)
Utility method to set single SFNode as ComposedVolumeStyleObject renderStyle.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setRenderStyle(X3DConcreteNode newValue)
Utility method to set single SFNode as IsoSurfaceVolumeDataObject renderStyle.
|
SegmentedVolumeDataObject |
SegmentedVolumeDataObject.setRenderStyle(X3DConcreteNode newValue)
Utility method to set single SFNode as SegmentedVolumeDataObject renderStyle.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.