KhronosGroup / glTF-Compressor

To store the source code for the glTF-Compressor project
Other
58 stars 6 forks source link

Uncaught TypeError: Cannot read properties of null (reading 'checked') #7

Closed Blitzy closed 1 year ago

Blitzy commented 1 year ago

Having an issue running any kind of texture compression on this glb. Any time i press the 'Compress Textures' button the following error toast is shown and the following error is logged to the console. This error also occurs when I select an options from the 'Select by Type' dropdown menu.

Error toast: Screenshot 2023-08-11 at 9 56 31 AM

Console error: Screenshot 2023-08-11 at 9 56 45 AM

glb: human_heart_3d_model_fbx_gltf.glb.zip

abasilak commented 1 year ago

Note that Human Heart model includes images with ICC profiles. While glTF rendering ignores them (as spec suggests), compression leads to inaccurate results. To be solved in #15