diff --git a/doc/classes/VoxelModifier.xml b/doc/classes/VoxelModifier.xml index eb48be380..6f3c9a9b9 100644 --- a/doc/classes/VoxelModifier.xml +++ b/doc/classes/VoxelModifier.xml @@ -10,6 +10,8 @@ + Increasing this value makes the shape "merge" with its surroundings across a more or less large distance. + Note, it assumes the base generator produces consistent gradients. This is not always the case. Notably, it is a common optimization for generators to avoid calculating gradients beyond a certain distance from surfaces. If smoothness is too large, or if the generator's cutoff distance is too low, it can lead to gaps in the resulting mesh, usually at chunk boundaries.