Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 460 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 460 Bytes

Octree.gd

Simple GDScript Octree implementation for Godot(4.*)

  • octree.gd
  • searcher.gd
  • Current implementation depends on ThreadQueue.gd for searcher.gd
  • Decent enough performance for a GDScript implementation(1,000,000 point test, ~10ms to ~50ms depending on depth)