fromUrl

Creates a TerrainProvider that produces terrain geometry by tessellating height maps retrieved from a VT MÄK VR-TheWorld server.

const terrainProvider = await VRTheWorldTerrainProvider.fromUrl(
"https://www.vr-theworld.com/vr-theworld/tiles1.0.0/73/"
);
viewer.terrainProvider = terrainProvider;

Parameters

url

The URL of the VR-TheWorld TileMap.

options

An object describing initialization options.

See also