Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.X3DPointingDeviceSensorNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial | |
| org.web3d.x3d.jsail.PointingDeviceSensor | |
| org.web3d.x3d.sai.Geospatial | |
| org.web3d.x3d.sai.PointingDeviceSensor |
-
Uses of X3DPointingDeviceSensorNode in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DPointingDeviceSensorNode Modifier and Type Class Description classGeoTouchSensorObjectGeoTouchSensor 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 X3DPointingDeviceSensorNode 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 X3DPointingDeviceSensorNode in org.web3d.x3d.sai.Geospatial
Subinterfaces of X3DPointingDeviceSensorNode in org.web3d.x3d.sai.Geospatial Modifier and Type Interface Description interfaceGeoTouchSensorGeoTouchSensor 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.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.interfaceX3DTouchSensorNodeBase type for all touch-style pointing device sensors.Methods in org.web3d.x3d.sai.PointingDeviceSensor that return X3DPointingDeviceSensorNode Modifier and Type Method Description X3DPointingDeviceSensorNodeX3DPointingDeviceSensorNode. setDescription(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named description.X3DPointingDeviceSensorNodeX3DPointingDeviceSensorNode. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DPointingDeviceSensorNodeX3DPointingDeviceSensorNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.