GLTFTextureWebPExtension constructor
GLTFTextureWebPExtension(
- dynamic parser
Implementation
GLTFTextureWebPExtension(this.parser) {
name = gltfExtensions["EXT_TEXTURE_WEBP"]!;
isSupported = null;
loadTexture = loadTexture2;
}