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
Proposed workaround is to configure the physics system to do as few iterations as possible, use single threaded mode and use an appropriate broad phase culling algorithm (SAP, not brute force which is O(n^2)). (http://jitter-physics.com/wordpress/?tag=broadphase)
Potentially solvable through a better implementation of the Task/Queue setup implemented with Ryan Crosby (friend who is a C# dev)
The text was updated successfully, but these errors were encountered: