bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.
Apache License 2.0
2.25k stars 261 forks source link

Tree metanodes contain obsolete data #293

Open RossNordby opened 9 months ago

RossNordby commented 9 months ago

2.5's revamp of tree updates have obsoleted the old RefitAndRefine codepath.

We should:

  1. Purge the old slower implementations, and
  2. Compress the Metanode to a single 32 bit field.