block_tex1 property

Pointer<ma_uint8> block_tex1
getter/setter pair

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;