From f30755a87188dafd684f9592a8708ba8fa0d19e9 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 4 Nov 2022 11:59:37 +0000 Subject: [PATCH] Update README.md --- vendor/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vendor/README.md b/vendor/README.md index 1aedd799a..e7d8d4047 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -148,4 +148,14 @@ Includes full bindings and Windows `.lib` and `.dll`. [zlib](https://github.com/madler/zlib) data compression library See also LICENSE in the `zlib` directory itself. -Includes full bindings. \ No newline at end of file +Includes full bindings. + + +## cgltf + + +[cgltf](https://github.com/jkuhlmann/cgltf) is a [glTF2.0](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html) loader and writer. + +Used in: [bgfx](https://github.com/bkaradzic/bgfx), [Filament](https://github.com/google/filament), [gltfpack](https://github.com/zeux/meshoptimizer/tree/master/gltf), [raylib](https://github.com/raysan5/raylib), [Unigine](https://developer.unigine.com/en/docs/2.14.1/third_party?rlang=cpp#cgltf), and more! + +Se also LICENCE in `cgltf` directory itself. \ No newline at end of file