Model

Undocumented in source.

Constructors

this
this(GameManager game, Vertex[] vertices, uint[] indices, Texture texture, ShaderProgram shader)
Undocumented in source.

Members

Functions

cleanup
void cleanup()
Undocumented in source.
render
void render(Renderer renderer)
Undocumented in source. Be warned that the author may not have intended to support it.
render_
void render_(Renderer renderer)
Undocumented in source.

Properties

indices
uint[] indices [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
shader
ShaderProgram shader [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
texture
Texture texture [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
texture
Texture texture [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

modelFactory
Model modelFactory(GameManager game, Vertex[] vertices, uint[] indices, Texture texture, ShaderProgram shader, GraphicsBackendType backend)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_indices
uint[] _indices;
Undocumented in source.
_shader
ShaderProgram _shader;
Undocumented in source.
_texture
Texture _texture;
Undocumented in source.
vertices
Vertex[] vertices;
Undocumented in source.

Meta