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