Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.X3DDragSensorNode
Package
Description
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
-
Uses of X3DDragSensorNode 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. -
Uses of X3DDragSensorNode 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.Modifier and TypeMethodDescriptionX3DDragSensorNode.setAutoOffset
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.X3DDragSensorNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DDragSensorNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DDragSensorNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.