rust-cv / space

Spatial library for Rust
MIT License
39 stars 4 forks source link

Random sampling of the octree for gather operations #2

Closed vadixidav closed 6 years ago

vadixidav commented 6 years ago

It is sometimes necessary to get a statistically approximate view of the octree below a certain level rather than a complete view for performance reasons. This is necessary for barnes-hut trees and various point-intense rendering situations to execute in realtime.

vadixidav commented 6 years ago

Complete as of 341d6e129010283c0cfa1ec0fcb345a3ac26d89f.