-
Interface Summary
| Interface |
Description |
| LinePickSensor |
LinePickSensor uses one or more pickingGeometry line segments to compute intersections with pickTarget shapes.
|
| PickableGroup |
PickableGroup is a Grouping node that can contain most nodes.
|
| PointPickSensor |
PointPickSensor tests one or more pickingGeometry points in space as lying inside the provided pickTarget geometry.
|
| PrimitivePickSensor |
If a non-uniform scale is applied to the pick sensor, correct results may require level 3 support.
|
| VolumePickSensor |
VolumePickSensor tests picking intersections using the pickingGeometry against the pickTarget geometry volume.
|
| X3DPickableObject |
The X3DPickableObject abstract interface marks a node as being capable of having customized picking performed on its contents or children.
|
| X3DPickSensorNode |
The X3DPickSensorNode abstract node type is the base node type that represents the lowest common denominator of picking capabilities.
|