Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.SphereSensor
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 SphereSensor in org.web3d.x3d.jsail.PointingDeviceSensor
Modifier and TypeClassDescriptionclass
SphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system. -
Uses of SphereSensor in org.web3d.x3d.sai.PointingDeviceSensor
Modifier and TypeMethodDescriptionSphereSensor.setAutoOffset
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.SphereSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.SphereSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.SphereSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SphereSensor.setOffset
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named offset.