Uses of Interface
org.web3d.x3d.sai.Grouping.X3DGroupingNode
-
Uses of X3DGroupingNode in org.web3d.x3d.jsail.CADGeometry
Classes in org.web3d.x3d.jsail.CADGeometry that implement X3DGroupingNode Modifier and Type Class Description classCADAssemblyObjectCADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.classCADLayerObjectCADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.classCADPartObjectCADPart 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
Classes in org.web3d.x3d.jsail.DIS that implement X3DGroupingNode Modifier and Type Class Description classEspduTransformObjectEspduTransform is a networked Transform node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DGroupingNode Modifier and Type Class Description classGeoLocationObjectGeoLocation positions a regular X3D model onto earth's surface.classGeoTransformObjectGeoTransform is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Grouping
Classes in org.web3d.x3d.jsail.Grouping that implement X3DGroupingNode Modifier and Type Class Description classGroupObjectGroup is a Grouping node that can contain most nodes.classSwitchObjectSwitch is a Grouping node that only renders one (or zero) child at a time.classTransformObjectTransform is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.HAnim
Classes in org.web3d.x3d.jsail.HAnim that implement X3DGroupingNode Modifier and Type Class Description classHAnimSegmentObjectHAnimSegment node contains Shape geometry for each body segment.classHAnimSiteObjectAn 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
Classes in org.web3d.x3d.jsail.Layering that implement X3DGroupingNode Modifier and Type Class Description classViewportObjectViewport is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Layout
Classes in org.web3d.x3d.jsail.Layout that implement X3DGroupingNode Modifier and Type Class Description classLayoutGroupObjectLayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout.classScreenGroupObjectScreenGroup is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Navigation
Classes in org.web3d.x3d.jsail.Navigation that implement X3DGroupingNode Modifier and Type Class Description classBillboardObjectBillboard is a Grouping node that can contain most nodes.classCollisionObjectCollision detects camera-to-object contact using current view and NavigationInfo avatarSize.classLODObjectLOD (Level Of Detail) uses camera-to-object distance to switch among contained child levels. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Networking
Classes in org.web3d.x3d.jsail.Networking that implement X3DGroupingNode Modifier and Type Class Description classAnchorObjectAnchor is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.jsail.Picking
Classes in org.web3d.x3d.jsail.Picking that implement X3DGroupingNode Modifier and Type Class Description classPickableGroupObjectPickableGroup is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.CADGeometry
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.CADGeometry Modifier and Type Interface Description interfaceCADAssemblyCADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together.interfaceCADLayerCADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model.interfaceCADPartCADPart 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
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.DIS Modifier and Type Interface Description interfaceEspduTransformEspduTransform is a networked Transform node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Geospatial
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.Geospatial Modifier and Type Interface Description interfaceGeoLocationGeoLocation positions a regular X3D model onto earth's surface.interfaceGeoTransformGeoTransform is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Grouping
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.Grouping Modifier and Type Interface Description interfaceGroupGroup is a Grouping node that can contain most nodes.interfaceSwitchSwitch is a Grouping node that only renders one (or zero) child at a time.interfaceTransformTransform is a Grouping node that can contain most nodes.Methods in org.web3d.x3d.sai.Grouping that return X3DGroupingNode Modifier and Type Method Description X3DGroupingNodeX3DGroupingNode. setBboxCenter(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.X3DGroupingNodeX3DGroupingNode. setBboxSize(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.X3DGroupingNodeX3DGroupingNode. setChildren(X3DNode[] newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.X3DGroupingNodeX3DGroupingNode. setDisplayBBox(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.X3DGroupingNodeX3DGroupingNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DGroupingNodeX3DGroupingNode. setVisible(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named visible. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.HAnim
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.HAnim Modifier and Type Interface Description interfaceHAnimSegmentHAnimSegment node contains Shape geometry for each body segment.interfaceHAnimSiteAn 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
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.Layering Modifier and Type Interface Description interfaceViewportViewport is a Grouping node that can contain most nodes.interfaceX3DViewportNodeThe X3DViewportNode abstract node type is the base node type for viewport nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Layout
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.Layout Modifier and Type Interface Description interfaceLayoutGroupLayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout.interfaceScreenGroupScreenGroup is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Navigation
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.Navigation Modifier and Type Interface Description interfaceBillboardBillboard is a Grouping node that can contain most nodes.interfaceCollisionCollision detects camera-to-object contact using current view and NavigationInfo avatarSize.interfaceLODLOD (Level Of Detail) uses camera-to-object distance to switch among contained child levels. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Networking
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.Networking Modifier and Type Interface Description interfaceAnchorAnchor is a Grouping node that can contain most nodes. -
Uses of X3DGroupingNode in org.web3d.x3d.sai.Picking
Subinterfaces of X3DGroupingNode in org.web3d.x3d.sai.Picking Modifier and Type Interface Description interfacePickableGroupPickableGroup is a Grouping node that can contain most nodes.