Uses of Interface
org.web3d.x3d.sai.EnvironmentalSensor.X3DEnvironmentalSensorNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.EnvironmentalSensor | |
| org.web3d.x3d.jsail.Geospatial | |
| org.web3d.x3d.sai.EnvironmentalSensor | |
| org.web3d.x3d.sai.Geospatial |
-
Uses of X3DEnvironmentalSensorNode in org.web3d.x3d.jsail.EnvironmentalSensor
Classes in org.web3d.x3d.jsail.EnvironmentalSensor that implement X3DEnvironmentalSensorNode Modifier and Type Class Description classProximitySensorObjectProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).classTransformSensorObjectTransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).classVisibilitySensorObjectVisibilitySensor detects when user can see a specific object or region as they navigate the world. -
Uses of X3DEnvironmentalSensorNode in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DEnvironmentalSensorNode Modifier and Type Class Description classGeoProximitySensorObjectGeoProximitySensor 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
Subinterfaces of X3DEnvironmentalSensorNode in org.web3d.x3d.sai.EnvironmentalSensor Modifier and Type Interface Description interfaceProximitySensorProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).interfaceTransformSensorTransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).interfaceVisibilitySensorVisibilitySensor detects when user can see a specific object or region as they navigate the world.Methods in org.web3d.x3d.sai.EnvironmentalSensor that return X3DEnvironmentalSensorNode Modifier and Type Method Description X3DEnvironmentalSensorNodeX3DEnvironmentalSensorNode. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DEnvironmentalSensorNodeX3DEnvironmentalSensorNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DEnvironmentalSensorNodeX3DEnvironmentalSensorNode. setSize(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named size. -
Uses of X3DEnvironmentalSensorNode in org.web3d.x3d.sai.Geospatial
Subinterfaces of X3DEnvironmentalSensorNode in org.web3d.x3d.sai.Geospatial Modifier and Type Interface Description interfaceGeoProximitySensorGeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).