Renderer

The main class that handles rendering on the screen.

Constructors

this
this(GameManager game)
Undocumented in source.

Members

Functions

finishRender
void finishRender()
Undocumented in source. Be warned that the author may not have intended to support it.
prepareRender
void prepareRender()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()

Render the scene

renderModel
void renderModel(Model model)
Undocumented in source.
setScene
void setScene(Scene scene)

The scene that is currently being rendered.

Properties

game
GameManager game [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scene
Scene scene [@property getter]

The scene that is currently being rendered.

Static functions

rendererFactory
Renderer rendererFactory(GameManager game, GraphicsBackendType backend)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta