Derpius / VisTrace

Garry's Mod binary module for tracing meshes at high speed on the CPU (and much more)
https://derpius.github.io/VisTrace
MIT License
27 stars 1 forks source link

[feature] Improve BVH building #19

Closed Derpius closed 2 years ago

Derpius commented 2 years ago

Describe the solution you'd like Right now it uses the most basic method for building an acceleration structure, however other options for not just the core construction method, but post build optimisations are available

Additionally, implementing refitting would possibly allow for rapid tracing of an animated scene