tinygltf
tinygltf copied to clipboard
[feature] Support HDR texture
trafficstars
Support HDR image format for the texture as an extension.
- [x] 16bit PNG
- [ ] Radiance RGBE
- [ ] EXR(through TinyEXR)
- [ ] DNG/TIFF(through tinydngloader)
- [ ] BC6H
- [ ] HDR format from KTX/KTX2?
I would try using openexr first since it's your library :)
You can send us PR of EXR support(e.g. TINYGLTF_ENABLE_EXR)