flywave-terrain-datasource.groundmodificationtype
Home > @flywave/flywave-terrain-datasource > GroundModificationType
GroundModificationType interface
Ground modification type (composite type)
Combines vertex source and height operation to define how terrain is modified. This composite type allows for flexible terrain modification strategies.
Signature:
export interface GroundModificationType
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Operation to perform on the height values Specifies how the modification height values should be combined with the base terrain height values. | |||
Source of the vertex data Determines whether the modification uses fixed values or geometry-based height coordinates as the source for vertex data. |