| Package | Description |
|---|---|
| org.web3d.x3d.jsail.EnvironmentalSensor |
The Environment Sensor nodes emit events indicating activity in the scene environment,
usually based on interactions between the viewer and the world.
|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.sai.EnvironmentalSensor |
The Environment Sensor nodes emit events indicating activity in the scene environment,
usually based on interactions between the viewer and the world.
|
| org.web3d.x3d.sai.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProximitySensorObject
X3D node tooltip: [X3DEnvironmentalSensorNode] ProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).
|
class |
TransformSensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DEnvironmentalSensorNode] TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).
|
class |
VisibilitySensorObject
X3D node tooltip: [X3DEnvironmentalSensorNode] VisibilitySensor detects when user can see a specific object or region as they navigate the world.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoProximitySensorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DEnvironmentalSensorNode] GeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProximitySensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TransformSensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
VisibilitySensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DEnvironmentalSensorNode |
X3DEnvironmentalSensorNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DEnvironmentalSensorNode |
X3DEnvironmentalSensorNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DEnvironmentalSensorNode |
X3DEnvironmentalSensorNode.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
X3DEnvironmentalSensorNode |
X3DEnvironmentalSensorNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DEnvironmentalSensorNode |
X3DEnvironmentalSensorNode.setSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity) to initializeOnly SFVec3f field named size.
|
X3DEnvironmentalSensorNode |
X3DEnvironmentalSensorNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeoProximitySensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.