summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_loading_gltf.c
AgeCommit message (Collapse)Author
2024-07-04Example reviewRay
2024-01-02Update copyright to 2024Ray
2023-11-08Reviewed some examples and warningsRay
2023-08-27Fix example/models/models_loading_gltf.c controls (#3268)Asdqwe
2023-05-07Added ModelAnimation.name, initially with GLTF animation names loaded (#3044)Alfred Reinold Baudisch
2023-02-14REVIEWED: Camera redesign PRRay
2023-02-14WIP rcamera redesign vector (#2563)Crydsch Cube
* core functionality CAMERA_FREE * fix example * add remaining camera modes * add view bobbing * view bobbing * catch curser in SetCameraMode * adjust examples * fix compilation on linux * fix example text_draw_3d * actually fix text_draw_3d * Updated camera API * Improve Vector3RotateByAxisAngle() function * remove camera.mode dependency from low-level functions * remove camera.mode from struct * fixes after rebase * adjust examples for new UpdateCamera function * adjust example models_loading_m3d --------- Co-authored-by: Ray <[email protected]>
2023-01-02Update models_loading_gltf.cRay
2023-01-02Update models_loading_gltf.cRay
2023-01-02REVIEWED: GLTF animations support #2844Ray
2023-01-02[models] Add GLTF animation support (#2844)Charles
* add GLTF animation support * use correct index when allocating animVertices and animNormals * early exit LoadModelAnimationsGLTF if the gtlf file fails to parse * update models/models_loading_gltf.c to play gltf animation Updated the .blend file to use weights rather than bone parents so it fits into the framework. Exported with weights to the .glb file. * fix order of operations for bone scale in UpdateModelAnimation * minor doc cleanup and improvements * fix formatting * fix float formatting * fix brace alignment and replace asserts with log messages
2023-01-01Update year to 2023Ray
2022-08-02Remove unneeded commentRay
2022-07-20REVIEWED: examples descriptionsRay
2022-07-01REVIEWED: example: gltf models loading -WIP-Ray
2022-06-21Added new comment to examplesRay
2021-10-14Review some commentsraysan5
2021-10-14Review examplesraysan5
2021-10-12Reviewed models examples pathsraysan5
2021-10-12Rename examples for consistencyraysan5