Uses of Interface
org.web3d.x3d.sai.Grouping.X3DGroupingNode
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
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.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
The Layering component describes how to layer a set of subscene layers into a composite scene.
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.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
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.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
The Layering component describes how to layer a set of subscene layers into a composite scene.
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.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
-
Uses of X3DGroupingNode in org.web3d.x3d.jsail.CADGeometry
Modifier and TypeClassDescriptionclass
CADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.class
CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.class
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. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.DIS
Modifier and TypeClassDescriptionclass
EspduTransform is a networked Transform node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoLocation positions a regular X3D model onto earth's surface.class
GeoTransform is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Grouping
-
Uses of X3DGroupingNode in org.web3d.x3d.jsail.HAnim
Modifier and TypeClassDescriptionclass
HAnimSegment node contains Shape geometry for each body segment, providing a visual representation of the skeleton segment.class
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). -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Layering
Modifier and TypeClassDescriptionclass
Viewport is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Layout
Modifier and TypeClassDescriptionclass
LayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout.class
ScreenGroup is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Networking
Modifier and TypeClassDescriptionclass
Anchor is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Picking
Modifier and TypeClassDescriptionclass
PickableGroup is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.CADGeometry
Modifier and TypeInterfaceDescriptioninterface
CADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.interface
CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.interface
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. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.DIS
Modifier and TypeInterfaceDescriptioninterface
EspduTransform is a networked Transform node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Geospatial
Modifier and TypeInterfaceDescriptioninterface
GeoLocation positions a regular X3D model onto earth's surface.interface
GeoTransform is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Grouping
Modifier and TypeInterfaceDescriptioninterface
Group is a Grouping node that can contain most nodes.interface
Switch is a Grouping node that only renders one (or zero) child at a time.interface
Transform is a Grouping node that can contain most nodes.Modifier and TypeMethodDescriptionX3DGroupingNode.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.X3DGroupingNode.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.X3DGroupingNode.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.X3DGroupingNode.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.X3DGroupingNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DGroupingNode.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.HAnim
Modifier and TypeInterfaceDescriptioninterface
HAnimSegment node contains Shape geometry for each body segment, providing a visual representation of the skeleton segment.interface
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). -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Layering
Modifier and TypeInterfaceDescriptioninterface
Viewport is a Grouping node that can contain most nodes.interface
The X3DViewportNode abstract node type is the base node type for viewport nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Layout
Modifier and TypeInterfaceDescriptioninterface
LayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout.interface
ScreenGroup is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Networking
Modifier and TypeInterfaceDescriptioninterface
Anchor is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Picking
Modifier and TypeInterfaceDescriptioninterface
PickableGroup is a Grouping node that can contain most nodes.