From bc135664991d100d9ac00ac88154924e0135686c Mon Sep 17 00:00:00 2001 From: Johannes Kuhlmann Date: Thu, 23 Apr 2020 07:50:47 +0200 Subject: [PATCH] Update README and bump version number. --- README.md | 3 ++- cgltf.h | 2 +- cgltf_write.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8893ce..7a4933f 100644 --- a/README.md +++ b/README.md @@ -101,11 +101,12 @@ cgltf supports core glTF 2.0: - extras data cgltf also supports some glTF extensions: +- KHR_draco_mesh_compression (requires a library like [Google's Draco](https://github.com/google/draco) for decompression though) - KHR_lights_punctual +- KHR_materials_clearcoat - KHR_materials_pbrSpecularGlossiness - KHR_materials_unlit - KHR_texture_transform -- KHR_draco_mesh_compression (requires a library like [Google's Draco](https://github.com/google/draco) for decompression though) cgltf does **not** yet support unlisted extensions. diff --git a/cgltf.h b/cgltf.h index 97a23b4..aa38026 100644 --- a/cgltf.h +++ b/cgltf.h @@ -1,7 +1,7 @@ /** * cgltf - a single-file glTF 2.0 parser written in C99. * - * Version: 1.5 + * Version: 1.6 * * Website: https://github.com/jkuhlmann/cgltf * diff --git a/cgltf_write.h b/cgltf_write.h index 5bd7524..9015138 100644 --- a/cgltf_write.h +++ b/cgltf_write.h @@ -1,7 +1,7 @@ /** * cgltf_write - a single-file glTF 2.0 writer written in C99. * - * Version: 1.5 + * Version: 1.6 * * Website: https://github.com/jkuhlmann/cgltf *