/KDTree2

C# implementation of a KDTree.

Primary LanguageC#

KDTree2

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.

Features

  • BoundingBox search
  • BoundingSphere search
  • Simple Wavefront .obj Read/Write support... VERY SIMPLE.