Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.PlaneSensor
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 PlaneSensor in org.web3d.x3d.jsail.PointingDeviceSensor
Modifier and TypeClassDescriptionclass
PlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane. -
Uses of PlaneSensor in org.web3d.x3d.sai.PointingDeviceSensor
Modifier and TypeMethodDescriptionPlaneSensor.setAutoOffset
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.PlaneSensor.setAxisRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named axisRotation.PlaneSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PlaneSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.PlaneSensor.setMaxPosition
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named maxPosition.PlaneSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PlaneSensor.setMinPosition
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named minPosition.PlaneSensor.setOffset
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named offset.