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
When attempting to import a Draco-compressed .glb file in Blender and using it within a <RigidBody colliders="hull"> component, I encounter an error stating "expected instance of BA". This issue prevents the proper creation of colliders, hindering the use of physics with the imported model.
Import the compressed .glb model into a React Three Fiber scene.
Wrap the model with a <RigidBody colliders="hull"> component.
Observe the error upon loading the scene.
Expected Behavior
The Draco-compressed .glb model should be correctly imported and wrapped with the specified collider without any errors, as it happens with other compressed .glbs.
Actual Behavior
An error is thrown during the creation of the collider, specifically when the component attempts to process the Draco-compressed model.
Description
When attempting to import a Draco-compressed .glb file in Blender and using it within a
<RigidBody colliders="hull">
component, I encounter an error stating "expected instance of BA". This issue prevents the proper creation of colliders, hindering the use of physics with the imported model.Steps to Reproduce
<RigidBody colliders="hull">
component.Expected Behavior
The Draco-compressed .glb model should be correctly imported and wrapped with the specified collider without any errors, as it happens with other compressed .glbs.
Actual Behavior
An error is thrown during the creation of the collider, specifically when the component attempts to process the Draco-compressed model.
Error stack
The text was updated successfully, but these errors were encountered: