block_texlerp property

Pointer<ma_uint8> block_texlerp
getter/setter pair

Array indexed by blocktype and face containing the color value to apply to that face. The core color value is 0..63. Encode with STBVOX_MAKE_COLOR(color_number, tex1_enable, tex2_enable)

Implementation

external ffi.Pointer<ffi.UnsignedChar> block_texlerp;