Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy committed Jan 25, 2024
1 parent 27ed156 commit 759134a
Show file tree
Hide file tree
Showing 6 changed files with 10,953 additions and 298 deletions.
5 changes: 4 additions & 1 deletion exts/cgltf/cgltf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,14 @@ cgltf supports core glTF 2.0:
- extras data

cgltf also supports some glTF extensions:
- EXT_mesh_gpu_instancing
- 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_clearcoat
- KHR_materials_emissive_strength
- KHR_materials_ior
- KHR_materials_iridescence
- KHR_materials_pbrSpecularGlossiness
- KHR_materials_sheen
- KHR_materials_specular
Expand Down Expand Up @@ -133,14 +135,15 @@ Everyone is welcome to contribute to the library. If you find any problems, you
## Dependencies
None.

C headers being used by implementation:
C headers being used by the implementation:
```
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <assert.h> // If asserts are enabled.
```

Note, this library has a copy of the [JSMN JSON parser](https://github.com/zserge/jsmn) embedded in its source.
Expand Down
Loading

0 comments on commit 759134a

Please sign in to comment.