derelict-bgfx v1.0.0 (2014-06-27T15:28:36Z)
Home
Dub
Repo
PosNormalColorVertex
metaballs
Undocumented in source.
struct
PosNormalColorVertex {
vec3f
m_pos
;
vec3f
m_normal
;
uint32_t
m_abgr
;
static
void
init
();
static
bgfx_vertex_decl_t
ms_decl
;
}
Members
Static functions
init
void
init
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
ms_decl
bgfx_vertex_decl_t
ms_decl
;
Undocumented in source.
Variables
m_abgr
uint32_t
m_abgr
;
Undocumented in source.
m_normal
vec3f
m_normal
;
Undocumented in source.
m_pos
vec3f
m_pos
;
Undocumented in source.
Meta
Source
See Implementation
metaballs
functions
main
triangulate
vertLerp
static variables
s_cube
s_edges
s_indices
structs
Grid
PosNormalColorVertex