File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ cgltf also supports some glTF extensions:
104104- KHR_draco_mesh_compression (requires a library like [ Google's Draco] ( https://github.com/google/draco ) for decompression though)
105105- KHR_lights_punctual
106106- KHR_materials_clearcoat
107- - KHR_materials_transmission
108107- KHR_materials_pbrSpecularGlossiness
108+ - KHR_materials_transmission
109109- KHR_materials_unlit
110110- KHR_texture_transform
111111
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.6
4+ * Version: 1.7
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.6
4+ * Version: 1.7
55 *
66 * Website: https://github.com/jkuhlmann/cgltf
77 *
You can’t perform that action at this time.
0 commit comments