setKTX2Loader is a method and not a property – you’ll want to do this:
loader.setKTX2Loader(this.ktx2Loader);
The webgl / loaders / gltf / compressed example is a good reference as well.
setKTX2Loader is a method and not a property – you’ll want to do this:
loader.setKTX2Loader(this.ktx2Loader);
The webgl / loaders / gltf / compressed example is a good reference as well.