Uses of Interface
org.web3d.x3d.sai.Core.X3DSensorNode
-
Uses of X3DSensorNode in org.web3d.x3d.jsail.DIS
Classes in org.web3d.x3d.jsail.DIS that implement X3DSensorNode Modifier and Type Class Description classEspduTransformObjectEspduTransform is a networked Transform node that can contain most nodes.classReceiverPduObjectReceiverPdu is a networked Protocol Data Unit (PDU) information node that transmits the state of radio frequency (RF) receivers modeled in a simulation.classSignalPduObjectSignalPdu is a networked Protocol Data Unit (PDU) information node that communicates the transmission of voice, audio or other data modeled in a simulation.classTransmitterPduObjectTransmitterPdu is a networked Protocol Data Unit (PDU) information node that provides detailed information about a radio transmitter modeled in a simulation. -
Uses of X3DSensorNode in org.web3d.x3d.jsail.EnvironmentalSensor
Classes in org.web3d.x3d.jsail.EnvironmentalSensor that implement X3DSensorNode 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 X3DSensorNode in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DSensorNode Modifier and Type Class Description classGeoProximitySensorObjectGeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box).classGeoTouchSensorObjectGeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of X3DSensorNode in org.web3d.x3d.jsail.KeyDeviceSensor
Classes in org.web3d.x3d.jsail.KeyDeviceSensor that implement X3DSensorNode Modifier and Type Class Description classKeySensorObjectKeySensor generates events as the user presses keys on the keyboard.classStringSensorObjectStringSensor generates events as the user presses keys on the keyboard. -
Uses of X3DSensorNode in org.web3d.x3d.jsail.Navigation
Classes in org.web3d.x3d.jsail.Navigation that implement X3DSensorNode Modifier and Type Class Description classCollisionObjectCollision detects camera-to-object contact using current view and NavigationInfo avatarSize. -
Uses of X3DSensorNode in org.web3d.x3d.jsail.Networking
Classes in org.web3d.x3d.jsail.Networking that implement X3DSensorNode Modifier and Type Class Description classLoadSensorObjectLoadSensor generates events as watchList child nodes are either loaded or fail to load. -
Uses of X3DSensorNode in org.web3d.x3d.jsail.Picking
Classes in org.web3d.x3d.jsail.Picking that implement X3DSensorNode Modifier and Type Class Description classLinePickSensorObjectLinePickSensor uses one or more pickingGeometry line segments to compute intersections with pickTarget shapes.classPointPickSensorObjectPointPickSensor tests one or more pickingGeometry points in space as lying inside the provided pickTarget geometry.classPrimitivePickSensorObjectIf a non-uniform scale is applied to the pick sensor, correct results may require level 3 support.classVolumePickSensorObjectVolumePickSensor tests picking intersections using the pickingGeometry against the pickTarget geometry volume. -
Uses of X3DSensorNode in org.web3d.x3d.jsail.PointingDeviceSensor
Classes in org.web3d.x3d.jsail.PointingDeviceSensor that implement X3DSensorNode Modifier and Type Class Description classCylinderSensorObjectCylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.classPlaneSensorObjectPlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.classSphereSensorObjectSphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.classTouchSensorObjectTouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry. -
Uses of X3DSensorNode in org.web3d.x3d.jsail.RigidBodyPhysics
Classes in org.web3d.x3d.jsail.RigidBodyPhysics that implement X3DSensorNode Modifier and Type Class Description classCollisionSensorObjectCollisionSensor generates collision-detection events. -
Uses of X3DSensorNode in org.web3d.x3d.jsail.Time
Classes in org.web3d.x3d.jsail.Time that implement X3DSensorNode Modifier and Type Class Description classTimeSensorObjectTimeSensor continuously generates events as time passes. -
Uses of X3DSensorNode in org.web3d.x3d.sai.Core
Methods in org.web3d.x3d.sai.Core that return X3DSensorNode Modifier and Type Method Description X3DSensorNodeX3DSensorNode. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DSensorNodeX3DSensorNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of X3DSensorNode in org.web3d.x3d.sai.DIS
Subinterfaces of X3DSensorNode in org.web3d.x3d.sai.DIS Modifier and Type Interface Description interfaceEspduTransformEspduTransform is a networked Transform node that can contain most nodes.interfaceReceiverPduReceiverPdu is a networked Protocol Data Unit (PDU) information node that transmits the state of radio frequency (RF) receivers modeled in a simulation.interfaceSignalPduSignalPdu is a networked Protocol Data Unit (PDU) information node that communicates the transmission of voice, audio or other data modeled in a simulation.interfaceTransmitterPduTransmitterPdu is a networked Protocol Data Unit (PDU) information node that provides detailed information about a radio transmitter modeled in a simulation. -
Uses of X3DSensorNode in org.web3d.x3d.sai.EnvironmentalSensor
Subinterfaces of X3DSensorNode 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.interfaceX3DEnvironmentalSensorNodeBase type for the environmental sensor nodes ProximitySensor, TransformSensor and VisibilitySensor. -
Uses of X3DSensorNode in org.web3d.x3d.sai.Geospatial
Subinterfaces of X3DSensorNode 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).interfaceGeoTouchSensorGeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of X3DSensorNode in org.web3d.x3d.sai.KeyDeviceSensor
Subinterfaces of X3DSensorNode in org.web3d.x3d.sai.KeyDeviceSensor Modifier and Type Interface Description interfaceKeySensorKeySensor generates events as the user presses keys on the keyboard.interfaceStringSensorStringSensor generates events as the user presses keys on the keyboard.interfaceX3DKeyDeviceSensorNodeBase type for all sensor node types that operate using key devices. -
Uses of X3DSensorNode in org.web3d.x3d.sai.Navigation
Subinterfaces of X3DSensorNode in org.web3d.x3d.sai.Navigation Modifier and Type Interface Description interfaceCollisionCollision detects camera-to-object contact using current view and NavigationInfo avatarSize. -
Uses of X3DSensorNode in org.web3d.x3d.sai.Networking
Subinterfaces of X3DSensorNode in org.web3d.x3d.sai.Networking Modifier and Type Interface Description interfaceLoadSensorLoadSensor generates events as watchList child nodes are either loaded or fail to load.interfaceX3DNetworkSensorNodeBase typefor all sensors that generate events based on network activity. -
Uses of X3DSensorNode in org.web3d.x3d.sai.Picking
Subinterfaces of X3DSensorNode in org.web3d.x3d.sai.Picking Modifier and Type Interface Description interfaceLinePickSensorLinePickSensor uses one or more pickingGeometry line segments to compute intersections with pickTarget shapes.interfacePointPickSensorPointPickSensor tests one or more pickingGeometry points in space as lying inside the provided pickTarget geometry.interfacePrimitivePickSensorIf a non-uniform scale is applied to the pick sensor, correct results may require level 3 support.interfaceVolumePickSensorVolumePickSensor tests picking intersections using the pickingGeometry against the pickTarget geometry volume.interfaceX3DPickSensorNodeThe X3DPickSensorNode abstract node type is the base node type that represents the lowest common denominator of picking capabilities. -
Uses of X3DSensorNode in org.web3d.x3d.sai.PointingDeviceSensor
Subinterfaces of X3DSensorNode in org.web3d.x3d.sai.PointingDeviceSensor Modifier and Type Interface Description interfaceCylinderSensorCylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.interfacePlaneSensorPlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.interfaceSphereSensorSphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.interfaceTouchSensorTouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry.interfaceX3DDragSensorNodeBase type for all drag-style pointing device sensors.interfaceX3DPointingDeviceSensorNodeBase type for all pointing device sensors.interfaceX3DTouchSensorNodeBase type for all touch-style pointing device sensors. -
Uses of X3DSensorNode in org.web3d.x3d.sai.RigidBodyPhysics
Subinterfaces of X3DSensorNode in org.web3d.x3d.sai.RigidBodyPhysics Modifier and Type Interface Description interfaceCollisionSensorCollisionSensor generates collision-detection events. -
Uses of X3DSensorNode in org.web3d.x3d.sai.Time
Subinterfaces of X3DSensorNode in org.web3d.x3d.sai.Time Modifier and Type Interface Description interfaceTimeSensorTimeSensor continuously generates events as time passes.