mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
* Don't generate physics contacts for non-predicted bodies These are all just handled on the server anyway so it's a significant waste of performance on the client for busy scenes. * Significantly optimise broadphase updates Cache all of the broadphase data properly now and also save the cache for physics step to boot. * Fix cross-map broadphases * Remove unnecessary clear * fix * Fixes * Numerous ray fixes