Skip to content

Commit

Permalink
Update version number to 1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuhlmann committed Apr 25, 2024
1 parent de39988 commit 52c2381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cgltf.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion cgltf_write.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down

0 comments on commit 52c2381

Please sign in to comment.