-
-
Methods in org.web3d.x3d.sai.Picking that return PickableGroup
| Modifier and Type |
Method |
Description |
PickableGroup |
PickableGroup.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
PickableGroup |
PickableGroup.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
PickableGroup |
PickableGroup.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
PickableGroup |
PickableGroup.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
PickableGroup |
PickableGroup.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PickableGroup |
PickableGroup.setObjectType(java.lang.String[] newValue) |
Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.
|
PickableGroup |
PickableGroup.setPickable(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named pickable.
|
PickableGroup |
PickableGroup.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|