Minetest-WorldEditAdditions/worldeditadditions/lib
Starbeamrainbowlabs fd5804dd9c
//erode: Finish the initial round of bugfixing, but I'm on the fence about it.
Specifically, I'm unsure about whether I'm happy with the effects of the 
algorithm.
Also, we convolve with a 3x3 gaussian kernel after erosion is complete - 
and we have verified that the erosion is having an positive effect at 
"roughening up" a terrain surface.
It seems like the initial blog post was correct: the algorithm does tend 
to make steep surfaces steeper.
It also appears that it's more effective on larger areas, and 'gentler' 
curves. THis might be because the surface normals are more conducive to 
making the snowballs roll.
Finally, we need to decide whether we want to keep the precomputed 
normals as we have now, or whether we want to dynamically compute them 
at the some of request.
2020-08-21 20:59:50 +01:00
..
conv //erode: Finish the initial round of bugfixing, but I'm on the fence about it. 2020-08-21 20:59:50 +01:00
erode //erode: Finish the initial round of bugfixing, but I'm on the fence about it. 2020-08-21 20:59:50 +01:00
bonemeal.lua Centralise all command aliases 2020-06-11 01:00:19 +01:00
count.lua Add //count 2020-05-12 00:38:42 +01:00
ellipsoid.lua refactor worldeditadditions core functions into subdirectory 2020-05-11 22:28:25 +01:00
floodfill.lua refactor worldeditadditions core functions into subdirectory 2020-05-11 22:28:25 +01:00
layers.lua Add //layers command 2020-06-11 00:38:16 +01:00
maze2d.lua os.clock() → minetest.get_us_time() 2020-06-26 20:46:35 +01:00
maze3d.lua os.clock() → minetest.get_us_time() 2020-06-26 20:46:35 +01:00
overlay.lua Add //layers command 2020-06-11 00:38:16 +01:00
replacemix.lua Upgrade //overlay to support a mix of nodes 2020-06-07 20:46:46 +01:00
torus.lua refactor worldeditadditions core functions into subdirectory 2020-05-11 22:28:25 +01:00
walls.lua refactor worldeditadditions core functions into subdirectory 2020-05-11 22:28:25 +01:00