Releases: CesiumGS/cesium
Releases · CesiumGS/cesium
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
BillboardCollection
andLabelCollection
by 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.minimumZoomDistance
default from20.0
to1.0
. - Added
Billboard.sizeInMeters
.true
sets the billboard size to be measured in meters; otherwise, the size of the billboard is measured in pixels. Also added support for billboardsizeInMeters
to 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
GroundPrimitive
which works much likePrimitive
but drapes geometry over terrain. #2865 - Added
Scene.groundPrimitives
, which is a primitive collection likeScene.primitives
, but forGroundPrimitive
instances. 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
MapboxImageryProvider
to load imagery from Mapbox. - Added
maximumHeight
option 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
OrientedBoundingBox
for 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
view
query 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.heightReference
andLabel.heightReference
to 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
material
properties andMaterial
uniform values can now take acanvas
element in addition to an image or url. #2667 - Fixed a bug which caused
Entity.viewFrom
to be ignored when flying to, zooming to, or tracking an Entity. #2628 - Fixed a bug that caused
Corridor
andPolylineVolume
geometry to be incorrect for sharp corners #2626
See the change log for a full list of changes
Cesium 1.8
1.8 - 2015-04-01
Highlights include:
- Added
Entity.show
, a boolean for hiding or showing an entity and its children. - Added
Entity.isShowing
, a read-only property that indicates if an entity is currently being drawn. - Added support for the KML
visibility
element. - Added
PolylineArrowMaterialProperty
to allow entities materials to use polyline arrows.
See the change log for a full list of changes
Cesium 1.7.1
1.7.1 - 2015-03-06
Highlights include:
- Fixed a crash in
InfoBox
that would occur when attempting to display plain text. - Fixed a crash when loading KML features that have no description and an empty
ExtendedData
node. - Fixed a bug
in Color.fromCssColorString
where undefined would be returned for the CSS colortransparent
. - Added
Color.TRANSPARENT
.
See the change log for a full list of changes
Cesium 1.7
1.7 - 2015-03-02
Highlights include:
- Added initial support for KML 2.2 via
KmlDataSource
. Check out the new Sandcastle Demo and the reference documentation for more details. InfoBox
sanitization now relies on iframe sandboxing. This allows for much more content to be displayed in the InfoBox (and still be secure).- Added
InfoBox.frame
which is the instance of the iframe that is used to host description content. Sanitization can be controlled via the frame'ssandbox
attribute. See the above link for additional information. - Worked around a bug in Safari that caused most of Cesium to be broken. Cesium should now work much better on Safari for both desktop and mobile.
See the change log for a full list of changes