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
Filament panics after loading a model with an added "Color attribute" in Blender. The model doesn't have any errors in "glTF-Validator," and removing the "Color attribute" fixes the error. The model is also rendered properly in three.js.
To Reproduce
Steps to reproduce the behavior:
Load model.
Panic.
Expected behavior
Proper error message, or a loaded model.
Logs
Panic
in build:189
reason: At least one buffer slot was never assigned to an attribute.
Desktop:
OS: [Android]
GPU: [Mali-G710 MP7]
Backend: [OpenGL]
Smartphone:
Device: [e.g. Pixel 7]
OS: [e.g. Android 14]
Additional context
Problem is also reproducable in web viewer. I've attached a simple cube that reproduces the error.
Describe the bug
Filament panics after loading a model with an added "Color attribute" in Blender. The model doesn't have any errors in "glTF-Validator," and removing the "Color attribute" fixes the error. The model is also rendered properly in three.js.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Proper error message, or a loaded model.
Logs
Desktop:
Smartphone:
Additional context
Problem is also reproducable in web viewer. I've attached a simple cube that reproduces the error.
panic-cube.glb.zip
The text was updated successfully, but these errors were encountered: