1
0
mirror of https://github.com/luanti-org/minetest_game.git synced 2026-01-03 10:55:21 +01:00

Add files via upload

This commit is contained in:
Tim7900
2021-12-29 19:01:19 -09:00
committed by GitHub
parent d2a6c9aa90
commit 183c3457ec
9 changed files with 1648 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
TODO:
* maybe make the explosion table function return a perlin explosion table
* Figure out and implement 3D scanline search
* Add vector.hollowsphere, less positions than WorldEdit hollowsphere
* Add unit tests
* Use %a string format for vector.serialize so that it is reversible