Terraform command for minetest-WorldEdit
Find a file
2024-05-26 16:20:36 +02:00
.gitignore first commit 2024-05-26 01:28:55 +02:00
init.lua name change because "Terraform" mod already exists 2024-05-26 16:13:10 +02:00
LICENSE conversion fixes, readme 2024-05-26 01:45:14 +02:00
mod.conf name change because "Terraform" mod already exists 2024-05-26 16:13:10 +02:00
readme.md Update readme.md 2024-05-26 16:20:36 +02:00
settingtypes.txt name change because "Terraform" mod already exists 2024-05-26 16:13:10 +02:00

WorldEdit terraform

A terraforming/smoothing command for minetest-WorldEdit

usage

//terraform <radius> <threshold> <shape>

radius: Radius of the terraform operation (0 to radius_limit).
threshold: Threshold value for the operation (0 to 100).
shape: Shape of the terraform area, either "sphere" or "cube".

Settings

radius_limit: Maximum allowable radius for the terraform operation.
threshold_multiplier: Multiplier applied to the threshold value.
gauss_sigma: The sigma value used in the generation of the guassian kernel.
guass_radius: The radius of the kernel.

Examples

//terraform 10 100 sphere
//terraform 5 30 cube
//brush terraform 7 0 sphere