Implemented R-Tree

Would like to switch the identifer of the hole to a random string.
This commit is contained in:
2025-11-23 13:29:57 -05:00
parent 36c648cfe5
commit c208d069bb
11 changed files with 113 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
extends Resource
class_name Hole
var hole_id: int
var vectors: PackedVector2Array
func _init(hole_id: int, vectors: PackedVector2Array):
self.hole_id = hole_id
self.vectors = vectors

View File

@@ -0,0 +1 @@
uid://cqtnb878sls4b