Uses of Interface
org.web3d.x3d.sai.Picking.X3DPickableObject
Packages that use 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
Classes in org.web3d.x3d.jsail.Layering that implement X3DPickableObjectModifier 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
Classes in org.web3d.x3d.jsail.Layout that implement X3DPickableObjectModifier and TypeClassDescriptionclass
LayoutLayer is a Grouping node that can contain most nodes. -
Uses of X3DPickableObject in org.web3d.x3d.jsail.Picking
Classes in org.web3d.x3d.jsail.Picking that implement X3DPickableObjectModifier and TypeClassDescriptionclass
PickableGroup is a Grouping node that can contain most nodes. -
Uses of X3DPickableObject in org.web3d.x3d.sai.Layering
Subinterfaces of X3DPickableObject in org.web3d.x3d.sai.LayeringModifier 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
Subinterfaces of X3DPickableObject in org.web3d.x3d.sai.LayoutModifier and TypeInterfaceDescriptioninterface
LayoutLayer is a Grouping node that can contain most nodes. -
Uses of X3DPickableObject in org.web3d.x3d.sai.Picking
Subinterfaces of X3DPickableObject in org.web3d.x3d.sai.PickingModifier and TypeInterfaceDescriptioninterface
PickableGroup is a Grouping node that can contain most nodes.Methods in org.web3d.x3d.sai.Picking that return X3DPickableObjectModifier and TypeMethodDescriptionX3DPickableObject.setPickable
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named pickable.