Table of Contents

Struct GenTerraHost.WeightedTaper

Namespace
WorldgenLib
Assembly
WorldgenLib.VintageStory.dll

Per-column taper data for border smoothing. Written at Step 0, read at Step 7 for chunk-border blending.

public struct GenTerraHost.WeightedTaper
Inherited Members

Fields

TerrainYPos

Interpolated terrain Y position from neighbour heightmaps.

public float TerrainYPos

Field Value

float

Weight

Maximum cardinal weight (0–1). Higher = stronger smoothing.

public float Weight

Field Value

float