API / geotoolkit3d / data / surface / HeightMapSurfaceData / HeightMapSurfaceData
surface.HeightMapSurfaceData.HeightMapSurfaceData
Surface data using a heightmap.
This surface data object implements a heightmap.
Elevations are stored as normalized values into the given 2D texture.
↳
HeightMapSurfaceData
Constructors
Constructors
• new HeightMapSurfaceData(options)
| Name | Type |
|---|---|
options | Options |
AbstractSurfaceData.constructor
Methods
▸ dispose(): void
Dispose this surface data to allow for garbage collection.
void
▸ getAttributes(): Attributes
Returns the HeightMap surface attributes
AbstractSurfaceData.getAttributes
▸ getClassName(): string
string
AbstractSurfaceData.getClassName
▸ Static getClassName(): string
string