mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
* Added example for gltf animation and split some functions for loading model animations into IQM and GLTF similar to how models are being loaded. * Removed wrongly duplicated function * Bone loading for gltf model (not working at this point) * Loading info about vertex to joint connection but animation is still not working * Skeleton and pose is correctly loaded. Need to communicate about interpolation in GLTF * The model almost looks like a real person on animation. * Fixed model loading with bones. Also updated license info on the model. * Cleaned up some code and updated examples. * Fix identation issues * Fix identation issues * Fix identation issues |
||
|---|---|---|
| .. | ||
| 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_heightmap.c | ||
| models_heightmap.png | ||
| models_loading.c | ||
| models_loading.png | ||
| 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 | ||