Working naive voxel mesher.

This commit is contained in:
Joshua Bemenderfer
2020-10-06 22:11:14 -04:00
parent 0c64ddb7c6
commit c2df101161
31 changed files with 1634 additions and 6 deletions

7
packages/voxel_mesher/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
target/*
!target/release
!target/debug
target/release/*
target/debug/*
!target/release/*.so
!target/debug/*.so