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
Copy file name to clipboardExpand all lines: CHANGES.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,22 @@ Change Log
3
3
4
4
### TODO
5
5
6
+
* Added support for [3D Tiles](https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/README.md) for streaming massive heterogeneous 3D geospatial datasets. The new Cesium types are:
7
+
*`Cesium3DTileset`
8
+
*`Cesium3DTile`
9
+
*`Batched3DModel3DTileContentProvider`
10
+
*`Instanced3DModel3DTileContentProvider`
11
+
*`Points3DTileContentProvider`
12
+
*`Composite3DTileContentProvider`
13
+
*`Tileset3DTileContentProvider`
14
+
*`Empty3DTileContentProvider`
15
+
*`BatchedModel`
16
+
*`Cesium3DTileBatchTableResources`
17
+
18
+
TODO: these are still private:
6
19
* Added `vertexShaderLoaded`, `fragmentShaderLoaded`, `uniformMapLoaded`, `pickVertexShaderLoaded`, `pickFragmentShaderLoaded`, and `pickUniformMapLoaded` callbacks to the `Model` constructor and `Model.fromGltf`.
20
+
21
+
TODO: this is not finished yet:
7
22
* Added support for glTF compression using the `mesh_compression_open3dgc` glTF extension.
0 commit comments