RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

Update B2DynamicTree

Open metalgearsloth opened this issue 1 year ago • 0 comments
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.

metalgearsloth avatar Aug 04 '24 04:08 metalgearsloth