Vertex

Undocumented in source.

Constructors

this
this(float x, float y, float z, float nx, float ny, float nz, float u, float v)
Undocumented in source.
this
this(vec3 pos, vec3 normal, vec2 uv)
Undocumented in source.

Members

Static functions

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

Variables

normal
vec3 normal;
Undocumented in source.
pos
vec3 pos;
Undocumented in source.
uv
vec2 uv;
Undocumented in source.

Meta