API / geotoolkit3d / data / surface / GridSurfaceData / GridSurfaceData
surface.GridSurfaceData.GridSurfaceData
Type Aliases
Type Aliases
Ƭ Attributes: Attributes & GridProperties
The HeightMap attributes.
Ƭ GridProperties: Object
| Name | Type | Description |
|---|---|---|
height | number | The number of vertices of the heightmap Mesh on its local Y axis. More vertices means a more detailed heightmap surface. Default to 256. |
width | number | The number of vertices of the heightmap Mesh on its local X axis. More vertices means a more detailed heightmap surface. Default to 256. |
Ƭ Options: Omit<Options, "data"> & { data: Data & { values?: number[] } }
The options