metaballs

Undocumented in source.

Members

Functions

main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
triangulate
uint32_t triangulate(uint8_t* _result, uint32_t _stride, const(float)* _rgb, const(float)* _xyz, const(Grid*)* _val, float _iso)
Undocumented in source. Be warned that the author may not have intended to support it.
vertLerp
float vertLerp(float* _result, float _iso, uint32_t _idx0, float _v0, uint32_t _idx1, float _v1)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

s_cube
float[3][8] s_cube;
Undocumented in source.
s_edges
uint16_t[256] s_edges;
Undocumented in source.
s_indices
int8_t[16][256] s_indices;
Undocumented in source.

Structs

Grid
struct Grid
Undocumented in source.
PosNormalColorVertex
struct PosNormalColorVertex
Undocumented in source.

Meta