Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible Bug in ObiRopeCursor Class Leading to Infinite Rope Length
#2
Hi!

This change is intentional, requested by several users. Once the rope runs out of pooled particles, it is not possible to keep resolution constant anymore but is conceptually possible to continue making the rope longer. So even though there's no more particles available, the total length of the rope is increased by making the element where the cursor is placed longer.

If you need the old behavior, a simple way to obtain it is to clamp the change in length passed to ChangeLength() so that the resulting rest length doesn't exceed a desired maximum length.

Let me know if you need further help,

kind regards
Reply


Messages In This Thread
RE: Possible Bug in ObiRopeCursor Class Leading to Infinite Rope Length - by josemendez - 25-08-2024, 01:48 PM