facontidavide / Bonxai

Fast, hierarchical, sparse Voxel Grid
Mozilla Public License 2.0
673 stars 59 forks source link

question in querying neighbors #32

Closed South-River closed 3 months ago

South-River commented 3 months ago

can bonxai query neighbors in a efficient way like flann? I found both bonxai and nanovdb are much efficient in building the structure. but both of them do not offer a method for querying neighbors like k nearest neighbors or neighbors within a given radius. are there any method to done it in a efficient way?

facontidavide commented 3 months ago

No, there isn't.