Hi,
any way to do the same for ktx2Decoder ?
It is loaded from preview.babylonjs too. But I would like to import it locally.
I see the tooling here, but no wasm files: https://github.com/BabylonJS/Babylon.js/tree/master/packages/tools/ktx2Decoder
Having similar configuration like for dracocompression would be nice
Best!
Edit: Found this:
import { KhronosTextureContainer2 } from '@babylonjs/core/Misc/khronosTextureContainer2'
KhronosTextureContainer2.URLConfig
and this: Load KTX2 de/transcoder from own server