Uses of Interface
org.web3d.x3d.sai.EnvironmentalSensor.TransformSensor
Package
Description
The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world.
The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world.
-
Uses of TransformSensor in org.web3d.x3d.jsail.EnvironmentalSensor
Modifier and TypeClassDescriptionclass
TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box). -
Uses of TransformSensor in org.web3d.x3d.sai.EnvironmentalSensor
Modifier and TypeMethodDescriptionTransformSensor.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.TransformSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.TransformSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.TransformSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TransformSensor.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named size.TransformSensor.setTargetObject
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field targetObject.