Uses of Interface
org.web3d.x3d.sai.PointingDeviceSensor.X3DTouchSensorNode
Packages that use X3DTouchSensorNode
Package
Description
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
-
Uses of X3DTouchSensorNode in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DTouchSensorNodeModifier and TypeClassDescriptionclass
GeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of X3DTouchSensorNode in org.web3d.x3d.jsail.PointingDeviceSensor
Classes in org.web3d.x3d.jsail.PointingDeviceSensor that implement X3DTouchSensorNodeModifier and TypeClassDescriptionclass
TouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry. -
Uses of X3DTouchSensorNode in org.web3d.x3d.sai.Geospatial
Subinterfaces of X3DTouchSensorNode in org.web3d.x3d.sai.GeospatialModifier and TypeInterfaceDescriptioninterface
GeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of X3DTouchSensorNode in org.web3d.x3d.sai.PointingDeviceSensor
Subinterfaces of X3DTouchSensorNode in org.web3d.x3d.sai.PointingDeviceSensorModifier and TypeInterfaceDescriptioninterface
TouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry.Methods in org.web3d.x3d.sai.PointingDeviceSensor that return X3DTouchSensorNodeModifier and TypeMethodDescriptionX3DTouchSensorNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DTouchSensorNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DTouchSensorNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.