Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Resetting rope end positions when attaching the rope
#6
(02-08-2023, 04:11 PM)Alexander34 Wrote: its worked, thanks. It's worked too with
Code:
_obiRope.TeleportParticle(particleIndex, position);

Hi!

TeleportParticle() does some additional work (resetting particle interpolation) but in most cases it’s equivalent to the code above.

Cheers,
Reply


Messages In This Thread
RE: Resetting rope end positions when attaching the rope - by josemendez - 02-08-2023, 05:26 PM