Home > three-loader-3dtiles > LoaderProps
Properties for loading a tileset
Signature:
interface LoaderProps
| Property | Modifiers | Type | Description |
|---|---|---|---|
| loadingManager? | LoadingManager | (Optional) Use a Three JS loading manager | |
| options? | LoaderOptions | (Optional) Advanced options for loading the tileset (LoaderOptions) | |
| renderer? | WebGLRenderer | (Optional) An existing renderer reference. Required for shader processing. | |
| 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. |
|
| viewport | Viewport | Viewport properties. Use setViewport() to update |
| Method | Description |
|---|---|
| onProgress(progress, total)? | (Optional) a loading progress callback function |