GLTFTextureBasisUExtension constructor
GLTFTextureBasisUExtension(
- dynamic parser
Implementation
GLTFTextureBasisUExtension(this.parser) {
name = gltfExtensions["KHR_TEXTURE_BASISU"]!;
loadTexture = loadTexture2;
}