Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 377 Bytes

File metadata and controls

10 lines (8 loc) · 377 Bytes

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.