Uses of Interface
org.web3d.x3d.sai.EnvironmentalSensor.ProximitySensor
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 ProximitySensor in org.web3d.x3d.jsail.EnvironmentalSensor
Modifier and TypeClassDescriptionclass
ProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box). -
Uses of ProximitySensor in org.web3d.x3d.sai.EnvironmentalSensor
Modifier and TypeMethodDescriptionProximitySensor.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.ProximitySensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ProximitySensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ProximitySensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ProximitySensor.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named size.