KDTree2 is an example of how to implement a KDTree in C#. My implementation includes a demonstration of using bounding sphere search and bounding box search.
- BoundingBox search
- BoundingSphere search
- Simple Wavefront .obj Read/Write support... VERY SIMPLE.