diff options
| author | procfxgen <[email protected]> | 2021-09-04 19:55:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-04 19:55:09 +0200 |
| commit | dfc465ca6d5a22abe558c15af97376a955dc1954 (patch) | |
| tree | 8b2c78b22e4339e2613ff0cac01da8f0233a2a17 /src/config.h | |
| parent | 93168304cd377fabec9dfa88469f2cc635cd6326 (diff) | |
| download | raylib-dfc465ca6d5a22abe558c15af97376a955dc1954.tar.gz raylib-dfc465ca6d5a22abe558c15af97376a955dc1954.zip | |
new models_magicavoxel_loading example (#1940)
* new models_magicavoxel_loading example
* Portable header-only file "magicavoxel_loader.h" for MagicaVoxel loader example.
* models_magicavoxel_loading example added to CMakeLists.txt and Makefile
* fix models_magicavoxel_loading example for linux.
* * vox_loader into "src/external/vox_loader.h"
* vox file support for "models.c"
* updated example "models/models_magicavoxel_loading.c"
* * Fix Vox_FreeArrays (removed memory leak)
* * removed magicavoxel_loader.h
* * Revert vs2019 solution
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index b7358d7e..b244add6 100644 --- a/src/config.h +++ b/src/config.h @@ -182,6 +182,7 @@ #define SUPPORT_FILEFORMAT_MTL 1 #define SUPPORT_FILEFORMAT_IQM 1 #define SUPPORT_FILEFORMAT_GLTF 1 +#define SUPPORT_FILEFORMAT_VOX 1 // Support procedural mesh generation functions, uses external par_shapes.h library // NOTE: Some generated meshes DO NOT include generated texture coordinates #define SUPPORT_MESH_GENERATION 1 |
