Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
obi rope generating
#4
(28-10-2021, 12:33 PM)Hoomann Wrote: 1- how about when each rope reaches a specific length it starts decreasing from the other end with the speed its increasing from character. is it possible? does it do the job?

Yes it's possible: just have two cursors, one adds rope while the other removes it from the other end. But whether or not it solves the problem depends a lot on the specifics of your use case. For instance, if your rope needs to be attached to the character at one end and to some fixed object at the other end, this obviously won't work: there needs to be rope between the full distance between the object and the character, you can't shorten it as it would detach.
Reply


Messages In This Thread
obi rope generating - by Hoomann - 28-10-2021, 11:32 AM
RE: obi rope generating - by josemendez - 28-10-2021, 11:55 AM
RE: obi rope generating - by Hoomann - 28-10-2021, 12:33 PM
RE: obi rope generating - by josemendez - 28-10-2021, 12:40 PM
RE: obi rope generating - by Hoomann - 28-10-2021, 12:55 PM