| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Picking |
The Picking component provides the ability to test for arbitrary object collision
and provide basic capabilities to detecting object intersections and interactions.
|
| org.web3d.x3d.sai.Picking |
The Picking component provides the ability to test for arbitrary object collision
and provide basic capabilities to detecting object intersections and interactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PickableGroupObject
X3D node tooltip: (X3D version 3.2 or later) [X3DGroupingNode,X3DPickableObject] PickableGroup is a Grouping node that can contain most nodes.
|
| Modifier and Type | Method and Description |
|---|---|
PickableGroup |
PickableGroup.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
PickableGroup |
PickableGroup.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
PickableGroup |
PickableGroup.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
PickableGroup |
PickableGroup.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
PickableGroup |
PickableGroup.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
PickableGroup |
PickableGroup.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PickableGroup |
PickableGroup.setObjectType(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE""|""TERRAIN"") with quoted value(s) ["ALL","NONE","TERRAIN",...] to inputOutput MFString field named objectType.
|
PickableGroup |
PickableGroup.setPickable(boolean newValue)
Assign boolean value to inputOutput SFBool field named pickable.
|
PickableGroup |
PickableGroup.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.