Last updated

API / geotoolkit3d / data / surface / GridSurfaceData / GridSurfaceData

Namespace: GridSurfaceData

surface.GridSurfaceData.GridSurfaceData

Table of contents

Type Aliases

Contents

Type Aliases

Attributes

Ƭ Attributes: Attributes & GridProperties

The HeightMap attributes.


GridProperties

Ƭ GridProperties: Object

Type declaration

NameTypeDescription
heightnumberThe number of vertices of the heightmap Mesh on its local Y axis.
More vertices means a more detailed heightmap surface. Default to 256.
widthnumberThe number of vertices of the heightmap Mesh on its local X axis.
More vertices means a more detailed heightmap surface. Default to 256.

Options

Ƭ Options: Omit<Options, "data"> & { data: Data & { values?: number[] } }

The options