include stb_connected_components.h in main stb compile tests, add test app

This commit is contained in:
Sean Barrett
2016-04-16 09:14:39 -07:00
parent 435e0c757c
commit 1392344cdd
7 changed files with 17 additions and 3 deletions

View File

@ -9,6 +9,7 @@
#define STB_RECT_PACK_IMPLEMENTATION
#define STB_VOXEL_RENDER_IMPLEMENTATION
#define STB_EASY_FONT_IMPLEMENTATION
#define STB_CONNECTED_COMPONENTS_IMPLEMENTATION
#include "stb_easy_font.h"
#include "stb_herringbone_wang_tile.h"
@ -21,6 +22,10 @@
#include "stb_image_resize.h"
#include "stb_rect_pack.h"
#define STBCC_GRID_COUNT_X_LOG2 10
#define STBCC_GRID_COUNT_Y_LOG2 10
#include "stb_connected_components.h"
#define STBVOX_CONFIG_MODE 1
#include "stb_voxel_render.h"