Interface SensorManager

All Known Implementing Classes:
DefaultSensorManager

public interface SensorManager
An abstract representation of a class that would be responsible for performing all the management and computations for environmental sensors.

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.

Because the sensor manager is a renderer-dependent implementation, it is assumed that it will also function, or have the functionality for representing the VRMLClock interface.

Version:
$Revision: 1.2 $
Author:
Justin Couch