GLTFTextureBasisUExtension constructor

GLTFTextureBasisUExtension(
  1. dynamic parser
)

Implementation

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