Threepipe 3D Tiles Renderer and Importer Plugins
Preparing search index...
TilesImportOptions
Interface TilesImportOptions
interface
TilesImportOptions
{
CesiumIonAuthPlugin
?:
|
boolean
|
{
apiToken
:
string
;
assetId
?:
null
|
string
;
autoRefreshToken
?:
boolean
;
}
;
DeepZoomImagePlugin
?:
|
boolean
|
{
center
?:
boolean
;
pixelSize
?:
number
;
useRecommendedSettings
?:
boolean
;
}
;
errorTarget
?:
number
;
ImplicitTilingPlugin
?:
boolean
;
plugins
?:
(
(
opts
:
TilesImportOptions
,
group
:
TilesRendererGroup
,
)
=>
undefined
|
object
)
[]
;
TilesFadePlugin
?:
|
boolean
|
{
fadeDuration
?:
number
;
fadeRootTiles
?:
boolean
;
maximumFadeOutTiles
?:
number
;
}
;
XYZTilesPlugin
?:
|
boolean
|
{
center
?:
boolean
;
levels
:
number
;
pixelSize
:
number
;
projection
?:
"ellipsoid"
|
"planar"
;
tileDimension
:
number
;
useRecommendedSettings
?:
boolean
;
}
;
}
Index
Properties
Cesium
Ion
Auth
Plugin?
Deep
Zoom
Image
Plugin?
error
Target?
Implicit
Tiling
Plugin?
plugins?
Tiles
Fade
Plugin?
XYZ
Tiles
Plugin?
Properties
Optional
Cesium
Ion
Auth
Plugin
CesiumIonAuthPlugin
?:
|
boolean
|
{
apiToken
:
string
;
assetId
?:
null
|
string
;
autoRefreshToken
?:
boolean
}
Optional
Deep
Zoom
Image
Plugin
DeepZoomImagePlugin
?:
|
boolean
|
{
center
?:
boolean
;
pixelSize
?:
number
;
useRecommendedSettings
?:
boolean
;
}
Optional
error
Target
errorTarget
?:
number
Default
1
Copy
Optional
Implicit
Tiling
Plugin
ImplicitTilingPlugin
?:
boolean
Optional
plugins
plugins
?:
(
(
opts
:
TilesImportOptions
,
group
:
TilesRendererGroup
,
)
=>
undefined
|
object
)
[]
Optional
Tiles
Fade
Plugin
TilesFadePlugin
?:
|
boolean
|
{
fadeDuration
?:
number
;
fadeRootTiles
?:
boolean
;
maximumFadeOutTiles
?:
number
;
}
Optional
XYZ
Tiles
Plugin
XYZTilesPlugin
?:
|
boolean
|
{
center
?:
boolean
;
levels
:
number
;
pixelSize
:
number
;
projection
?:
"ellipsoid"
|
"planar"
;
tileDimension
:
number
;
useRecommendedSettings
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Cesium
Ion
Auth
Plugin
Deep
Zoom
Image
Plugin
error
Target
Implicit
Tiling
Plugin
plugins
Tiles
Fade
Plugin
XYZ
Tiles
Plugin
Threepipe 3D Tiles Renderer and Importer Plugins
Loading...
Default