Clip
Constrains the terrain’s elevation values to a defined range.
Min Sets the minimum allowed elevation. Values below this are clamped to Min.
Max Sets the maximum allowed elevation. Values above this are clamped to Max.
Auto Clip Automatically sets Min and Max based on the terrain’s existing range, normalizing it to fit between 0 and 1.
Last updated