Home > three-loader-3dtiles > Loader3DTiles > load
Loads a tileset of 3D Tiles according to the given LoaderProps
Signature:
static load(props: LoaderProps): Promise<{
model: Object3D;
runtime: Runtime;
}>;
Parameter | Type | Description |
---|---|---|
props | LoaderProps | Properties for this load call LoaderProps. |
Returns:
Promise<{ model: Object3D; runtime: Runtime; }>
An object containing the 3D Model to be added to the scene and a runtime engine to be updated every frame.