Lua implimentation of an Octree with an intersection test. The intersection test does not capture "touching" AABBs. If this behavior is desired, enlarge the search AABB by a value smaller than the minimum grid size. "min" and "max" are tables or userdatas representing a coordinate position with "X", "Y", and "Z" properties. The code currently, uses a Roblox envirionment global, "Vector3" to create these vector userdatas but this can be replaced to function outside the Roblox environment.
-
Notifications
You must be signed in to change notification settings - Fork 3
Lua implimentation of an Octree with an intersection test. The intersection test also runs a AABB test on all returned values to make the results more accurate. Released to the public domain. Enjoy!
idiomic/Lua-AABB-Octree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Lua implimentation of an Octree with an intersection test. The intersection test also runs a AABB test on all returned values to make the results more accurate. Released to the public domain. Enjoy!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published