Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.CylinderSensor
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 CylinderSensor 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. -
Uses of CylinderSensor in org.web3d.x3d.sai.PointingDeviceSensor
Modifier and TypeMethodDescriptionCylinderSensor.setAutoOffset
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.CylinderSensor.setAxisRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named axisRotation.CylinderSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.CylinderSensor.setDiskAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named diskAngle.CylinderSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.CylinderSensor.setMaxAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named maxAngle.CylinderSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CylinderSensor.setMinAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named minAngle.CylinderSensor.setOffset
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named offset.