Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.X3DDragSensorNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.PointingDeviceSensor | |
| org.web3d.x3d.sai.PointingDeviceSensor |
-
Uses of X3DDragSensorNode in org.web3d.x3d.jsail.PointingDeviceSensor
Classes in org.web3d.x3d.jsail.PointingDeviceSensor that implement X3DDragSensorNode 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. -
Uses of X3DDragSensorNode in org.web3d.x3d.sai.PointingDeviceSensor
Subinterfaces of X3DDragSensorNode 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.Methods in org.web3d.x3d.sai.PointingDeviceSensor that return X3DDragSensorNode Modifier and Type Method Description X3DDragSensorNodeX3DDragSensorNode. setAutoOffset(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.X3DDragSensorNodeX3DDragSensorNode. setDescription(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named description.X3DDragSensorNodeX3DDragSensorNode. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DDragSensorNodeX3DDragSensorNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.