RenderManager

RenderManager

The render manager is a view-side service with the public name "RenderManager". It provides a basic WebGL renderer that you can use for testing and to make simple apps. If you want to use the render manager, add it as a service to your root view. Pawns with the PM_Visible and PM_Camera mixins interface with the render manager.

Note: The render manager requires the inputManager.

class MyViewRoot extends ViewRoot {
 static viewServices() { return [InputManager, RenderManager];}
 }
}

Extends

  • ViewService