Functions
Link copied to clipboard
suspend fun fromUrl(url: Resource, options: VRTheWorldTerrainProvider.ConstructorOptions? = definedExternally): VRTheWorldTerrainProvider
Creates a TerrainProvider that produces terrain geometry by tessellating height maps retrieved from a VT MÄK VR-TheWorld server.
suspend fun fromUrl(url: String, options: VRTheWorldTerrainProvider.ConstructorOptions? = definedExternally): VRTheWorldTerrainProvider
Link copied to clipboard
fun fromUrlAsync(url: Resource, options: VRTheWorldTerrainProvider.ConstructorOptions? = definedExternally): Promise<VRTheWorldTerrainProvider>
fun fromUrlAsync(url: String, options: VRTheWorldTerrainProvider.ConstructorOptions? = definedExternally): Promise<VRTheWorldTerrainProvider>