From 52c23814dbb60c2fbb54750ddf41d342d432a498 Mon Sep 17 00:00:00 2001 From: Johannes Kuhlmann Date: Thu, 25 Apr 2024 22:18:43 +0200 Subject: [PATCH] Update version number to 1.14. --- 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 e2aa6b4..02e611c 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,9 @@ cgltf also supports some glTF extensions: - EXT_meshopt_compression - KHR_draco_mesh_compression (requires a library like [Google's Draco](https://github.com/google/draco) for decompression though) - KHR_lights_punctual +- KHR_materials_anisotropy - KHR_materials_clearcoat +- KHR_materials_dispersion - KHR_materials_emissive_strength - KHR_materials_ior - KHR_materials_iridescence @@ -114,7 +116,6 @@ cgltf also supports some glTF extensions: - KHR_materials_unlit - KHR_materials_variants - KHR_materials_volume -- KHR_materials_anisotropy - KHR_texture_basisu (requires a library like [Binomial Basisu](https://github.com/BinomialLLC/basis_universal) for transcoding to native compressed texture) - KHR_texture_transform diff --git a/cgltf.h b/cgltf.h index 3231201..17dc0ca 100644 --- a/cgltf.h +++ b/cgltf.h @@ -1,7 +1,7 @@ /** * cgltf - a single-file glTF 2.0 parser written in C99. * - * Version: 1.13 + * Version: 1.14 * * Website: https://github.com/jkuhlmann/cgltf * diff --git a/cgltf_write.h b/cgltf_write.h index d5615cd..aa648a4 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.13 + * Version: 1.14 * * Website: https://github.com/jkuhlmann/cgltf *