GLRenderer

Undocumented in source.

Constructors

this
this(GameManager game)

Use Renderer.rendererFactory()

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.
renderModel
void renderModel(Model model_)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Renderer

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.

setScene
void setScene(Scene scene)

The scene that is currently being rendered.

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

Render the scene

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

Meta