03-06-2024, 08:48 AM
(03-06-2024, 08:13 AM)CaDev Wrote: can i achive this same effect for obi rope? by changing any script/code?
Yes, you can just attach two points in the rope instead of one. Due to basic geometry this will constrain the rope's orientation in 2 axis - note the rope will still be free to twist. This is because objects can rotate around 1 point, but can't rotate around 2 points since only one line passes trough 2 points in space.
This technique is used in some of the sample scenes, for instance in "RopeShowcase" the ropes in the left wall use 2 attachments to stay perpendicular to the wall.
kind regards,