RobustToolbox
RobustToolbox copied to clipboard
Update B2DynamicTree
trafficstars
Ported from box2c. Content PR is https://github.com/space-wizards/space-station-14/pull/30630
Changes:
- Move list is removed.
- Has category bits (AKA collisionmask for us) baked in. For now I just set it to max value and we can look at stuff like sprite drawdepth bits / collision later for query performance.
- Has a method to rebuild the tree which box2c does every tick as a job.