paradowskicreative / ZenCompress

Fine-grain texture compression for glTF 3D assets
MIT License
66 stars 2 forks source link

.hdr format passthrough #1

Closed ConorWoodard closed 1 year ago

ConorWoodard commented 1 year ago

This is an excellent tool! It fails to export with .glb files that have .HDR in them. Basisu doesn't currently support .HDR formats, but it would be extremely helpful if this tool could safely pass them through while still working on compatible file types.

EthanMichalicek commented 1 year ago

This is an excellent tool! It fails to export with .glb files that have .HDR in them. Basisu doesn't currently support .HDR formats, but it would be extremely helpful if this tool could safely pass them through while still working on compatible file types.

This is something we will work on, Conor!

EthanMichalicek commented 1 year ago

This feature has been added! HDR is now supported as passthrough when using the MOZ_texture_rgbe extension.

https://github.com/paradowskicreative/ZenCompress/releases/tag/1.4.3