All Questions
2 questions
0
votes
2
answers
325
views
Need help with simple octree implementation
Hello I'm trying to implement an octree, but when I query the centre positions they all return zero, but these should be offset from zero. Here is my code:
...
8
votes
4
answers
4k
views
What library for octrees or kd-trees? [closed]
Are there any robust performant libraries for indexing objects?
Objects would have bounds themselves, rather than being represented by points; and an object could therefore be in more than one ...