You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The attached model runs through gltf-transform etc1s without error, but the resulting texture is 8x0 pixels and can't be loaded anymore (throws exception in gltf.report and elsewhere).
Run gltf-transform etc1s TexturedCube.glb TexturedCube.etc1s.glb
Open the result in gltf.report
Expected behavior
Has same appearance as original file, does not throw exception.
Alternative: gltf-transform should log an error if this file can't be processed for some reason (but generally I think "everything should pass" in the sense of a pipeline tool/step).
Additional context
The error logged is
Error: THREE.KTX2Loader: Invalid texture
at a816abbe-5888-4dab-9200-d3bd76c69d3a:29:1367
at a816abbe-5888-4dab-9200-d3bd76c69d3a:29:1887
(anonymous) @ a816abbe-5888-4dab-9200-d3bd76c69d3a:29
bundle.js:2 THREE.GLTFLoader: Couldn't load texture blob:https://gltf.report/7406afd6-8a1b-48ad-88ed-fba2ea534bf9
The text was updated successfully, but these errors were encountered:
Describe the bug
The attached model runs through gltf-transform etc1s without error, but the resulting texture is 8x0 pixels and can't be loaded anymore (throws exception in gltf.report and elsewhere).
To Reproduce
Steps to reproduce the behavior:
gltf-transform etc1s TexturedCube.glb TexturedCube.etc1s.glb
Expected behavior
Has same appearance as original file, does not throw exception.
Alternative: gltf-transform should log an error if this file can't be processed for some reason (but generally I think "everything should pass" in the sense of a pipeline tool/step).
Additional context
The error logged is
The text was updated successfully, but these errors were encountered: