Home > three-loader-3dtiles > LoaderProps
Properties for loading a tileset
Signature:
interface LoaderProps
| Property | Type | Description |
|---|---|---|
| loadingManager? | LoadingManager | (Optional) Use a Three JS loading manager |
| options? | LoaderOptions | (Optional) Advanced options for loading the tileset (LoaderOptions) |
| renderer? | WebGLRenderer | (Optional) Required when using compressed textures (basis universal) for GPU feature detection. |
| url | string | The URL of the tileset. For example if using Cesium ION, it would have the form: https://assets.cesium.com/[ASSET_ID]/tileset.json. |
| Method | Description |
|---|---|
| onProgress(progress, total)? | (Optional) a loading progress callback function |