mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-13 18:58:53 +00:00
Compare commits
12 Commits
wuffs
...
remove-ass
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6817d206b | ||
|
|
c201efb998 | ||
|
|
b88e9cc52a | ||
|
|
9417144f48 | ||
|
|
07616e8190 | ||
|
|
bec8a6d54f | ||
|
|
157063fa1b | ||
|
|
c164878d0f | ||
|
|
d852f50d49 | ||
|
|
22cafa1032 | ||
|
|
47208b234d | ||
|
|
5a6df34d99 |
11
README.md
11
README.md
@@ -197,17 +197,6 @@ if (!ret) {
|
||||
* `TINYGLTF_USE_RAPIDJSON` : Use RapidJSON as a JSON parser/serializer. RapidJSON files are not included in TinyGLTF repo. Please set an include path to RapidJSON if you enable this feature.
|
||||
* `TINYGLTF_USE_CPP14` : Use C++14 feature(requires C++14 compiler). This may give better performance than C++11.
|
||||
|
||||
### Wuffs image loader option(faster and secure JPEG/PNG deocoding)
|
||||
|
||||
You can use `wuffs` image loader to load JPEG and PNG in fast and securely.
|
||||
(`stb_image` has some security issues, whereas `wuffs` is well fuzz tested)
|
||||
|
||||
Not that some uncommon JPEG format is unsupported in `wuffs` `std/jpeg` decoder.
|
||||
|
||||
* `TINYGLTF_USE_WUFFS_IMAGE_LOADER` : Use `wuffs` to load images. `stb_image` related stuff will be disabled.
|
||||
* `TINYGLTF_NO_STB_IMAGE` supercedes `wuffs` macros. i.e. when `TINYGLTF_NO_STB_IMAGE` is defined, both `stb_image` and `wuffs` are disabled.
|
||||
* `TINYGLTF_NO_WUFFS_IMPLEMENTATION` : Do not define `WUFFS_IMPLEMENTATION` inside `tiny_gltf.h`. Define this macro if you use `wuffs` in another C/C++ file.
|
||||
|
||||
|
||||
## CMake options
|
||||
|
||||
|
||||
822
tiny_gltf.h
822
tiny_gltf.h
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user