three-loader-3dtiles

Home > three-loader-3dtiles > Loader3DTiles > loadGeoJSON

Loader3DTiles.loadGeoJSON() method

Loads a tileset of 3D Tiles according to the given GeoJSONLoaderProps Could be overlayed on geograpical 3D Tiles using Runtime.overlayGeoJSON()

Signature:

static loadGeoJSON(props: GeoJSONLoaderProps): Promise<Object3D>;

Parameters

Parameter Type Description
props GeoJSONLoaderProps Properties for this load call GeoJSONLoaderProps.

Returns:

Promise<Object3D>

An object containing the 3D Model to be added to the scene