Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.X3DPointingDeviceSensorNode
Package
Description
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
-
Uses of X3DPointingDeviceSensorNode in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of X3DPointingDeviceSensorNode in org.web3d.x3d.jsail.PointingDeviceSensor
Modifier and TypeClassDescriptionclass
CylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.class
PlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.class
SphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.class
TouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry. -
Uses of X3DPointingDeviceSensorNode in org.web3d.x3d.sai.Geospatial
Modifier and TypeInterfaceDescriptioninterface
GeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of X3DPointingDeviceSensorNode in org.web3d.x3d.sai.PointingDeviceSensor
Modifier and TypeInterfaceDescriptioninterface
CylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.interface
PlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.interface
SphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.interface
TouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry.interface
Base type for all drag-style pointing device sensors.interface
Base type for all touch-style pointing device sensors.Modifier and TypeMethodDescriptionX3DPointingDeviceSensorNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DPointingDeviceSensorNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DPointingDeviceSensorNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.