Uses of Interface
org.web3d.x3d.sai.Picking.PickableGroup
Package
Description
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
-
Uses of PickableGroup in org.web3d.x3d.jsail.Picking
Modifier and TypeClassDescriptionclass
PickableGroup is a Grouping node that can contain most nodes. -
Uses of PickableGroup in org.web3d.x3d.sai.Picking
Modifier and TypeMethodDescriptionPickableGroup.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.PickableGroup.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.PickableGroup.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.PickableGroup.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.PickableGroup.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PickableGroup.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PickableGroup.setObjectType
(String[] newValue) Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.PickableGroup.setPickable
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named pickable.PickableGroup.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.