Hi everyone!
I’m trying to replicate this example of @drcmda : plane-Project
with @react-three/rapier
i,e with physics engine. but got stuck at a point for days now which is how could I apply force on mouse click to move the object. I tried manually changing the positions with useDrag but its overlapping. when I apply some kind of force like gavity to x or z axis or applyImpulse
to RigidBody they are colliding with each other.
Here’s is my sandbox: r3f-rapier
Any kind of openion is appreciated, I need just some hints on it. it’s getting really frustating to me.