Mesh

Undocumented in source.

Constructors

this
this(V[] verts, ushort[] indices, GLenum drawMode)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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

Static functions

CreateCone
Mesh CreateCone(int segments)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateCube
Mesh CreateCube()
Undocumented in source. Be warned that the author may not have intended to support it.
CreateCylinder
Mesh CreateCylinder(int segments)
Undocumented in source. Be warned that the author may not have intended to support it.
CreatePlane
Mesh CreatePlane(float width, float height)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateSphere
Mesh CreateSphere(int rings, int segments, bool flip)
Undocumented in source. Be warned that the author may not have intended to support it.
LoadMesh
Mesh LoadMesh(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta