mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
* 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 * * vox_loader.h -> Support custom memory allocators * vox_loader.h -> Reverse Y<>Z for left to right handed system * models/models_magicavoxel_loading.c -> fix model center * * vox_loader.h -> Removed Raylib dependencies * * Changed Vox_LoadFileName to Vox_LoadFromMemory |
||
|---|---|---|
| .. | ||
| resources | ||
| models_animation.c | ||
| models_animation.png | ||
| models_billboard.c | ||
| models_billboard.png | ||
| models_box_collisions.c | ||
| models_box_collisions.png | ||
| models_cubicmap.c | ||
| models_cubicmap.png | ||
| models_first_person_maze.c | ||
| models_first_person_maze.png | ||
| models_geometric_shapes.c | ||
| models_geometric_shapes.png | ||
| models_gltf_animation.c | ||
| models_gltf_model.c | ||
| models_gltf_model.png | ||
| models_heightmap.c | ||
| models_heightmap.png | ||
| models_loading.c | ||
| models_loading.png | ||
| models_magicavoxel_loading.c | ||
| models_material_pbr.c | ||
| models_material_pbr.png | ||
| models_mesh_generation.c | ||
| models_mesh_generation.png | ||
| models_mesh_picking.c | ||
| models_mesh_picking.png | ||
| models_orthographic_projection.c | ||
| models_orthographic_projection.png | ||
| models_rlgl_solar_system.c | ||
| models_rlgl_solar_system.png | ||
| models_skybox.c | ||
| models_skybox.png | ||
| models_waving_cubes.c | ||
| models_waving_cubes.png | ||
| models_yaw_pitch_roll.c | ||
| models_yaw_pitch_roll.png | ||
| rlights.h | ||