com.sun.j3d.utils.pickfast |
com.sun.j3d.utils.pickfast
Provides picking utility classes for the new core picking methods.
|
Java Source File Name | Type | Comment |
PickCanvas.java | Class | A subclass of PickTool, simplifies picking using mouse events from a canvas. |
PickIntersection.java | Class | Holds information about an intersection of a PickShape with a Node
as part of a PickInfo.IntersectionInfo. |
PickTool.java | Class | The base class for optimized picking operations.
The picking methods will return a PickInfo object for each object picked,
which can then be queried to
obtain more detailed information about the specific objects that were
picked. |