Skip to main content

flywave-terrain-datasource.vertexsourcetype

Home > @flywave/flywave-terrain-datasource > VertexSourceType

VertexSourceType type

Vertex data source type

Determines where the vertex data originates from when modifying terrain. This affects how the modification is applied to the base terrain data.

Signature:

export type VertexSourceType = "fixed" | "geometry";