block_side_texrot property

Pointer<ma_uint8> block_side_texrot
getter/setter pair

Array indexed by 3D coordinates encoding 2-bit texture rotations for the faces on the E/N/W/S sides of the block. Encode with STBVOX_MAKE_SIDE_TEXROT(rot_e, rot_n, rot_w, rot_s)

Implementation

external ffi.Pointer<ffi.UnsignedChar> block_side_texrot;