Uses of Interface
org.web3d.x3d.sai.Picking.PointPickSensor
Package
Description
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
-
Uses of PointPickSensor in org.web3d.x3d.jsail.Picking
Modifier and TypeClassDescriptionclass
PointPickSensor tests one or more pickingGeometry points in space as lying inside the provided pickTarget geometry. -
Uses of PointPickSensor in org.web3d.x3d.sai.Picking
Modifier and TypeMethodDescriptionPointPickSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PointPickSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.PointPickSensor.setIntersectionType
(String newValue) Accessor method to assign String enumeration value ("BOUNDS" | "GEOMETRY") to initializeOnly SFString field named intersectionType.PointPickSensor.setMatchCriterion
(String newValue) Accessor method to assign String enumeration value ("MATCH_ANY" | "MATCH_EVERY" | "MATCH_ONLY_ONE") to inputOutput SFString field named matchCriterion.PointPickSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PointPickSensor.setObjectType
(String[] newValue) Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.PointPickSensor.setPickingGeometry
(X3DGeometryNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field pickingGeometry.PointPickSensor.setPickTarget
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field pickTarget.PointPickSensor.setSortOrder
(String newValue) Accessor method to assign String enumeration value ("ANY" | "CLOSEST" | "ALL" | "ALL_SORTED") to initializeOnly SFString field named sortOrder.