GLTFTextureBasisUExtension constructor

GLTFTextureBasisUExtension(
  1. GLTFParser parser
)

Implementation

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