I have a 3D model which has an array of animations, the issue I am facing is that the model's animation starts in such a way that the model is flipped closed and after that, it flips open. The model's Physical dimensions are not updating when the model flip opens it stays the way it was before making it go under the collision surface.
Description:
I have a 3D model which has an array of animations, the issue I am facing is that the model's animation starts in such a way that the model is flipped closed and after that, it flips open. The model's Physical dimensions are not updating when the model flip opens it stays the way it was before making it go under the collision surface.
Video:
https://github.com/pmndrs/react-three-rapier/assets/58696726/36b8e030-57fa-4fb7-b6d8-5a0b33c6410d
Tried Solutions:
I have tried to update the physics by decreasing the timestamp of it getting updated but no results there too.
Source Code: