From dfc465ca6d5a22abe558c15af97376a955dc1954 Mon Sep 17 00:00:00 2001 From: procfxgen Date: Sat, 4 Sep 2021 19:55:09 +0200 Subject: 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 --- examples/models/resources/vox/chr_knight.vox | Bin 0 -> 31031 bytes examples/models/resources/vox/chr_sword.vox | Bin 0 -> 30775 bytes examples/models/resources/vox/monu9.vox | Bin 0 -> 160767 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/models/resources/vox/chr_knight.vox create mode 100644 examples/models/resources/vox/chr_sword.vox create mode 100644 examples/models/resources/vox/monu9.vox (limited to 'examples/models/resources') diff --git a/examples/models/resources/vox/chr_knight.vox b/examples/models/resources/vox/chr_knight.vox new file mode 100644 index 00000000..c921bf5c Binary files /dev/null and b/examples/models/resources/vox/chr_knight.vox differ diff --git a/examples/models/resources/vox/chr_sword.vox b/examples/models/resources/vox/chr_sword.vox new file mode 100644 index 00000000..05fc4826 Binary files /dev/null and b/examples/models/resources/vox/chr_sword.vox differ diff --git a/examples/models/resources/vox/monu9.vox b/examples/models/resources/vox/monu9.vox new file mode 100644 index 00000000..fd771112 Binary files /dev/null and b/examples/models/resources/vox/monu9.vox differ -- cgit v1.2.3