added input.packed_compact for storing most of the major 2/3-bit values in one byte

This commit is contained in:
Sean Barrett
2015-04-12 01:23:18 -07:00
parent 75f69ce5ed
commit 9534eb2e08
2 changed files with 124 additions and 30 deletions

View File

@ -25,8 +25,9 @@
//#define STBVOX_CONFIG_UNPREMULTIPLY // slower, fixes alpha test makes windows & fancy leaves look better
//#define STBVOX_CONFIG_TEX1_EDGE_CLAMP
#define STBVOX_CONFIG_DISABLE_TEX2
//#define STBVOX_CONFIG_DOWN_TEXLERP_PACKED
#define STBVOX_CONFIG_ROTATION_IN_LIGHTING
#define STB_VOXEL_RENDER_IMPLEMENTATION
#include "stb_voxel_render.h"