block_tex1 property
Array indexed by blocktype containing the geometry for this block, plus a 2-bit "simple rotation". Note rotation has limited use since it's not independent of blocktype.
Encode with STBVOX_MAKE_GEOMETRY(geom,simple_rot,0)
Implementation
external ffi.Pointer<ffi.UnsignedChar> block_tex1;