Hi !
I’m trying to create mechanics for picking up objects and transferring them. All objects must have physics as they are bound using Physics Constraint.
Now items retain physics and don’t go through walls with CCD enabled. But when pressed against all sorts of collisions like walls, objects in your hands start to shake. I think it’s the engine system of pushing objects out if overlap has occurred. A little better becomes with the setting “soft constraint”, although the object can lose sight of the camera.
Is there any way to get rid of this shaking when physical objects collide, or limit camera/body movement during such collisions ?
The object is not attached to the bone right now, but in the future it will be.
Thanks !