summaryrefslogtreecommitdiffhomepage
path: root/examples/models/resources
diff options
context:
space:
mode:
authorprocfxgen <[email protected]>2021-09-04 19:55:09 +0200
committerGitHub <[email protected]>2021-09-04 19:55:09 +0200
commitdfc465ca6d5a22abe558c15af97376a955dc1954 (patch)
tree8b2c78b22e4339e2613ff0cac01da8f0233a2a17 /examples/models/resources
parent93168304cd377fabec9dfa88469f2cc635cd6326 (diff)
downloadraylib-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 'examples/models/resources')
-rw-r--r--examples/models/resources/vox/chr_knight.voxbin0 -> 31031 bytes
-rw-r--r--examples/models/resources/vox/chr_sword.voxbin0 -> 30775 bytes
-rw-r--r--examples/models/resources/vox/monu9.voxbin0 -> 160767 bytes
3 files changed, 0 insertions, 0 deletions
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
--- /dev/null
+++ b/examples/models/resources/vox/chr_knight.vox
Binary files 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
--- /dev/null
+++ b/examples/models/resources/vox/chr_sword.vox
Binary files differ
diff --git a/examples/models/resources/vox/monu9.vox b/examples/models/resources/vox/monu9.vox
new file mode 100644
index 00000000..fd771112
--- /dev/null
+++ b/examples/models/resources/vox/monu9.vox
Binary files differ