Closed abdo643-HULK closed 4 months ago
See https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_texture_webp.
Not sure if I should check for the required_extensions inside Texture (I put it there for now) or if I should move it to the extensions validate method. Or If I should skip the check altogether and always check for a default.
required_extensions
Texture
validate
See https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_texture_webp.
Not sure if I should check for the
required_extensions
insideTexture
(I put it there for now) or if I should move it to the extensionsvalidate
method. Or If I should skip the check altogether and always check for a default.