Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Copy position from one rope to another
#2
Hi!

(13-01-2022, 10:33 AM)lufydad Wrote: - In the rendering there is a regular teleportation of the rope 1 to its "physical position".

Not sure what you mean by this, but keep in mind particle positions are expressed in solver space. So even if the position is the same, this position is expressed relative to the solver position.

Also, you probably want to copy renderablePositions instead of positions. The renderablePositions are the actual positions being rendered, and are generated from positions and previous positions using interpolation.

(13-01-2022, 10:33 AM)lufydad Wrote: - In terms of performance, physical calculations are still done for the rope 1.

Simply disable the first solver. That will stop physics from being updated.
Reply


Messages In This Thread
RE: Copy position from one rope to another - by josemendez - 13-01-2022, 10:55 AM