Uses of Interface
org.web3d.x3d.sai.Picking.X3DPickableObject
Package
Description
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 Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
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 Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
-
Uses of X3DPickableObject in org.web3d.x3d.jsail.Layering
Modifier and TypeClassDescriptionclass
Layer contains a list of children nodes that define the contents of the layer. -
Uses of X3DPickableObject in org.web3d.x3d.jsail.Layout
Modifier and TypeClassDescriptionclass
LayoutLayer is a Grouping node that can contain most nodes. -
Uses of X3DPickableObject in org.web3d.x3d.jsail.Picking
Modifier and TypeClassDescriptionclass
PickableGroup is a Grouping node that can contain most nodes. -
Uses of X3DPickableObject in org.web3d.x3d.sai.Layering
Modifier and TypeInterfaceDescriptioninterface
Layer contains a list of children nodes that define the contents of the layer.interface
The X3DLayerNode abstract node type is the base node type for layer nodes. -
Uses of X3DPickableObject in org.web3d.x3d.sai.Layout
Modifier and TypeInterfaceDescriptioninterface
LayoutLayer is a Grouping node that can contain most nodes. -
Uses of X3DPickableObject in org.web3d.x3d.sai.Picking
Modifier and TypeInterfaceDescriptioninterface
PickableGroup is a Grouping node that can contain most nodes.Modifier and TypeMethodDescriptionX3DPickableObject.setPickable
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named pickable.