11-01-2019, 08:03 PM
(08-01-2019, 09:31 AM)josemendez Wrote: Hi Logan,
All along I thought you were using fixed particles, not pin constraints. Pin constraints are intended to enable two-way coupling with rigid bodies, and do have a slight delay (since they are reactive, they only act once there's some separation, and they are timestep dependent).
Try using fixed particles/handles instead. They will position the rope particles much more accurately, as instead of using forces to position the particles they use transforms.
See:
http://obi.virtualmethodstudio.com/tutor...ments.html
Hi,
This worked. Thank you. I still needed Pin Constraints for a variety of things but I was able to combine the use of Handles and Pin constraints to achieve the result I wanted by swapping back and fourth in different situations.
I'm having another unrelated issue though but I'll create a separate Thread for that.
Thanks again,
Logan