Uses of Interface
org.web3d.x3d.sai.EnvironmentalSensor.VisibilitySensor
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 VisibilitySensor in org.web3d.x3d.jsail.EnvironmentalSensor
Modifier and TypeClassDescriptionclass
VisibilitySensor detects when user can see a specific object or region as they navigate the world. -
Uses of VisibilitySensor in org.web3d.x3d.sai.EnvironmentalSensor
Modifier and TypeMethodDescriptionVisibilitySensor.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.VisibilitySensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.VisibilitySensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.VisibilitySensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.VisibilitySensor.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named size.