pyautark (soon)
@urban-toolkit/autk-core / LayerBorder
Interface: LayerBorder
Defined in: types-mesh.ts:54
Border or outline buffers for line-based rendering.
This structure carries the vertex positions and line indices for a border pass separate from the filled mesh geometry.
Properties
indices
indices:
Uint32Array
Defined in: types-mesh.ts:58
Line index buffer referencing vertices in position.
position
position:
Float32Array
Defined in: types-mesh.ts:56
Flat vertex position buffer for the outline geometry.