GLTFTextureWebPExtension constructor

GLTFTextureWebPExtension(
  1. dynamic parser
)

Implementation

GLTFTextureWebPExtension(this.parser) {
  name = gltfExtensions["EXT_TEXTURE_WEBP"]!;

  isSupported = null;
  loadTexture = loadTexture2;
}