library for octree or kdtree

Posted by Will on Game Development See other posts from Game Development or by Will
Published on 2011-01-07T21:22:58Z Indexed on 2011/01/07 21:59 UTC
Read the original article Hit count: 297

Filed under:
|
|

Are there any robust performant libraries for indexing objects?

It would need frustum culling and visiting objects hit by a ray as well as neighbourhood searches.

I can find lots of articles showing the math for the component parts, often as algebra rather than simple C, but nothing that puts it all together (apart from perhaps Ogre, which has rather more involved and isn't so stand-alone). Surely hobby game makers don't all have to make their own octrees?

(Python or C/C++ w/bindings preferred)

© Game Development or respective owner

Related posts about python

Related posts about octree