You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The distance accessor is invoked for each link, being passed the link and its zero-based index. The resulting number is then stored internally, such that the distance of each link is only recomputed when the force is initialized or when this method is called with a new distance, and not on every application of the force.
I'm not 100% sure if this is a bug.
test
only gets logged a few times. I have confirmed that the simulation is running, including reheating the simulation.Am I misunderstanding something? I am trying to change the line distance during runtime via a button click.
Thanks for the wonderful library :) It's hard to overstate just how large of value this is providing to me, for free no less.
Have a great day.
The text was updated successfully, but these errors were encountered: