Skip to content

Jerdak/KDTree2

Repository files navigation

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.

About

C# implementation of a KDTree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages