Uses of Interface
org.web3d.x3d.sai.EnvironmentalSensor.X3DEnvironmentalSensorNode
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 Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
-
Uses of X3DEnvironmentalSensorNode 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).class
TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).class
VisibilitySensor detects when user can see a specific object or region as they navigate the world. -
Uses of X3DEnvironmentalSensorNode in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box). -
Uses of X3DEnvironmentalSensorNode in org.web3d.x3d.sai.EnvironmentalSensor
Modifier and TypeInterfaceDescriptioninterface
ProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).interface
TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).interface
VisibilitySensor detects when user can see a specific object or region as they navigate the world.Modifier and TypeMethodDescriptionX3DEnvironmentalSensorNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DEnvironmentalSensorNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DEnvironmentalSensorNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DEnvironmentalSensorNode.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named size. -
Uses of X3DEnvironmentalSensorNode in org.web3d.x3d.sai.Geospatial
Modifier and TypeInterfaceDescriptioninterface
GeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).