| Package | Description |
|---|---|
| org.web3d.x3d.jsail.EnvironmentalSensor |
The Environment Sensor nodes emit events indicating activity in the scene environment,
usually based on interactions between the viewer and the world.
|
| org.web3d.x3d.sai.EnvironmentalSensor |
The Environment Sensor nodes emit events indicating activity in the scene environment,
usually based on interactions between the viewer and the world.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransformSensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DEnvironmentalSensorNode] TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).
|
| Modifier and Type | Method and Description |
|---|---|
TransformSensor |
TransformSensor.setCenter(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named center.
|
TransformSensor |
TransformSensor.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TransformSensor |
TransformSensor.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TransformSensor |
TransformSensor.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
TransformSensor |
TransformSensor.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TransformSensor |
TransformSensor.setSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity) to initializeOnly SFVec3f field named size.
|
TransformSensor |
TransformSensor.setTargetObject(X3DNode newValue)
Assign X3DNode instance (using a properly typed node) with acceptable node types limited to X3DGroupingNode|X3DShapeNode, to inputOutput SFNode field targetObject.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Grouping.X3DGroupingNode) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Shape.X3DShapeNode);
if (!
|
TransformSensor |
TransformSensor.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.