Releases: CesiumGS/cesium
Releases · CesiumGS/cesium
Cesium 1.18
1.18 - 2016-02-01
Highlights include:
- Reduced the amount of CPU memory used by terrain by ~25% in Chrome.
- Added a Sandcastle example to "star burst" overlapping billboards and labels.
- Added
VRButtonwhich is a simple, single-button widget that toggles VR mode. It is off by default. To enable the button, set thevrButtonoption toViewertotrue. Only Cardboard for mobile is supported. More VR devices will be supported when the WebVR API is more stable.
See the change log for a full list of changes
Cesium 1.17
1.17 - 2016-01-04
Highlights include:
- Reduced the amount of GPU and CPU memory used by terrain by using compression. The CPU memory was reduced by up to 40%.
- Added the ability to manipulate
Modelnode transformations via CZML and the Entity API. See the new Sandcastle example: CZML Model - Node Transformations. #3316 - Added
Globe.tileLoadProgressEvent, which is raised when the length of the tile load queue changes, enabling incremental loading indicators.
See the change log for a full list of changes
Cesium 1.16
1.16 - 2015-12-01
Highlights include:
- Improved terrain performance by up to 35%. Added support for fog near the horizon, which improves performance by rendering less terrain tiles and reduces terrain tile requests. This is enabled by default. See
Scene.fogfor options. #3154 - Added terrain exaggeration. Enabled on viewer creation with the exaggeration scalar as the
terrainExaggerationoption. - Added support for incrementally loading textures after a Model is ready. This allows the Model to be visible as soon as possible while its textures are loaded in the background.
See the change log for a full list of changes
Cesium 1.15
1.15 - 2015-11-02
Highlights include:
- Added support for the glTF 1.0 draft specification.
- Added support for the glTF extensions KHR_binary_glTF and KHR_materials_common.
- Decreased GPU memory usage in
BillboardCollectionandLabelCollectionby using WebGL instancing.
See the change log for a full list of changes
Cesium 1.14
1.14 - 2015-10-01
Highlights include:
- Fixed issues causing the terrain and sky to disappear when the camera is near the surface. #2415 and #2271
- Changed the
ScreenSpaceCameraController.minimumZoomDistancedefault from20.0to1.0. - Added
Billboard.sizeInMeters.truesets the billboard size to be measured in meters; otherwise, the size of the billboard is measured in pixels. Also added support for billboardsizeInMetersto entities and CZML.
See the change log for a full list of changes
Cesium 1.13
1.13 - 2015-09-01
Highlights include:
- Added support for
GroundPrimitivewhich works much likePrimitivebut drapes geometry over terrain. #2865 - Added
Scene.groundPrimitives, which is a primitive collection likeScene.primitives, but forGroundPrimitiveinstances. It allows custom z-ordering. #2960
See the change log for a full list of changes
Cesium 1.12
1.12 - 2015-08-03
Highlights include:
- Added
MapboxImageryProviderto load imagery from Mapbox. - Added
maximumHeightoption toViewer.flyTo. #2868 - Added picking support to
UrlTemplateImageryProvider. - Added ArcGIS token-based authentication support to
ArcGisMapServerImageryProvider.
See the change log for a full list of changes
Cesium 1.11
1.11 - 2015-07-01
Highlights include:
- Improved camera flights. #2825
- The camera now zooms to the point under the mouse cursor.
- Added a new camera mode for horizon views. When the camera is looking at the horizon and a point on terrain above the camera is picked, the camera moves in the plane containing the camera position, up and right vectors.
- Improved terrain and imagery performance and reduced tile loading by up to 50%, depending on the camera view, by using the new
OrientedBoundingBoxfor view frustum culling. See Terrain Culling with Oriented Bounding Boxes.
See the change log for a full list of changes
Cesium 1.10
1.10 - 2015-06-01
Highlights include:
- Added
viewquery parameter to the CesiumViewer app, which sets the initial camera position using longitude, latitude, height, heading, pitch and roll. For example:http://cesiumjs.org/Cesium/Build/Apps/CesiumViewer/index.html/index.html?view=-75.0,40.0,300.0,9.0,-13.0,3.0 - Added
Billboard.heightReferenceandLabel.heightReferenceto clamp billboards and labels to terrain. - Added support for the CESIUM_binary_glTF extension for loading binary blobs of glTF to
Model. See Faster 3D Models with Binary glTF. - Added support for the CESIUM_RTC glTF extension for high-precision rendering to
Model.
See the change log for a full list of changes
Cesium 1.9
1.9 - 2015-05-01
Highlights include:
- Entity
materialproperties andMaterialuniform values can now take acanvaselement in addition to an image or url. #2667 - Fixed a bug which caused
Entity.viewFromto be ignored when flying to, zooming to, or tracking an Entity. #2628 - Fixed a bug that caused
CorridorandPolylineVolumegeometry to be incorrect for sharp corners #2626
See the change log for a full list of changes