13-09-2021, 11:12 AM
(This post was last modified: 13-09-2021, 11:12 AM by josemendez.)
Hi!
You can use cursors to change rope length from any point in the rope, in either direction. See:
http://obi.virtualmethodstudio.com/manua...ursor.html
Programmatically, you just call cursor.ChangeLength() and pass the new length in meters. Check out the Crane sample scene or the RopeGrapplingHook one forĀ working examples.
You can use cursors to change rope length from any point in the rope, in either direction. See:
http://obi.virtualmethodstudio.com/manua...ursor.html
Programmatically, you just call cursor.ChangeLength() and pass the new length in meters. Check out the Crane sample scene or the RopeGrapplingHook one forĀ working examples.