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
{{ message }}
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
I'm getting unpredictable behaviour in my simulation, and it seems the only statement in my code that has ambiguous meaning is the setExternalForce() that I applied to one of my objects. What is the localidx parameter that has to be applied to it?
Nothing seems to change no matter the integer I pass to it, but if it's in the method, I assume it serves some purpose.
Hi
I'm getting unpredictable behaviour in my simulation, and it seems the only statement in my code that has ambiguous meaning is the
setExternalForce()that I applied to one of my objects. What is thelocalidxparameter that has to be applied to it?Nothing seems to change no matter the integer I pass to it, but if it's in the method, I assume it serves some purpose.