away3d.core.managers

..
AGALProgram3DCache

Mouse3DManager

Mouse3DManager enforces a singleton pattern and is not intended to be instanced. it provides a manager class for detecting 3D mouse hits on View3D objects and sending out 3D mouse events.

RTTBufferManager

Stage3DManager

The Stage3DManager class provides a multiton object that handles management for Stage3D objects. Stage3D objects should not be requested directly, but are exposed by a Stage3DProxy.

Stage3DProxy

Stage3DProxy provides a proxy class to manage a single Stage3D instance as well as handling the creation and attachment of the Context3D (and in turn the back buffer) is uses. Stage3DProxy should never be created directly, but requested through Stage3DManager.

Touch3DManager

TouchPoint