Skip to content

Commit

Permalink
Update README and bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuhlmann committed Apr 23, 2020
1 parent 33f6d6b commit bc13566
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 @@ -101,11 +101,12 @@ cgltf supports core glTF 2.0:
- extras data

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_pbrSpecularGlossiness
- KHR_materials_unlit
- KHR_texture_transform
- KHR_draco_mesh_compression (requires a library like [Google's Draco](https://github.com/google/draco) for decompression though)

cgltf does **not** yet support unlisted extensions.

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.5
* Version: 1.6
*
* 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.5
* Version: 1.6
*
* Website: https://github.com/jkuhlmann/cgltf
*
Expand Down

0 comments on commit bc13566

Please sign in to comment.