TerrainProvider Interface

Interface adopted by an object that can supply TerrainMeshProviders enabling the display of 3d terrain in a Viewport.

@see - TerrainProviderRegistry to register or look up a TerrainProvider by its name.

Methods

Name Description
createTerrainMeshProvider(options: TerrainMeshProviderOptions): Promise<undefined | TerrainMeshProvider> Produce a TerrainMeshProvider using the specified options.  

Defined in

Last Updated: 19 April, 2024