Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.X3DPointingDeviceSensorNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DPointingDeviceSensorNodeModifier and TypeClassDescriptionclassGeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of X3DPointingDeviceSensorNode in org.web3d.x3d.jsail.PointingDeviceSensor
Classes in org.web3d.x3d.jsail.PointingDeviceSensor that implement X3DPointingDeviceSensorNodeModifier and TypeClassDescriptionclassCylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.classPlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.classSphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.classTouchSensor 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
Subinterfaces of X3DPointingDeviceSensorNode in org.web3d.x3d.sai.GeospatialModifier and TypeInterfaceDescriptioninterfaceGeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of X3DPointingDeviceSensorNode in org.web3d.x3d.sai.PointingDeviceSensor
Subinterfaces of X3DPointingDeviceSensorNode in org.web3d.x3d.sai.PointingDeviceSensorModifier and TypeInterfaceDescriptioninterfaceCylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.interfacePlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.interfaceSphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.interfaceTouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry.interfaceBase type for all drag-style pointing device sensors.interfaceBase type for all touch-style pointing device sensors.Methods in org.web3d.x3d.sai.PointingDeviceSensor that return X3DPointingDeviceSensorNodeModifier 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.