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
A big potential speedup is waiting to happen: Calculate the gravity vector under a compute shader. Currently we are using CPU based math for the gravitational effects, which is pretty slow.
The goal: replace this with compute shader logic.. Might require significant refactoring.