You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated Deprecated 3D Tiles layer. Use {@link OGC3DTilesLayer} instead.
61
-
* @extends GeometryLayer
62
64
*
63
65
* @example
64
66
* // Create a new 3d-tiles layer from a web server
@@ -86,7 +88,7 @@ class C3DTilesLayer extends GeometryLayer {
86
88
* {@link View} that already has a layer going by that id.
87
89
* @param {object} config configuration, all elements in it
88
90
* will be merged as is in the layer.
89
-
* @param {C3TilesSource} config.source The source of 3d Tiles.
91
+
* @param {C3DTilesSource} config.source The source of 3d Tiles.
90
92
*
91
93
* name.
92
94
* @param {Number} [config.sseThreshold=16] The [Screen Space Error](https://github.com/CesiumGS/3d-tiles/blob/main/specification/README.md#geometric-error)
@@ -143,8 +145,8 @@ class C3DTilesLayer extends GeometryLayer {
143
145
if(!exists){console.warn("The points cloud size mode doesn't exist. Use 'VALUE' or 'ATTENUATED' instead.");}else{this.pntsSizeMode=config.pntsSizeMode;}
0 commit comments