WebP throws error

#7
by SeeTheWorld - opened

Is this GLTF 2.0 compliant? WebP material throws an error in my DCC (Houdini).

try the following command to replace webp textures with png:

npx @gltf-transform/cli png ~/input.glb ~/input_converted.glb --formats "*"

this should be a setting in my opinion

we need here additional gui-key to switch off using webp for textures. Modern DCCs does not contain extension for webp-images in their gltf importers (as Houdini for example). Of course, you may clone space and make this switch for your needs

Sign up or log in to comment