File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,13 @@ cgltf supports core glTF 2.0:
101101- extras data
102102
103103cgltf 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
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments