AABB and Sphere Bounds with new BVH tree implement with go 1.18 generic

This commit is contained in:
Tnze
2022-03-18 11:10:55 +08:00
parent ed742efb97
commit 00de623cc2
7 changed files with 513 additions and 263 deletions

5
go.mod
View File

@ -1,8 +1,9 @@
module github.com/Tnze/go-mc
go 1.16
go 1.18
require (
github.com/google/uuid v1.1.1
github.com/iancoleman/strcase v0.1.3
)
golang.org/x/exp v0.0.0-20220314205449-43aec2f8a4e7
)