Will BabylonNative support HDR textures?

Hi, will BabylonNative eventually support loading .hdr textures? I’m working with some artists that would prefer to use them over .env files.

Thanks!

The minimal issue tracking this is Support texture loaders in NativeEngine.ts · Issue #218 · BabylonJS/BabylonNative (github.com). We need this in order to support KTX and other texture formats as well. The good news for HDR is that the parser is completely written in JS unlike KTX which requires WASM and ideally web workers. Hopefully this means supporting HDR is just adding texture loader support and nothing else.

Contributions are welcome of course. :wink:

1 Like