Class DefaultSensorManager

java.lang.Object
org.web3d.vrml.renderer.common.input.DefaultSensorManager
All Implemented Interfaces:
SensorManager

public class DefaultSensorManager extends Object implements SensorManager
Common implementation of the SensorManager interface for all renderers.

This base class handles the basic management needs of the sensor manager, such as sorting and processing the various sensor types. Renderer-specific extensions then process the sensors according to their specific needs.

Version:
$Revision: 1.12 $
Author:
Alan Hudson