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
Hi @epernod
Yes this is due to my PR #521 about the CG
My fix was wrong the PR #556 should fix it (you can give it a try!).
If I'm right, the problem was that with no gravity, there was no external forces applied and the b vector was null. Then, in CG, the denominator den=pMp where p=b at first iteration was therefore den=0. Finally, a division by 0 is done, generating NaN positions in the MO. That's why your liver disappears.
Take for example the scene: Demos/Liver.scn
Change the gravity of the root node:
As soon as the simulation start, the liver disappears... No error message in the console, neither on the components.
Does someone has an idea?
Suggested labels:
The text was updated successfully, but these errors were encountered: