i'm trying react-three/cannon and my goal is to drop a "Cube" and a "GLTF model" from a position and let them land on a "Floor". it works well for the Cube (he touches the "Floor") but the "GLTF model" drops but never touch the "Floor"...
I think that there's an offset in the model or maybe some scale natively but i cant figure it out. enter image description here I have some code and a video to illustrate. Thank you all for your help guys !!! enter image description here
Have you checked where the origin of the GLTF-model is? I often find models on the web where it is not in the center of mass of the geometry. If you work with Blender right click the model and choose 'set origin' and then 'center of mass volume'. You can also check where the physics box of the GLFT is by making it visible. Add another tag in the physics tag named
<Debug color='black'></Debug>and add your JSXs inside the debug tag.