three-loader-3dtiles.loaderprops.md 1.3 KB

Home > three-loader-3dtiles > LoaderProps

LoaderProps interface

Properties for loading a tileset

Signature:

interface LoaderProps 

Properties

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.

Methods

Method Description
onProgress(progress, total)? (Optional) a loading progress callback function