Add vheight documentation;

Add a missing vheight case;
Add STBVOX_CONFIG_VHEIGHT_IN_LIGHTING;
Fix broken STBVOX_CONFIG_ROTATION_IN_LIGHTING that was broken when I incompletely refactored the #define
This commit is contained in:
Sean Barrett
2015-04-11 01:01:57 -07:00
parent b7570147f7
commit e2b645e4d7
3 changed files with 149 additions and 38 deletions

View File

@ -26,7 +26,7 @@
//#define STBVOX_CONFIG_TEX1_EDGE_CLAMP
#define STBVOX_CONFIG_DISABLE_TEX2
#define STBVOX_ROTATION_IN_LIGHTING
#define STBVOX_CONFIG_ROTATION_IN_LIGHTING
#define STB_VOXEL_RENDER_IMPLEMENTATION
#include "stb_voxel_render.h"

View File

@ -3,7 +3,7 @@
#include "stb.h"
#define STBVOX_ROTATION_IN_LIGHTING
#define STBVOX_CONFIG_ROTATION_IN_LIGHTING
#include "stb_voxel_render.h"
typedef struct