mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-16 21:12:59 +00:00
Starbeamrainbowlabs
9b9a471aa8
Next we need to implement a worldedit function to handle fetching the manip data, calculating the heightmap, pushing it through this convolutional system, and saving the changes back again.
6 lines
220 B
Lua
6 lines
220 B
Lua
worldeditadditions.conv = {}
|
|
|
|
dofile(worldeditadditions.modpath.."/lib/conv/kernels.lua")
|
|
dofile(worldeditadditions.modpath.."/lib/conv/kernel_gaussian.lua")
|
|
|
|
dofile(worldeditadditions.modpath.."/lib/conv/convolve.lua")
|