From f625d445beae767a5012c4bf2354945289e76526 Mon Sep 17 00:00:00 2001 From: Johannes Kuhlmann Date: Tue, 4 Aug 2020 21:56:22 +0200 Subject: [PATCH] Update version number. --- README.md | 2 +- cgltf.h | 2 +- cgltf_write.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd289c4..676e793 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ 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_transmission - KHR_materials_pbrSpecularGlossiness +- KHR_materials_transmission - KHR_materials_unlit - KHR_texture_transform diff --git a/cgltf.h b/cgltf.h index a87b070..479445f 100644 --- a/cgltf.h +++ b/cgltf.h @@ -1,7 +1,7 @@ /** * cgltf - a single-file glTF 2.0 parser written in C99. * - * Version: 1.6 + * Version: 1.7 * * Website: https://github.com/jkuhlmann/cgltf * diff --git a/cgltf_write.h b/cgltf_write.h index a5524fc..43845b0 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.6 + * Version: 1.7 * * Website: https://github.com/jkuhlmann/cgltf *