This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
tinygltf
Watch
1
Star
0
Fork
0
You've already forked tinygltf
mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced
2025-04-23 06:29:54 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tinygltf
/
examples
/
gltfutil
History
Arthur Brainville (Ybalrid)
853f6df7b5
Simplify byteswap code to convert to big endian 16bit
2019-03-03 16:26:20 +01:00
..
CMakeLists.txt
Add lodepng to save 16bit PNG.
2019-03-03 17:04:49 +09:00
gltfuilconfig.h
Reorder 16 bit pixel data to big endian when saving it as 16 png, since lodepng::encode expects image data is in big endian manner.
2019-03-03 21:21:18 +09:00
main.cc
Reorder 16 bit pixel data to big endian when saving it as 16 png, since lodepng::encode expects image data is in big endian manner.
2019-03-03 21:21:18 +09:00
stb_image_write.h
Added basic texture dumper
2018-03-19 17:11:53 +01:00
texture_dumper.cc
Simplify byteswap code to convert to big endian 16bit
2019-03-03 16:26:20 +01:00
texture_dumper.h
Reorder 16 bit pixel data to big endian when saving it as 16 png, since lodepng::encode expects image data is in big endian manner.
2019-03-03 21:21:18 +09:00