meld ~master (2014-08-17T13:41:53Z)
Dub
Repo
Vertex
meld
mesh
Undocumented in source.
struct
Vertex {
this
(float x, float y, float z, float nx, float ny, float nz, float u, float v);
this
(vec3 pos, vec3 normal, vec2 uv);
vec3
pos
;
vec3
normal
;
vec2
uv
;
static
void
SetupLayout
();
}
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
Source
See Implementation
meld
mesh
classes
Mesh
structs
MeshData
Vertex