quadtree
This commit is contained in:
parent
110141ae44
commit
82bd02f694
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -196,6 +196,7 @@ func main() {
|
|||
|
||||
quadtree := newQuadTree()
|
||||
quadtree.subdivide()
|
||||
quadtree.nodes[0].subdivide()
|
||||
|
||||
pause := true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue