Skip to content

daniel-mcclintock/Octree.gd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Simple GDScript Octree implementation for Godot(4.*)

Topics

Resources

License

Stars

Watchers

Forks