summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRay <[email protected]>2021-10-23 20:23:16 +0200
committerGitHub <[email protected]>2021-10-23 20:23:16 +0200
commitd02310e8ce7b60b97ca8fab1ec65600057cd5d36 (patch)
tree9544a59302df94d632531746883795706d7995f0 /README.md
parent62965aa6d7bd58f88f7be5c2d6060f3c9cfa28b6 (diff)
downloadraylib-d02310e8ce7b60b97ca8fab1ec65600057cd5d36.tar.gz
raylib-d02310e8ce7b60b97ca8fab1ec65600057cd5d36.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07077c5b..0af3938f 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ features
- Multiple texture formats supported, including **compressed formats** (DXT, ETC, ASTC)
- **Full 3D support**, including 3D Shapes, Models, Billboards, Heightmaps and more!
- Flexible Materials system, supporting classic maps and **PBR maps**
- - **Animated 3D models** supported (skeletal bones animation) (IQM, glTF)
+ - **Animated 3D models** supported (skeletal bones animation) (IQM)
- Shaders support, including model and **postprocessing** shaders.
- **Powerful math module** for Vector, Matrix and Quaternion operations: [raymath](https://github.com/raysan5/raylib/blob/master/src/raymath.h)
- Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD)