Uses of Interface
org.web3d.vrml.lang.VRMLNode
Packages that use VRMLNode
Package
Description
-
Uses of VRMLNode in org.web3d.browser
Methods in org.web3d.browser that return types with arguments of type VRMLNodeModifier and TypeMethodDescriptionBrowserCore.getDEFMappings()
Get the mapping of DEF names to the node instances that they represent. -
Uses of VRMLNode in org.web3d.vrml.export
Fields in org.web3d.vrml.export with type parameters of type VRMLNodeModifier and TypeFieldDescriptionBaseRetainedExporter.currentDefMap
The current DEF map, node to DEF nameBaseRetainedExporter.defaultNodes
A cache of nodes with default valuesMethods in org.web3d.vrml.export with parameters of type VRMLNodeModifier and TypeMethodDescriptionvoid
Print a node and its children.void
Print a node and its children.Method parameters in org.web3d.vrml.export with type arguments of type VRMLNodeModifier and TypeMethodDescriptionprotected void
BaseRetainedExporter.printDefMap
(Map<VRMLNode, String> defMap) Utility to print DEF mapping for debugging purposes.protected abstract void
BaseRetainedExporter.printImports
(Map<String, VRMLNode> imports) Print Imports.void
X3DClassicRetainedExporter.printImports
(Map<String, VRMLNode> imports) Print Imports.void
X3DRetainedSAXExporter.printImports
(Map<String, VRMLNode> imports) Print Imports.protected abstract void
BaseRetainedExporter.printROUTE
(ROUTE route, Map<VRMLNode, String> defMap) Print a ROUTE statement.void
X3DClassicRetainedExporter.printROUTE
(ROUTE route, Map<VRMLNode, String> defMap) Print a ROUTE statement.void
X3DRetainedSAXExporter.printROUTE
(ROUTE route, Map<VRMLNode, String> defMap) Print a ROUTE statement.void
X3DClassicRetainedExporter.printStartNode
(VRMLNodeType node, boolean use, Map<VRMLNode, String> defMap, Map<Integer, List<ProtoFieldInfo>> isMap) Print the start of a node, and all its non node fields.boolean
X3DRetainedSAXExporter.printStartNode
(VRMLNodeType node, boolean use, Map<VRMLNode, String> defMap, Map<Integer, List<ProtoFieldInfo>> isMap, String containerField, boolean compressed) Print the start of a node, and all its non node fields.void
X3DClassicRetainedExporter.printStartScriptNode
(AbstractDynamicFieldNode node, boolean use, Map<VRMLNode, String> defMap, Map<Integer, List<ProtoFieldInfo>> isMap) Print the start of a node, and all its non node fields.void
X3DRetainedSAXExporter.printStartScriptNode
(AbstractDynamicFieldNode node, com.sun.xml.fastinfoset.sax.AttributesHolder atts, boolean use, Map<VRMLNode, String> defMap, Map<Integer, List<ProtoFieldInfo>> isMap) Print the start of a node, and all its non node fields.protected void
Reverse a maps key/value mapping. -
Uses of VRMLNode in org.web3d.vrml.lang
Fields in org.web3d.vrml.lang declared as VRMLNodeModifier and TypeFieldDescriptionprotected VRMLNode
AbstractScene.rootNode
The root node of the sceneFields in org.web3d.vrml.lang with type parameters of type VRMLNodeModifier and TypeFieldDescriptionprotected org.j3d.util.HashSet
<VRMLNode> AbstractScene.allNodes
All nodes currently held by this classMethods in org.web3d.vrml.lang that return VRMLNodeModifier and TypeMethodDescriptionVRMLNodeTemplate.createNewInstance
(VRMLNode root, boolean isStatic) Create a new instance of a real node from this template.VRMLNodeFactory.createVRMLNode
(String nodeName, boolean staticNode) Create a new node instance from the given node name.VRMLNodeFactory.createVRMLNode
(String component, String nodeName, boolean staticNode) Create a new node instance of the given node that exists in the given profile.VRMLNodeFactory.createVRMLNode
(VRMLNode node, boolean staticNode) Create a new node instance that is a cloned copy of the given node.ROUTE.getDestinationNode()
Get the reference to the destination node of this route.AbstractScene.getRootNode()
Get the node that forms the root of this scene.BasicScene.getRootNode()
Get the node that forms the root of this proto body.ROUTE.getSourceNode()
Get the reference to the source node of this route.NodeTemplateToInstanceCreator.newInstance
(VRMLNodeTemplate template, VRMLExecutionSpace root, int major, int minor, boolean staticNode) Build an instance of the node template from the given description.Methods in org.web3d.vrml.lang that return types with arguments of type VRMLNodeModifier and TypeMethodDescriptionAbstractScene.getByPrimaryType
(int type) Get the list of nodes of the given primary type declared in this scene.BasicScene.getByPrimaryType
(int type) Get the list of nodes of the given primary type declared in this scene.AbstractScene.getBySecondaryType
(int type) Get the list of nodes of the given secondary type declared in this scene.BasicScene.getBySecondaryType
(int type) Get the list of nodes of the given secondary type declared in this scene.AbstractScene.getDEFNodes()
Get a list of the nodes that have been named with DEF in this scene.BasicScene.getDEFNodes()
Get a list of the nodes that have been named with DEF in this scene.AbstractScene.getImports()
Get the IMPORT declaration information from this scene.BasicScene.getImports()
Get the IMPORT declaration information from this scene.Methods in org.web3d.vrml.lang with parameters of type VRMLNodeModifier and TypeMethodDescriptionvoid
AbstractScene.addDEFNode
(String name, VRMLNode node) Add a new def name to the map.void
AbstractScene.addImportedNode
(String as, VRMLNode node, String exported) Add a new import name to the map.void
Add a node to this scene.void
Add a node to this scene.VRMLNodeTemplate.createNewInstance
(VRMLNode root, boolean isStatic) Create a new instance of a real node from this template.VRMLNodeFactory.createVRMLNode
(VRMLNode node, boolean staticNode) Create a new node instance that is a cloned copy of the given node.void
NodeTemplateToInstanceCreator.fillinInstance
(VRMLNodeTemplate template, VRMLNode nodeInstance, VRMLExecutionSpace space) Given a stubbed instance, fill in the rest of the details.void
AbstractScene.removeNode
(VRMLNode node) Remove a node from this scene.void
BasicScene.removeNode
(VRMLNode node) Remove a node from this scene.void
AbstractScene.setRootNode
(VRMLNode node) Set the root node of the scene.Constructors in org.web3d.vrml.lang with parameters of type VRMLNodeModifierConstructorDescriptionInvalidFieldAccessException
(String field, VRMLNode node) Create a new exception for dealing with an invalid field access value. -
Uses of VRMLNode in org.web3d.vrml.nodes
Subinterfaces of VRMLNode in org.web3d.vrml.nodesModifier and TypeInterfaceDescriptioninterface
Defines a node that is an annotation to be used in an AnnotationTarget.interface
Nodes which can appear in an appearance field of an Appearance Node.interface
Node which represents appearance attributes of an object.interface
A node which can play audio filesinterface
Representation of a node that could form a background to the scene.interface
Indicates that a node can be bound within the scene graph to make it the active item.interface
.interface
interface
interface
interface
interface
interface
ChildNodeType is one of the legal children for a GroupingNodeType parent as well as being usable at the root of the scene graph.interface
A marker interface for describing a node that can handle collision control and events.interface
A node which specifies color information.interface
An interface for accessing the geometry data of an IndexedGeometry class.interface
Specifies a texture with multiple children textures.interface
Nodes which have coordinate informationinterface
A node representing a manager for input / output devices.interface
A node representing an input / output device.interface
Common interface for all DIS Managers.interface
Common interface for all DIS nodes.interface
A sensor that is driven by pointing device dragging.interface
Sensors triggered by environmental effects such as mouse or movement.interface
Specifies a texture for environment mapping - typically cubic.interface
Representation of a node that defines it's content at a URL separate to this file that will also need loading.interface
A listener used to provide node implementations that get pinged once a frame so that they can do other offline processing that is required pre or post event model evaluation.interface
VRMLExternProtoDeclare is a node interface, used by implementations of VRML's ExternProtoDeclare node.interface
Representation of any type of fog in the systeminterface
Describes a font in VRML.interface
A property of a geometric object such as color, coordinate, normal.interface
Geometry nodes produce renderable geometry and are contained by a Shape node.interface
A node which can contain other nodes.interface
Denotes a node type that is part of the HAnim component.interface
Denotes a node type that is part of the HAnim component.interface
Denotes a node type that supports inlining content from external files.interface
Interpolator nodes are designed for linear keyframed animation.interface
A sensor that takes it's input from a keyboard device.interface
An abstract representation of a rendering layer concept.interface
An abstract representation of a collection of rendering layers.interface
An abstract representation of any form of light node.interface
Specifies an origin to perform high precision math around.interface
Node specifies color properties for associated geometry.interface
Representation of a node that defines more than one piece of its content at a list of URLs separate to this file that will also need loading.interface
Specifies a multi texture for associated geometry.interface
Base representation of a node that provides navigation hints in the scene.interface
Representation of X3DCollidableNode in terms of the rigid body physics component.interface
Representation of collection of collidable objects that can be evaluated as a single group.interface
A sensor for reporting nBody collisions back to the X3D scene graph.interface
Representation of single space that contains more spaces and/or explicity local geometry for comparison.interface
Representation of a node that issue or receive network data.interface
Supplemental representation of any renderable node in the VRML system along with the methods required to manage the rendering process.interface
Defines a set of 3D surface normals.interface
OverlayNodeType defines a surface that is always screen-aligned and is drawn over the top of the basic 3D scene.interface
Geometry specified by a parametric descriptioninterface
A node which specifies an emitter of particles for a particle system.interface
A marker node type which specifies a physics rule used by particle systems.interface
A node which specifies an emitter of particles for a particle system.interface
Marker interface to indicate nodes of the X3DPickableObject type.interface
A sensor that handles pick intersection tests.interface
A sensor driven by a pointing device.interface
Node specifies point properties for point set.interface
Nodes which can appear in an appearance field of an Appearance Node.interface
A instance of a Prototype.interface
Representation of the top-level collection of RigidBody objects in Xj3D.interface
Representation of single RigidBody object in the rigid body physics model.interface
Representation of a X3DRigidJointNode extension node in Xj3D.interface
Shell representation of a script node.interface
A node which generates events based on sensorsinterface
Sequencer nodes are designed for discrete animation.interface
Description of a renderable objectinterface
Representation of a node that defines it's content at a URL separate to this file that will also need loading.interface
A node which emits sound information.interface
A legal child for an OverlayNodeType parent.interface
A grouping node that collects together and provides layout information for items on a surface.interface
Node specifies surface material properties for associated geometry These can be for any sense, Visual, Aural, Haptic...interface
Representation of any node that allows the definition of a surface node type.interface
Describes a Text string output geometry node in VRML .interface
Specifies a 2D texture for associated geometry.interface
Specifies a 3D texture for associated geometry.interface
Specifies a set of 2D texture coordinates.interface
Defines a 2D transformation that is applied to texture coordinates Note: Name clarified from VRML Spec was VRMLTextureTransforminterface
Base interface for all texture types for associated geometry.interface
VRML representation of 2D texture properties.interface
Defines a 2D transformation that is applied to a texture Note: The standard VRML TextureTransform is TextureCoordinateTransform this will support future transform types like procedural or shadersinterface
Nodes which can be controlled by a set of VCR-like commands.interface
Nodes which have behaviour controlled by a clock.interface
Nodes which can be activated by clicking with a pointing device sensorinterface
Marker interface that defines a node that has its rendered state generated relative to the viewpoint, possibly every frame.interface
Base representation of a viewpoint node in the scene.interface
Base representation of a viewpoint node in the scene.interface
Node specifies visual surface material properties for associated geometry.interface
An abstract representation of the a node that can be used directly at the root of the scene graph.interface
An abstract representation of the root node of a world.Classes in org.web3d.vrml.nodes that implement VRMLNodeModifier and TypeClassDescriptionclass
A proxy node representation for allowing processing of X3D imports.Fields in org.web3d.vrml.nodes declared as VRMLNodeMethods in org.web3d.vrml.nodes with parameters of type VRMLNodeModifier and TypeMethodDescriptionvoid
VRMLPickingSensorNodeType.notifyPickChange
(int numPicks, VRMLNode[] nodes, float[] points, float[] normals, float[] texCoords) Notify the drag sensor that a sensor is currently dragging this device and that it's position and orientation are as given.void
VRMLPickingSensorNodeType.notifyPickStart
(int numPicks, VRMLNode[] nodes, float[] points, float[] normals, float[] texCoords) Notification that this sensor has just been clicked on to start the pick action.void
FrameStateManager.registerAddedNode
(VRMLNode node) Register a node that has been added this frame.void
FrameStateManager.registerAddedNodes
(VRMLNode[] nodes) Register nodes that have been added this frame.void
FrameStateManager.registerRemovedNode
(VRMLNode node) Register a node that has been removed this frame.void
FrameStateManager.registerRemovedNodes
(VRMLNode[] nodes) Register nodes that have been removed this frame.void
SceneGraphTraverser.traverseGraph
(VRMLNode source) Traverse the given scene graph now.void
SceneGraphTraverser.traverseGraph
(VRMLNode parent, VRMLNode source) Traverse the given scene graph now with the option of providing an explicit, parent reference.Method parameters in org.web3d.vrml.nodes with type arguments of type VRMLNodeModifier and TypeMethodDescriptionvoid
VRMLInlineNodeType.setImportNodes
(Map<String, VRMLNode> imports) Set the mapping of import names to their proxy node implementations. -
Uses of VRMLNode in org.web3d.vrml.nodes.proto
Classes in org.web3d.vrml.nodes.proto that implement VRMLNodeModifier and TypeClassDescriptionclass
ExternalPrototypeDecl is an implementation of the VRMLExternProtoDeclare interface.class
A placeholder instance of a Prototype used when declaring and then using a nested proto instance.Methods in org.web3d.vrml.nodes.proto that return VRMLNodeModifier and TypeMethodDescriptionExternalPrototypeDecl.createNewInstance
(VRMLNode root, boolean isStatic) Create a new instance of a real node from this template.ProtoInstancePlaceHolder.createNewInstance
(VRMLNode root, boolean isStatic) Create a new instance of a real node from this template.PrototypeDecl.createNewInstance
(VRMLNode root, boolean isStatic) Create a new instance of a real node from this template.ProtoROUTE.getDestinationNode()
Get the reference to the destination node of this routeProtoROUTE.getSourceNode()
Get the reference to the source node of this routeMethods in org.web3d.vrml.nodes.proto that return types with arguments of type VRMLNodeModifier and TypeMethodDescriptionPrototypeDecl.getDEFMap()
Fetch the internal mapping of DEF names to nodes.PrototypeDecl.getImportDecls()
Return the internal mapping of the import proxy nodes mapped from their name.Methods in org.web3d.vrml.nodes.proto with parameters of type VRMLNodeModifier and TypeMethodDescriptionExternalPrototypeDecl.createNewInstance
(VRMLNode root, boolean isStatic) Create a new instance of a real node from this template.ProtoInstancePlaceHolder.createNewInstance
(VRMLNode root, boolean isStatic) Create a new instance of a real node from this template.PrototypeDecl.createNewInstance
(VRMLNode root, boolean isStatic) Create a new instance of a real node from this template.Method parameters in org.web3d.vrml.nodes.proto with type arguments of type VRMLNode -
Uses of VRMLNode in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement VRMLNodeModifier and TypeClassDescriptionclass
A CR External Prototype Declaration.class
A concrete instance of a Prototype that is common for all renderers.Fields in org.web3d.vrml.renderer with type parameters of type VRMLNodeModifier and TypeFieldDescriptionCRMainSceneBuilder.exportProxyMap
The mapping of export node names (import foo.exportname AS bar) to their ImportProxyNode instance.CRProtoCreator.importMap
Mapping of import names to the copy proxy instanceCRProtoCreator.nodeMap
Mapping of declaration node to the J3D versionCRProtoCreator.nodeMap
Mapping of declaration node to the J3D versionCRProtoInstance.proxyNodeMap
Mapping of an external imported name to the ImportNodeProxy instanceMethods in org.web3d.vrml.renderer that return VRMLNodeModifier and TypeMethodDescriptionDefaultNodeFactory.createVRMLNode
(String nodeName, boolean staticNode) DefaultNodeFactory.createVRMLNode
(String component, String nodeName, boolean staticNode) DefaultNodeFactory.createVRMLNode
(VRMLNode node, boolean staticNode) CRROUTE.getDestinationNode()
Get the reference to the destination node of this routeCRROUTE.getSourceNode()
Get the reference to the source node of this routeMethods in org.web3d.vrml.renderer with parameters of type VRMLNodeModifier and TypeMethodDescriptionvoid
Add a node to this scene.DefaultNodeFactory.createVRMLNode
(VRMLNode node, boolean staticNode) void
CRProtoCreator.fillinInstance
(VRMLNodeTemplate template, VRMLNode nodeInstance, VRMLExecutionSpace space) Given a stubbed instance, fill in the rest of the details.void
CRVRMLScene.removeNode
(VRMLNode node) Remove a node from this scene. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes
Classes in org.web3d.vrml.renderer.common.nodes that implement VRMLNodeModifier and TypeClassDescriptionclass
Common functionality that represents a node that has its fields dynamically assigned.class
Base node for all implementations that define their own field handling.class
An abstract implementation of any bindable node.class
An abstract implementation of any node that uses component nodes to provide coordinate, normal and texture information.class
An abstract representation of any form of sensor for subclassing by specific implementations.class
An abstract implementation of any form geometric property node type.class
Common basic implementation of any node that uses grouping functionality.class
An abstract implementation of any node that uses component nodes to provide coordinate, normal and texture information.class
An abstract implementation of the IndexedTriangle* nodes.class
Abstract implementation of an interpolator so that specific instances can derive from it.class
Abstract common implementation of a light node.class
An abstract implementation of any node that uses component nodes to provide coordinate, normal and texture information.class
An abstract implementation of the PointSet nodes.class
An abstract representation of any form of sensor for subclassing by specific implementations.class
Abstract implementation of a sequencer so that specific instances can derive from it.class
Base implementation of a 2D texture object.class
Base implementation of a 3D texture object.class
Base implementation of a texture object.class
An abstract representation of any form of time dependent node for subclassing by specific implementations.class
An abstract representation of any form of time dependent node for subclassing by specific implementations.class
An abstract implementation of the Triangle* nodes. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.annotation
Classes in org.web3d.vrml.renderer.common.nodes.annotation that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base class for all the AnnotationNodeType implementations.class
A node that represents target for annotations. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.cadgeometry
Classes in org.web3d.vrml.renderer.common.nodes.cadgeometry that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a CADAssembly node.class
Common base implementation of a CADFace node.class
Common base implementation of a CADLayer node.class
Common base implementation of a CADPart node.class
Common IndexedQuadSet handling.class
Common QuadSet handling.class
Common base implementation of a Sphere. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.core
Classes in org.web3d.vrml.renderer.common.nodes.core that implement VRMLNodeModifier and TypeClassDescriptionclass
A node that represents boolean metadata node.class
A node that represents double metadata node.class
A node that represents Float metadata node.class
A node that represents Integer metadata node.class
A node that represents a set of metadata nodes.class
A node that represents String metadata node.class
Common base implementation of a WorldInfo node.class
Implementation of the world root class. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.dis
Classes in org.web3d.vrml.renderer.common.nodes.dis that implement VRMLNodeModifier and TypeClassDescriptionclass
Common implementation of a EntityManager node functionality.class
Common implementation of EntityTypeMapping.class
Common implementation of a EspuTransform node functionality. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.enveffects
Classes in org.web3d.vrml.renderer.common.nodes.enveffects that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a Background node.class
Common base implementation of a fog node.class
Common base implementation of a Coordinate node.class
Common base implementation of a LocalFog node.class
Common base implementation of a TextureBackground node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.environment
Classes in org.web3d.vrml.renderer.common.nodes.environment that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a ProximitySensor node.class
Base implementation of a VisibilitySensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.eventutils
Classes in org.web3d.vrml.renderer.common.nodes.eventutils that implement VRMLNodeModifier and TypeClassDescriptionclass
Common implementation of a BooleanFilter Node.class
Abstract implementation of a boolean sequencer so that specific renderer instances can derive from it.class
Common implementation of a BooleanToggle Node.class
Common implementation of a BooleanTrigger Node.class
Abstract implementation of an integer sequencer so that specific renderer instances can derive from it.class
Common implementation of a IntegerTrigger Node.class
Common implementation of a TimeTrigger Node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.extensions
Classes in org.web3d.vrml.renderer.common.nodes.extensions that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a GamepadSensorclass
Common base implementation of a GamepadSensorclass
Common base implementation of a JoystickSensorclass
Common base implementation of a WheelSensor -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.geom2d
Classes in org.web3d.vrml.renderer.common.nodes.geom2d that implement VRMLNodeModifier and TypeClassDescriptionclass
An abstract implementation of the BaseArc2Dclass
An abstract implementation of the BaseDisk2D.class
An abstract implementation of the BasePolyline2D.class
An abstract implementation of the Polypoint2D.class
An abstract implementation of the BaseRectangle2D.class
An abstract implementation of the BaseTriangleSet2D. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.geom3d
Classes in org.web3d.vrml.renderer.common.nodes.geom3d that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a Box node.class
Common base implementation of a Cone node.class
Common base implementation of a Cylinder.class
Common renderer-independent implementation of an ElevationGridclass
Common base implementation of an Extrusion.class
An abstract implementation of an IndexedFaceSetclass
Common base implementation of a Sphere. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.geospatial
Classes in org.web3d.vrml.renderer.common.nodes.geospatial that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a Coordinate node.class
Common implementation of an GeoECParameters node.class
Common renderer-independent implementation of a GeoElevationGridclass
Common implementation of an GeoLCCParameters node.class
Common implementation of an GeoLCE3DParameters node.class
Common implementation of an GeoLocalTangentParameters node.class
Common implementation of a GeoLocation node functionality.class
Common base implementation of a GeoLOD node.class
Common implementation of an GeoLSR3DParameters node.class
Common implementation of an GeoLTSEParameters node.class
Common implementation of an GeoMetadata node.class
Common implementation of an GeoMParameters node.class
Common implementation of an GeoObliqueMercatorParameters node.class
Common implementation of an GeoOrigin node.class
Abstract implementation of a position interpolator so that specific renderer instances can derive from it.class
Common implementation of an GeoPSParameters node.class
Common implementation of an GeoSRFParametersInfo node.class
Common implementation of an GeoSRFInstance node.class
Common implementation of an GeoSRFParametersInfo node.class
Common base implementation of the abstract node type X3DSRFParametersInfoNode node.class
Common base implementation of the abstract node type X3DSRFParametersNode node.class
Common implementation of an GeoSRFSet node.class
Common implementation of an GeoSRFTParametersInfo node.class
Common base implementation of the abstract node type X3DSRFTParametersNode node.class
Common implementation of an GeoTMParameters node.class
Common base implementation of a GeoTouchSensor node.class
Common implementation of the GeoTransform node.class
Common implementation of a GeoViewpoint node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.group
Classes in org.web3d.vrml.renderer.common.nodes.group that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a group node.class
Transform that allows an arbitrary matrix field.class
Common implementation of an ordered group node functionality.class
Common base implementation of a StaticGroup node.class
common version of a Switch node.class
Common implementation of a transform node functionality. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.hanim
Classes in org.web3d.vrml.renderer.common.nodes.hanim that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation for the field handling of a HAnimDisplacer node.class
Common implementation for the field handling of a HAnimHumanoid node.class
Common implementation for the field handling of the HAnimJoint node.class
Common base implementation for the field handling of a HAnimSegment node.class
Common implementation for the field handling of a HAnimSite node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.interpolator
Classes in org.web3d.vrml.renderer.common.nodes.interpolator that implement VRMLNodeModifier and TypeClassDescriptionclass
Abstract implementation of a coordinate interpolator so that specific renderer instances can derive from it.class
Abstract implementation of a coordinate interpolator so that specific renderer instances can derive from it.class
Abstract implementation of a coordinate interpolator so that specific renderer instances can derive from it.class
Abstract implementation of a normal interpolator so that specific renderer instances can derive from it.class
Abstract implementation of a orientation interpolator so that specific renderer instances can derive from it.class
Abstract implementation of a position interpolator so that specific renderer instances can derive from it.class
Abstract implementation of a position interpolator 2D so that specific renderer instances can derive from it.class
Abstract implementation of a scalar interpolator so that specific renderer instances can derive from it. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.layering
Classes in org.web3d.vrml.renderer.common.nodes.layering that implement VRMLNodeModifier and TypeClassDescriptionclass
Base representation of the CustomViewport node.class
Base representation of the FixedViewport node.class
This is the base for the Layer node.class
This is the base for the LayerSet node.class
Base representation of the ProportionalViewport node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.layout
Classes in org.web3d.vrml.renderer.common.nodes.layout that implement VRMLNodeModifier and TypeClassDescriptionclass
Common implementation of a BorderLayout node.class
Common implementation of a GridLayout node.class
Common implementation of a GroupLayout node.class
Common implementation of a Image2D node.class
Common implementation of an Layer2D node.class
Base implementation of any surface child node.class
Base implementation of any surface layout node.class
Common implementation of a Text2D node.class
Common implementation of a XYLayout node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.lighting
Classes in org.web3d.vrml.renderer.common.nodes.lighting that implement VRMLNodeModifier and TypeClassDescriptionclass
Common implementation code of a directional light.class
Common base implementation of a PointLight node.class
Common implementation code for a SpotLight node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.marker
Classes in org.web3d.vrml.renderer.common.nodes.marker that implement VRMLNodeModifier and TypeClassDescriptionclass
Common implementation of a ScreenMarker node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.networking
Classes in org.web3d.vrml.renderer.common.nodes.networking that implement VRMLNodeModifier and TypeClassDescriptionclass
Base common implementation of an Anchor node.class
A node that can handle inlined content from other VRML worlds.class
Base implementation of a LoadSensor node.Method parameters in org.web3d.vrml.renderer.common.nodes.networking with type arguments of type VRMLNodeModifier and TypeMethodDescriptionvoid
BaseInline.setImportNodes
(Map<String, VRMLNode> imports) Set the mapping of import names to their proxy node implementations. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.nurbs
Classes in org.web3d.vrml.renderer.common.nodes.nurbs that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a Contour2D node.class
Common base implementation of the NurbsCurve node.class
Common base implementation of the NurbsCurve node.class
Common base implementation of the NurbsCurve node.class
Common base implementation of the NurbsCurve node.class
Abstract implementation of a position interpolator using NURBS path definition so that specific renderer instances can derive from it.class
Common base implementation of the NurbsCurve node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.particle
Classes in org.web3d.vrml.renderer.common.nodes.particle that implement VRMLNodeModifier and TypeClassDescriptionclass
Common implementation of all Emitter nodes.class
Common implementation of a ExplosionEmitter node.class
Common implementation of a GravityPhysicsModel node.class
Common base renderer implementation of a particle system shape node.class
Common implementation of a GravityPhysics node.class
Common implementation of a PointEmitter node.class
Common implementation of a PolylineEmitter node.class
Common implementation of a WindPhysicsModel node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.picking
Classes in org.web3d.vrml.renderer.common.nodes.picking that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of the common LinePickSensor node for all renderers.class
Common implementation of a PickGroup extension node.class
Implementation of the abstract X3DPickingNode type.class
Implementation of the common PointPickSensor node for all renderers.class
Implementation of the common PrimitivePickSensor node for all renderers.class
Implementation of the common VolumePickSensor node for all renderers.Methods in org.web3d.vrml.renderer.common.nodes.picking with parameters of type VRMLNodeModifier and TypeMethodDescriptionvoid
BaseLinePickSensor.notifyPickChange
(int numPicks, VRMLNode[] nodes, float[] points, float[] normals, float[] texCoords) Notify the drag sensor that a sensor is currently dragging this device and that it's position and orientation are as given.void
BasePickingNode.notifyPickChange
(int numPicks, VRMLNode[] nodes, float[] points, float[] normals, float[] texCoords) Notify the drag sensor that a sensor is currently dragging this device and that it's position and orientation are as given.void
BaseLinePickSensor.notifyPickStart
(int numPicks, VRMLNode[] nodes, float[] points, float[] normals, float[] texCoords) Notification that this sensor has just been clicked on to start the pick action.void
BasePickingNode.notifyPickStart
(int numPicks, VRMLNode[] nodes, float[] points, float[] normals, float[] texCoords) Notification that this sensor has just been clicked on to start the pick action. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.render
Classes in org.web3d.vrml.renderer.common.nodes.render that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of a ClipPlane node.class
Common base implementation of a color node.class
Common base implementation of a ColorRGBA node defined in X3D.class
Common base implementation of a Coordinate node.class
An abstract implementation of an IndexedLineSetclass
An abstract implementation of an IndexedTriangleFanSetclass
An abstract implementation of an IndexedTriangleSetclass
An abstract implementation of an IndexedTriangleStripSetclass
An abstract implementation of the LineSet node.class
Common base implementation of a normal node.class
An abstract implementation of the PointSet node.class
An abstract implementation of the TriangleFanSet node.class
An abstract implementation of any node that uses component nodes to provide coordinate, normal and texture information.class
An abstract implementation of the TriangleStripSet node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.rigidphysics
Classes in org.web3d.vrml.renderer.common.nodes.rigidphysics that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of the BallJoint node.class
Base implementation of the X3DCollidableNode abstract type.class
Implementation of the CollidableOffset node.class
Implementation of the CollidableShape node.class
Implementation of the Collidable node.class
Implementation of the CollidableSensor node.class
Implementation of the CollidableSpace node.class
Implementation of the Contact node for rigid body physics.class
Implementation of the DoubleAxisHingeJoint node.class
Implementation of the abstract X3DRigidJointNode type.class
Implementation of the MotorJoint node.class
Implementation of the RigidBody node.class
Implementation of the RigidBodyCollection node.class
Implementation of the SingleAxisHingeJoint node.class
Implementation of the SliderJoint node.class
Implementation of the UniversalJoint node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.scripting
Classes in org.web3d.vrml.renderer.common.nodes.scripting that implement VRMLNode -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.sensor
Classes in org.web3d.vrml.renderer.common.nodes.sensor that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of a CylinderSensor node.class
Base common implementation of a KeySensor node.class
Implementation of a PlaneSensor node.class
Java3D implementation of a SphereSensor node.class
Base common implementation of a StringSensor node.class
Common base implementation of a TouchSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.shape
Classes in org.web3d.vrml.renderer.common.nodes.shape that implement VRMLNodeModifier and TypeClassDescriptionclass
Common base implementation of an Appearance node.class
Common base implementation of a FillProperties node.class
Common base implementation of a LineProperties node.class
Common base implementation of a material node.class
Common base implementation of a PointProperties node.class
Common base renderer implementation of a shape node.class
Common base implementation of a two-sided material extension node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.sound
Classes in org.web3d.vrml.renderer.common.nodes.sound that implement VRMLNodeModifier and TypeClassDescriptionclass
AudioClip node implementation.class
Common implementation of a MIDI Event Source.class
Common Sound node implementation for handling all the fields. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.surface
Classes in org.web3d.vrml.renderer.common.nodes.surface that implement VRMLNodeModifier and TypeClassDescriptionclass
Common implementation of a BorderLayout node.class
Common implementation of a GridLayout node.class
Common implementation of a GroupLayout node.class
Common implementation of a Image2D node.class
Common implementation of an Overlay node.class
Base implementation of any surface child node.class
Base implementation of any surface layout node.class
Common implementation of a Text2D node.class
Common implementation of a XYLayout node. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.text
Classes in org.web3d.vrml.renderer.common.nodes.text that implement VRMLNodeModifier and TypeClassDescriptionclass
Scene graph representation of a font style information.class
Common base implementation of a Text node.class
Singleton representation of the default font information. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.texture
Classes in org.web3d.vrml.renderer.common.nodes.texture that implement VRMLNodeModifier and TypeClassDescriptionclass
Base implementation of a ComposedCubeMapTexture node.class
Base implementation of a ComposedTexture3D node.class
Common implementation of a ImageCubeMapTexture node.class
Common implementation of a ImageTexture node.class
Common implementation of a 3D ImageTexture node.class
MovieTexture node implementation.class
Base implementation of a MultiTexture node.class
Base implementation of a multi texture coordinate.class
Base implementation of a multi texture transform.class
Common implementation of a PixelCubeMapTexture node.class
Common implementation of a PixelTexture node.class
Common implementation of a 3D PixelTexture node.class
RenderedTexture node implementation.class
Common base implementation of a texture coordinate node.class
Common base implementation of a texture coordinate node for 3D coordinates.class
Common base implementation of a texture coordinate node for 4D (homogeneous) coordinates.class
Common base implementation of a texture coordinate generator node.class
Common base implementation of a TextureProperties node.class
norender implementation of a texture transform.class
Base implementation of a texture transform for 3D textures. -
Uses of VRMLNode in org.web3d.vrml.renderer.common.nodes.time
Classes in org.web3d.vrml.renderer.common.nodes.time that implement VRMLNodeModifier and TypeClassDescriptionclass
Base implementation of a custom TimeSensor 'like' node.class
Common implementation of a TimeSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender
Classes in org.web3d.vrml.renderer.norender that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer-specific External Prototype Declaration.Methods in org.web3d.vrml.renderer.norender that return VRMLNodeModifier and TypeMethodDescriptionNRProtoCreator.newInstance
(VRMLNodeTemplate template, VRMLExecutionSpace root, int major, int minor, boolean staticNode) Build an instance of the node template from the given description. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.browser
Methods in org.web3d.vrml.renderer.norender.browser that return types with arguments of type VRMLNodeModifier and TypeMethodDescriptionNRUniverse.getDEFMappings()
Get the mapping of DEF names to the node instances that they represent. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes
Subinterfaces of VRMLNode in org.web3d.vrml.renderer.norender.nodesModifier and TypeInterfaceDescriptioninterface
A node which can play audio filesinterface
Defines a 2D texture.interface
Abstract implementation of a texture object.interface
Representation of the basic VRMLNodeType specific to the null render rendering system.Classes in org.web3d.vrml.renderer.norender.nodes that implement VRMLNode -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.cadgeometry
Classes in org.web3d.vrml.renderer.norender.nodes.cadgeometry that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of the CADAssembly node.class
Null-renderer implementation of the CADFace node.class
Null-renderer implementation of the CADLayer node.class
Null-renderer implementation of the CADPart node.class
Null-renderer implementation of the IndexedQuadSet node.class
Null-renderer implementation of the CADPart node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.core
Classes in org.web3d.vrml.renderer.norender.nodes.core that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer implementation of the MetadataBoolean node.class
Null renderer implementation of the MetadataDouble node.class
Null renderer implementation of the MetadataFloat node.class
Null renderer implementation of the MetadataInteger node.class
Null renderer implementation of the MetadataSet node.class
Null renderer implementation of the MetadataString node.class
Null renderer implementation of a WorldInfo node.class
Implementation of the world root class. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.dis
Classes in org.web3d.vrml.renderer.norender.nodes.dis that implement VRMLNodeModifier and TypeClassDescriptionclass
NR renderer implementation of a DISEntityManager node.class
NoRender implementation of a EspduTransform node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.enveffects
Classes in org.web3d.vrml.renderer.norender.nodes.enveffects that implement VRMLNodeModifier and TypeClassDescriptionclass
A node that can represents a VRML Background node.class
Non-renderable implementation of a fog node.class
Null renderer implementation of a FogCoordinate node.class
Null renderer implementation of a LocalFog node.class
A node that can represents a VRML Background node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.environment
Classes in org.web3d.vrml.renderer.norender.nodes.environment that implement VRMLNodeModifier and TypeClassDescriptionclass
NoRender implementation of a ProximitySensor node.class
NoRender implementation of a VisibilitySensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.eventutils
Classes in org.web3d.vrml.renderer.norender.nodes.eventutils that implement VRMLNodeModifier and TypeClassDescriptionclass
NoRender implementation of the BooleanFilter node.class
NoRender implementation of the BooleanSequencer node.class
NoRender implementation of the BooleanToggle node.class
NoRender implementation of the BooleanTrigger node.class
NoRender implementation of the IntegerSequencer node.class
NoRender implementation of the IntegerTrigger node.class
NoRender implementation of the TimeTrigger node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.extensions
Classes in org.web3d.vrml.renderer.norender.nodes.extensions that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer implementation of a GamepadSensor node.class
Null renderer implementation of a JoystickSensor node.class
Null renderer implementation of a WheelSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.geom2d
Classes in org.web3d.vrml.renderer.norender.nodes.geom2d that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer implementation of an Arc2D Nodeclass
Null renderer implementation of a Polyline2D.class
Null renderer implementation of a Polypoint2D.class
Null renderer implementation of a Rectangle2D.class
Null renderer implementation of a TriangleSet2D. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.geom3d
Classes in org.web3d.vrml.renderer.norender.nodes.geom3d that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer implementation of a Box node.class
Null renderer implementation of a Cone node.class
Null renderer implementation of a Cylinder.class
NoRender implementation of an ElevationGridclass
Null renderer implementation of an Extrusion.class
Null renderer implementation of an IndexedFaceSet.class
Null-renderer implementation of a Sphere. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.geospatial
Classes in org.web3d.vrml.renderer.norender.nodes.geospatial that implement VRMLNodeModifier and TypeClassDescriptionclass
NoRender implementation of an GeoCoordinateclass
NoRender implementation of an GeoECParametersclass
NoRender implementation of an GeoElevationGridclass
NoRender implementation of an GeoLCCParametersclass
NoRender implementation of an GeoLCE3DParametersclass
NoRender implementation of an GeoLocalTangentParametersclass
NoRender implementation of an GeoLocationclass
NoRender implementation of an GeoLODclass
NoRender implementation of an GeoLSR3DParametersclass
NoRender implementation of an GeoLTSEParametersclass
NoRender implementation of an GeoMetadataclass
NoRender implementation of an GeoMParametersclass
NoRender implementation of an GeoObliqueMercatorParametersclass
NoRender implementation of an GeoOriginclass
NoRender implementation of an GeoPositionInterpolatorclass
NoRender implementation of an GeoPSParametersclass
NoRender implementation of an GeoReferenceSurfaceInfoclass
NoRender implementation of an GeoSRFInstanceclass
NoRender implementation of an GeoSRFParametersInfoclass
NoRender implementation of an GeoSRFSetclass
NoRender implementation of an GeoSRFTemplateclass
NoRender implementation of an GeoTMParametersclass
NoRender implementation of an GeoTouchSensorclass
NoRender implementation of an GeoTransformclass
NoRender implementation of an GeoViewpoint -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.group
Classes in org.web3d.vrml.renderer.norender.nodes.group that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of a group node.class
norender implementation of a transform node.class
Null-renderer implementation of an ordered group node.class
Null-renderer implementation of a StaticGroup node.class
Norender version of a Switch node.class
norender implementation of a transform node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.hanim
Classes in org.web3d.vrml.renderer.norender.nodes.hanim that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of a HAnimDisplacer node.class
Null-renderer implementation of a HAnimHumanoid node.class
Null-renderer implementation of a HAnimJoint node.class
Null-renderer implementation of a HAnimSegment node.class
Null-renderer implementation of a HAnimSite node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.interpolator
Classes in org.web3d.vrml.renderer.norender.nodes.interpolator that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of a ColorInterpolator.class
Implementation of a CoordinateInterpolator.class
Implementation of a CoordinateInterpolator2D.class
Implementation of a NormalInterpolator.class
Implementation of a OrientationInterpolator.class
Implementation of the PositionIterpolator.class
Implementation of the PositionIterpolator.class
Implementation of the VRML ScalarInterpolator node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.layering
Classes in org.web3d.vrml.renderer.norender.nodes.layering that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of the CustomViewport node.class
Null-renderer implementation of the FixedViewport node.class
Null-renderer implementation of the Layer node.class
Null-renderer implementation of the Layer node.class
Null-renderer implementation of the ProportionalViewport node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.layout
Classes in org.web3d.vrml.renderer.norender.nodes.layout that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of a BorderLayout node.class
Null-renderer implementation of a GridLayout node.class
Null-renderer implementation of a GroupLayout node.class
Common implementation of a Image2D node.class
Null-renderer implementation of an Layer2D node.class
Common implementation of a Text2D node.class
Null-renderer implementation of a XYLayout node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.lighting
Classes in org.web3d.vrml.renderer.norender.nodes.lighting that implement VRMLNodeModifier and TypeClassDescriptionclass
No-render implementation of a directional light.class
NoRender implementation of a pointlight.class
no-render implementation of a spotlight. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.networking
Classes in org.web3d.vrml.renderer.norender.nodes.networking that implement VRMLNodeModifier and TypeClassDescriptionclass
norender implementation of an Anchor node.class
A node that can handle inlined content from other VRML worlds.class
NoRender implementation of a LoadSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.nurbs
Classes in org.web3d.vrml.renderer.norender.nodes.nurbs that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of NurbsCurve.class
Null-renderer implementation of NurbsSurface.class
Null-renderer implementation of NurbsPositionInterpolator. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.particle
Classes in org.web3d.vrml.renderer.norender.nodes.particle that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer implementation of a ExplosionEmitter node.class
Null renderer implementation of a GravityPhysicsModel node.class
Null renderer implementation of a particle system node.class
Null renderer implementation of a PointEmitter node.class
Null renderer implementation of a PolylineEmitter node.class
Null renderer implementation of a WindPhysicsModel node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.picking
Classes in org.web3d.vrml.renderer.norender.nodes.picking that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of a LinePickSensor node.class
Null-renderer implementation of a PickableGroup node.class
Null-renderer implementation of a PointPickSensor node.class
Null-renderer implementation of a VolumePickSensor node.class
Null-renderer implementation of a PrimitivePickSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.render
Classes in org.web3d.vrml.renderer.norender.nodes.render that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer implementation of a ClipPlane node.class
Java3D implementation of a color node.class
Null-renderer implementation of a ColorRGBA node.class
norender implementation of a Coordinate node.class
Null renderer implementation of a VRML IndexedLineSet.class
Null renderer implementation of a IndexedTriangleFanSet node.class
Null renderer implementation of a IndexedTriangleSet node.class
Null renderer implementation of a IndexedTriangleStripSet node.class
Null renderer implementation of an LineSet.class
norender implementation of a normal node.class
Null renderer implementation of an PointSet.class
Null renderer implementation of a TriangleFanSet node.class
Null renderer implementation of a TriangleSet node.class
Null renderer implementation of a TriangleStripSet node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.rigidphysics
Classes in org.web3d.vrml.renderer.norender.nodes.rigidphysics that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of a BallJoint.class
Implementation of a CollidableOffset.class
Implementation of a CollidableShape.class
Implementation of a CollisionCollection.class
Implementation of a CollisionSensor.class
Implementation of a CollisionSpace.class
Implementation of a Contact.class
Implementation of a DoubleAxisHingeJoint.class
Implementation of a MotorJoint.class
Implementation of a RigidBody.class
Implementation of a RigidBodyCollection.class
Implementation of a SingleAxisHingeJoint.class
Implementation of a SliderJoint.class
Implementation of a UniversalJoint. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.scripting
Classes in org.web3d.vrml.renderer.norender.nodes.scripting that implement VRMLNode -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.sensor
Classes in org.web3d.vrml.renderer.norender.nodes.sensor that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of a CylinderSensor node.class
norender implementation of a KeySensor node.class
Null-renderer implementation of a PlaneSensor node.class
Null-renderer implementation of a SphereSensor node.class
norender implementation of a StringSensor node.class
Null-renderer implementation of a TouchSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.shape
Classes in org.web3d.vrml.renderer.norender.nodes.shape that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer implementation of an Appearance node.class
Null renderer implementation of an FillProperties node.class
Null renderer implementation of an LineProperties node.class
Null renderer implementation of a material node.class
class
Null renderer implementation of a shape node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.sound
Classes in org.web3d.vrml.renderer.norender.nodes.sound that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of an AudioClip.class
Implementation of a sound node for no renderer. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.surface
Classes in org.web3d.vrml.renderer.norender.nodes.surface that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of a BorderLayout node.class
Null-renderer implementation of a GridLayout node.class
Null-renderer implementation of a GroupLayout node.class
Common implementation of a Image2D node.class
Null-renderer implementation of an Overlay node.class
Common implementation of a Text2D node.class
Null-renderer implementation of a XYLayout node. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.text
Classes in org.web3d.vrml.renderer.norender.nodes.text that implement VRMLNodeModifier and TypeClassDescriptionclass
Norender implementation of a FontStyleclass
NoRender implementation of a Text -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.texture
Classes in org.web3d.vrml.renderer.norender.nodes.texture that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of a ComposedCubeMapTexture node.class
Null-renderer implementation of a ComposedTexture3D node.class
Null-renderer implementation of a ImageCubeMapTexture node.class
Null renderer implementation of a ImageTexture node.class
Null-renderer implementation of a ImageTexture3D node.class
Null-renderer implementation of a MovieTexture node.class
Null-renderer implementation of a MultiTexture node.class
Null renderer implementation of a texture coordinate node.class
Null renderer implementation of a texture transform for multi-texture use.class
Null-renderer implementation of a PixelCubeMapTexture node.class
no-render implementation of a PixelTexture node.class
no-render implementation of a PixelTexture node.class
no-render implementation of a RenderedTexture node.class
Null renderer implementation of a texture coordinate node.class
Null renderer implementation of a texture coordinate node for 3D coordinates.class
Null renderer implementation of a texture coordinate node for 4D coordinates.class
Null renderer implementation of a texture coordinate generator node used in multitexture.class
Null renderer implementation of a texture properties.class
Null renderer implementation of a texture transform.class
Null renderer implementation of a texture transform. -
Uses of VRMLNode in org.web3d.vrml.renderer.norender.nodes.time
Classes in org.web3d.vrml.renderer.norender.nodes.time that implement VRMLNodeModifier and TypeClassDescriptionclass
Null-renderer implementation of a TimeSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl
Classes in org.web3d.vrml.renderer.ogl that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL-specific External Prototype Declaration.Methods in org.web3d.vrml.renderer.ogl that return VRMLNodeModifier and TypeMethodDescriptionOGLProtoCreator.newInstance
(VRMLNodeTemplate template, VRMLExecutionSpace root, int major, int minor, boolean staticNode) Build an instance of the node template from the given description. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.browser
Methods in org.web3d.vrml.renderer.ogl.browser that return types with arguments of type VRMLNodeModifier and TypeMethodDescriptionOGLMinimalBrowserCore.getDEFMappings()
Get the mapping of DEF names to the node instances that they represent.OGLStandardBrowserCore.getDEFMappings()
Get the mapping of DEF names to the node instances that they represent. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes
Subinterfaces of VRMLNode in org.web3d.vrml.renderer.ogl.nodesModifier and TypeInterfaceDescriptioninterface
OpenGL-specific rendering requirements for appearance properties.interface
An abstract representation of any background node for use in the OpenGL renderer.interface
An abstract representation of any bindable node.interface
An abstract representation of any form of geometry.interface
An abstract representation of any form of light node in the OpenGL scene graph.interface
A class that determines the appearance of an object.interface
Java3D specific representation of a navigation info node.interface
An abstract representation of a node that can be used as a target for picking within the Aviatrix3D system.interface
OpenGL abstract representation of a picking sensor node.interface
An abstract representation geometry that renders text.interface
Defines a transformation that is applied to a texture - either 2D or 3D.interface
An abstract representation of texture nodes.interface
Shell representation of a viewpoint node.interface
Representation of the basic VRMLNodeType specific to the OpenGL render rendering system.interface
An abstract representation of the root node of a world in OpenGL.Methods in org.web3d.vrml.renderer.ogl.nodes that return types with arguments of type VRMLNodeModifier and TypeMethodDescriptionOGLPickingSensorNodeType.getTargetMapping()
Get the set of target PickableObjects that this sensor manages. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.cadgeometry
Classes in org.web3d.vrml.renderer.ogl.nodes.cadgeometry that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of a group node.class
OpenGL implementation of a group node.class
OpenGL implementation of a CADLayer.class
OpenGL implementation of a CADPart node.class
OpenGL implementation of a IndexedQuadSet.class
OpenGL implementation of a QuadSet. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.core
Classes in org.web3d.vrml.renderer.ogl.nodes.core that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of the VRML MetadataBoolean node.class
Implementation of the VRML MetadataDouble node.class
Implementation of the VRML MetadataFloat node.class
Implementation of the VRML MetadataInteger node.class
Implementation of the VRML MetadataSet node.class
Implementation of the VRML MetadataString node.class
OpenGL renderer implementation of a WorldInfo node.class
Implementation of the world root class. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.dis
Classes in org.web3d.vrml.renderer.ogl.nodes.dis that implement VRMLNodeModifier and TypeClassDescriptionclass
OGL renderer implementation of a DISEntityManager node.class
OGL renderer implementation of a DISEntityTypeMapping node.class
OpenGL implementation of a EspduTransform node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.enveffects
Classes in org.web3d.vrml.renderer.ogl.nodes.enveffects that implement VRMLNodeModifier and TypeClassDescriptionclass
OGL implementation of a Background nodeclass
OGL implementation of a fog nodeclass
OGL implementation of an FogCoordinate node.class
Null renderer implementation of a LocalFog node.class
OGL implementation of a Background node -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.environment
Classes in org.web3d.vrml.renderer.ogl.nodes.environment that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of a ProximitySensor node.class
OpenGL implementation of a VisibilitySensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.eventutils
Classes in org.web3d.vrml.renderer.ogl.nodes.eventutils that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of the BooleanFilter.class
Implementation of the BooleanSequencer.class
Implementation of the BooleanToggle.class
Implementation of the BooleanTrigger.class
Implementation of the IntegerSequencer.class
Implementation of the IntegerTrigger.class
Implementation of the TimeTrigger. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.extensions
Classes in org.web3d.vrml.renderer.ogl.nodes.extensions that implement VRMLNodeModifier and TypeClassDescriptionclass
OGL renderer implementation of a GameSensor Node.class
OGL renderer implementation of a GameSensor Node.class
OGL renderer implementation of a GameSensor Node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.geom2d
Classes in org.web3d.vrml.renderer.ogl.nodes.geom2d that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of an Arc2Dclass
OpenGL implementation of an Disc2Dclass
OpenGL implementation of an Polyline2Dclass
OpenGL implementation of an Polypoint2Dclass
OpenGL implementation of an Rectangle2Dclass
OpenGL implementation of an TriangleSet2D -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.geom3d
Classes in org.web3d.vrml.renderer.ogl.nodes.geom3d that implement VRMLNodeModifier and TypeClassDescriptionclass
OGL implementation of a Box.class
OGL implementation of a Cone.class
OGL implementation of a Cylinder.class
OpenGL implementation of an ElevationGridclass
OpenGL implGeomementation of an Extrusionclass
OpenGL implementation of an IndexedFaceSet.class
OpenGL implementation of a Sphere. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.geospatial
Classes in org.web3d.vrml.renderer.ogl.nodes.geospatial that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of an GeoCoordinateclass
OpenGL implementation of an GeoECParametersclass
OpenGL implementation of an GeoElevationGridclass
OpenGL implementation of an GeoLCCParametersclass
OpenGL implementation of an GeoLCE3DParametersclass
OpenGL implementation of an GeoLocalTangentParametersclass
OpenGL implementation of an GeoLocationclass
OpenGL-renderer implementation of a GeoLOD node.class
OpenGL implementation of an GeoLSR3DParametersclass
OpenGL implementation of an GeoLTSEParametersclass
OpenGL implementation of an GeoMetadataclass
OpenGL implementation of an GeoMParametersclass
OpenGL implementation of an ObliqueMercatorParametersclass
OpenGL implementation of an GeoOriginclass
OpenGL implementation of an GeoPositionInterpolatorclass
OpenGL implementation of an GeoPSParametersclass
OpenGL implementation of an GeoReferenceSurfaceInfoclass
OpenGL implementation of an GeoSRFInstanceclass
OpenGL implementation of an GeoSRFParametersInfoclass
OpenGL implementation of an GeoSRFSetclass
OpenGL implementation of an GeoSRFTemplateclass
OpenGL implementation of an GeoTMParametersclass
OpenGL implementation of an GeoTouchSensorclass
OpenGL implementation of a GeoTransform node.class
OpenGL implementation of an GeoViewpointFields in org.web3d.vrml.renderer.ogl.nodes.geospatial with type parameters of type VRMLNodeModifier and TypeFieldDescriptionOGLGeoLOD.childExternalList
List of external nodes that are contained in the child nodes -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.group
Classes in org.web3d.vrml.renderer.ogl.nodes.group that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of a Group node.class
OpenGL implementation of a MatrixTransform node.class
OpenGL implementation of a StaticGroup node.class
OpenGL version of a Switch node.class
OpenGL implementation of a Transform node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.hanim
Classes in org.web3d.vrml.renderer.ogl.nodes.hanim that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL renderer implementation of a HAnimDisplacer node.class
OpenGL implementation of a HAnimHumanoid node.class
OpenGL implementation of a HAnimJoint node.class
OpenGL implementation of a HAnimSegment node.class
OpenGL implementation of a HAnimSite node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.interpolator
Classes in org.web3d.vrml.renderer.ogl.nodes.interpolator that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of a ColorInterpolator.class
Implementation of a CoordinateInterpolator.class
Implementation of a CoordinateInterpolator2D.class
Implementation of a NormalInterpolator.class
Implementation of a OrientationInterpolator.class
Implementation of the PositionIterpolator.class
Implementation of the PositionIterpolator.class
Implementation of the VRML ScalarInterpolator node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.layering
Classes in org.web3d.vrml.renderer.ogl.nodes.layering that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of the CustomViewport.class
Implementation of the FixedViewport.class
OpenGL Implementation of the Layer node.class
Implementation of the LayerSet.class
Implementation of the ProportionalViewport. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.lighting
Classes in org.web3d.vrml.renderer.ogl.nodes.lighting that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of a directional light.class
OpenGL implementation of a pointlight.class
OpenGL implementation of a spotlight. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.marker
Classes in org.web3d.vrml.renderer.ogl.nodes.marker that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL-renderer implementation of a ScreenMarker node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.networking
Classes in org.web3d.vrml.renderer.ogl.nodes.networking that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of an Anchor node.class
A node that can handle inlined content from other VRML worlds.class
OpenGL implementation of a LoadSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.nurbs
Classes in org.web3d.vrml.renderer.ogl.nodes.nurbs that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL rendering implementation of Contour2D Uses classes from the net.jgeom package to implement trimmed nurbs surface tesselation This class presents methods to retrieve the geometry of a trimming loop for a nurbs patch as an instance of net.jgeom.nurbs.TrimCurveclass
class
class
class
class
-
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.particle
Classes in org.web3d.vrml.renderer.ogl.nodes.particle that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of a ExplosionEmitter.class
OpenGL implementation of a GravityPhysicsModel.class
OpenGL implementation of a ParticleSystem.class
OpenGL implementation of a PointEmitter.class
OpenGL implementation of a PolylineEmitter.class
OpenGL implementation of a WindPhysicsModel. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.picking
Classes in org.web3d.vrml.renderer.ogl.nodes.picking that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL renderer implementation of a LinePickSensor node.class
OpenGL implementation of a PickableGroup node.class
OpenGL renderer implementation of a PointPickSensor node.class
OpenGL-renderer implementation of a PrimitivePickSensor node.class
OpenGL renderer implementation of a VolumePickSensor node.Methods in org.web3d.vrml.renderer.ogl.nodes.picking that return types with arguments of type VRMLNodeModifier and TypeMethodDescriptionOGLLinePickSensor.getTargetMapping()
Get the set of target PickableObjects that this sensor manages.OGLPointPickSensor.getTargetMapping()
Get the set of target PickableObjects that this sensor manages.OGLPrimitivePickSensor.getTargetMapping()
Get the set of target PickableObjects that this sensor manages.OGLVolumePickSensor.getTargetMapping()
Get the set of target PickableObjects that this sensor manages. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.render
Classes in org.web3d.vrml.renderer.ogl.nodes.render that implement VRMLNodeModifier and TypeClassDescriptionclass
Null renderer implementation of a ClipPlane node.class
OGL implementation of a Color node.class
OGL implementation of a ColorRGBA node.class
class
OpenGL implementation of an IndexedLineSet.class
OpenGL implementation of an IndexedTriangleFanSet.class
OpenGL implementation of an IndexedTriangleSet.class
OpenGL implementation of an IndexedTriangleStripSet.class
OpenGL implementation of an LineSet.class
class
OpenGL implementation of an PointSet.class
OpenGL implementation of an TriangleFanSet.class
OpenGL implementation of an TriangleSet.class
OpenGL implementation of an TriangleStripSet. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.rigidphysics
Classes in org.web3d.vrml.renderer.ogl.nodes.rigidphysics that implement VRMLNodeModifier and TypeClassDescriptionclass
Implementation of a BallJoint.class
Implementation of a CollidableOffset.class
Implementation of a CollidableShape.class
Implementation of a CollisionCollection.class
Implementation of a CollisionSensor.class
Implementation of a CollisionSpace.class
Implementation of a Contact.class
Implementation of a DoubleAxisHingeJoint.class
Implementation of a MotorJoint.class
Implementation of a RigidBody.class
Implementation of a RigidBodyCollection.class
Implementation of a SingleAxisHingeJoint.class
Implementation of a SliderJoint.class
Implementation of a UniversalJoint. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.scripting
Classes in org.web3d.vrml.renderer.ogl.nodes.scripting that implement VRMLNode -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.sensor
Classes in org.web3d.vrml.renderer.ogl.nodes.sensor that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL-renderer implementation of a CylinderSensor node.class
OpenGL implementation of a KeySensor node.class
OpenGL-renderer implementation of a PlaneSensor node.class
OpenGL-renderer implementation of a SphereSensor node.class
OpenGL implementation of a StringSensor node.class
OpenGL-renderer implementation of a TouchSensor node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.shape
Classes in org.web3d.vrml.renderer.ogl.nodes.shape that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of an Appearance node.class
Aviatrix3D renderer implementation of an LineProperties node.class
OpenGL implementation of a material node.class
Aviatrix3D renderer implementation of an PointProperties node.class
OGL implementation of a shape node.class
OpenGL implementation of a material node. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.sound
Classes in org.web3d.vrml.renderer.ogl.nodes.sound that implement VRMLNodeModifier and TypeClassDescriptionclass
AudioClip node implementation for OpenGL.class
OpenGL implementation of a Midi Source.class
Sound node implementation. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.text
Classes in org.web3d.vrml.renderer.ogl.nodes.text that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of a FontStyleclass
NoRender implementation of a Text -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.texture
Classes in org.web3d.vrml.renderer.ogl.nodes.texture that implement VRMLNodeModifier and TypeClassDescriptionclass
OpenGL implementation of a ComposedTexture3D node.class
OGL implementation of a ImageTexture node.class
OGL implementation of a MovieTexture node.class
OpenGL implementation of a MultiTexture node.class
OpenGL implementation of a multi texture coordinate.class
Java3D implementation of a multi texture transform.class
OpenGL implementation of a PixelTexture node.class
OpenGL implementation of a PixelTexture3D node.class
RenderedTexture node implementation for OpenGL.class
OpenGL renderer implementation of a texture coordinate node.class
OpenGL implementation of a TextureCoordinate3D node.class
OpenGL implementation of a TextureCoordinate4D node.class
OpenGL implementation of the TextureCoordinateGeneratorclass
OpenGL implementation of a texture properties.class
OpenGL renderer implementation of a texture transform.class
Java3D implementation of a texture transform. -
Uses of VRMLNode in org.web3d.vrml.renderer.ogl.nodes.time
Classes in org.web3d.vrml.renderer.ogl.nodes.time that implement VRMLNodeModifier and TypeClassDescriptionclass
OGL specific implementation of the TimeController.class
OpenGL-renderer implementation of a TimeSensor node. -
Uses of VRMLNode in org.web3d.vrml.scripting.ecmascript.x3d
Fields in org.web3d.vrml.scripting.ecmascript.x3d with type parameters of type VRMLNode -
Uses of VRMLNode in org.web3d.vrml.scripting.sai
Methods in org.web3d.vrml.scripting.sai with parameters of type VRMLNodeModifier and TypeMethodDescriptionvoid
Add a node to this scene.void
SAIVRMLScene.removeNode
(VRMLNode node) Remove a node from this scene. -
Uses of VRMLNode in org.web3d.vrml.util
Methods in org.web3d.vrml.util that return VRMLNodeModifier and TypeMethodDescriptionNodeArray.get
(int index) Get the value at the given index.NodeArray.remove
(int index) Remove the value at the given index.Remove the given value from the array.VRMLNode[]
NodeArray.toArray()
Turn the values of this array into a real array.VRMLNode[]
Turn the values of this array into a real array by copying them into the given array if possible.Methods in org.web3d.vrml.util with parameters of type VRMLNodeModifier and TypeMethodDescriptionvoid
Add a new value to the array.void
Add an array of values in bulk to the array.void
Add an subset of the array of values in bulk to the array.int
Find the index of the given node in this list.Remove the given value from the array.void
Set the value at the given index.VRMLNode[]
Turn the values of this array into a real array by copying them into the given array if possible. -
Uses of VRMLNode in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel with parameters of type VRMLNodeModifier and TypeMethodDescriptionvoid
DefaultFrameStateManager.registerAddedNode
(VRMLNode node) Register a node that has been added this frame.void
DefaultFrameStateManager.registerAddedNodes
(VRMLNode[] nodes) Register nodes that have been added this frame.void
DefaultFrameStateManager.registerRemovedNode
(VRMLNode node) Register a node that has been removed this frame.void
DefaultFrameStateManager.registerRemovedNodes
(VRMLNode[] nodes) Register nodes that have been removed this frame. -
Uses of VRMLNode in xj3d.filter.node
Classes in xj3d.filter.node that implement VRMLNodeModifier and TypeClassDescriptionclass
Wrapper for the BaseTransform node.class
Wrapper for the BaseTransform node.