Skip to content

Commit 9306d44

Browse files
committed
Update version number and readme.
1 parent c878edc commit 9306d44

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,13 @@ cgltf supports core glTF 2.0:
101101
- extras data
102102

103103
cgltf also supports some glTF extensions:
104+
- EXT_meshopt_compression
104105
- KHR_draco_mesh_compression (requires a library like [Google's Draco](https://github.com/google/draco) for decompression though)
105106
- KHR_lights_punctual
106107
- KHR_materials_clearcoat
107108
- KHR_materials_ior
108109
- KHR_materials_pbrSpecularGlossiness
110+
- KHR_materials_sheen
109111
- KHR_materials_specular
110112
- KHR_materials_transmission
111113
- KHR_materials_unlit

cgltf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* cgltf - a single-file glTF 2.0 parser written in C99.
33
*
4-
* Version: 1.8
4+
* Version: 1.9
55
*
66
* Website: https://github.com/jkuhlmann/cgltf
77
*

cgltf_write.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* cgltf_write - a single-file glTF 2.0 writer written in C99.
33
*
4-
* Version: 1.8
4+
* Version: 1.9
55
*
66
* Website: https://github.com/jkuhlmann/cgltf
77
*

0 commit comments

Comments
 (0)