Interface PickingManager

All Known Implementing Classes:
DefaultPickingManager

public interface PickingManager
An abstract representation of a class that would be responsible for performing all the picking component by the class.

It is expected that the manager will be implemented by each renderer as working out when sensors intersect and interact will require in-depth knowledge of the rendering API.

Version:
$Revision: 1.1 $
Author:
Justin Couch