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
In btGeneric6DofConstraint.cpp in line 374:
When axis2 in frameB and axis0 in frameA align at any point in time it results in a Zero-Vector which will later be normalized which results in a fuzzy zero assert.
This is mainly an issue when creating a new constraint where initial positions are orthogonal to each other, or a constraint that has no influence on the orientation of the objects.
This can be really annoying when running in debug mode and can potentially create unexpected behavior in release mode
This discussion was converted from issue #191 on April 26, 2021 03:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In btGeneric6DofConstraint.cpp in line 374:
When axis2 in frameB and axis0 in frameA align at any point in time it results in a Zero-Vector which will later be normalized which results in a fuzzy zero assert.
This is mainly an issue when creating a new constraint where initial positions are orthogonal to each other, or a constraint that has no influence on the orientation of the objects.
This can be really annoying when running in debug mode and can potentially create unexpected behavior in release mode
Some code to reproduce the issue:
http://pastebin.com/psHNgN6Q
Beta Was this translation helpful? Give feedback.
All reactions