Releases: CesiumGS/cesium
Releases · CesiumGS/cesium
Cesium b30
b30 - 2014-07-01
- Cesium now supports Internet Explorer 11.0.9 on desktops. For the best results, use the new IE Developer Channel for development.
ReferenceProperty
can now handle sub-properties, for example,myObject#billboard.scale
.DynamicObject.id
can now include period characters.- Added
PolylineGlowMaterialProperty
which enables data sources to use the PolylineGlow material. - Fixed support for embedded resources in glTF models.
See the change log for a full list of changes
Cesium b29
b29 - 2014-06-02
Highlights include:
- Added new functions to
Cartesian3
:fromDegrees
,fromRadians
,fromDegreesArray
,fromRadiansArray
,fromDegreesArray3D
andfromRadiansArray3D
. AddedfromRadians
toCartographic
. - Fixed dark lighting in 3D and Columbus View when viewing a primitive edge on. (#592)
- Improved Internet Explorer 11.0.8 support including workarounds for rendering labels, billboards, and the sun.
- Improved terrain and imagery rendering performance when very close to the surface.
See the change log for a full list of changes
Cesium b28
b28 - 2014-05-01
Highlights include:
- Added a
NavigationHelpButton
widget that, when clicked, displays information about how to navigate around the globe with the mouse. The new button is enabled by default in theViewer
widget. - Added
Model.minimumPixelSize
property so models remain visible when the viewer zooms out. - Added
DynamicRectangle
to support DataSource providedRectangleGeometry
. - Added
DynamicWall
to support DataSource providedWallGeometry
.
See the change log for a full list of changes
Cesium b27
b27 - 2014-04-01
Highlights include:
- Improved visual quality for translucent objects with Weighted Blended Order-Independent Transparency.
- Fixed extruded polygons rendered in the southern hemisphere. #1490
- Fixed Primitive picking that have a closed appearance drawn on the surface. #1333
See the change log for a full list of changes
Cesium b26
b26 - 2014-03-03
Highlights include:
- Added
Model
for drawing 3D models using glTF. See the tutorial and Sandcastle example. - DynamicScene now makes use of Geometry and Appearances, which provides a tremendous improvements to DataSource visualization (CZML, GeoJSON, etc..). Extruded geometries are now supported and in many use cases performance is an order of magnitude faster.
- Added new
SelectionIndicator
andInfoBox
widgets toViewer
, activated byviewerDynamicObjectMixin
. CesiumTerrainProvider
now supports mesh-based terrain like the tiles created by STK Terrain Server.
See the change log for a full list of changes
Cesium b25
b25 - 2014-02-03
Highlights include:
- Fixed globe rendering in the current Canary version of Google Chrome.
Viewer
now monitors the clock settings of the first addedDataSource
for changes, and also now has a constructor optionautomaticallyTrackFirstDataSourceClock
which will turn off this behavior.- The
DynamicObjectCollection
created byCzmlDataSource
now sends a singlecollectionChanged
event after CZML is loaded; previously it was sending an event every time an object was created or removed during the load process.
See the change log for a full list of changes
Cesium b24
b24 - 2014-01-06
Highlights include:
- The minified, combined
Cesium.js
file now omits certainDeveloperError
checks, to increase performance and reduce file size. When developing your application, we recommend using the unminified version locally for early error detection, then deploying the minified version to production. - Fixed disabling
CentralBody.enableLighting
. - Fixed
Geocoder
flights when following an object. - The
Viewer
widget now clearsGeocoder
input when the user clicks the home button.
See the change log for a full list of changes
Cesium b23
b23 - 2013-12-02
Highlights include:
- Added
perPositionHeight
option toPolygonGeometry
andPolygonOutlineGeometry
. - Added
QuaternionSpline
andLinearSpline
. - Added
Quaternion.log
,Quaternion.exp
,Quaternion.innerQuadrangle
, andQuaternion.squad
. - Added
Matrix3.inverse
andMatrix3.determinant
.
See the change log for a full list of changes
Cesium b22
b22 - 2013-11-01
Highlights include:
- Added a
Geocoder
widget that allows users to enter an address or the name of a landmark and zoom to that location. It is enabled by default in applications that use theViewer
widget. - Added
GoogleEarthImageryProvider
. - Added
Moon
for drawing the moon, andIauOrientationAxes
for computing the Moon's orientation.
See the change log for a full list of changes
Cesium b21
b21 - 2013-10-01
Highlights include:
- Added
Geometries
tab to Sandcastle with an example for each geometry type. - Added
CorridorOutlineGeometry
. - Added
PolylineGeometry
,PolylineColorAppearance
, andPolylineMaterialAppearance
. - Added
colors
option toSimplePolylineGeometry
for per vertex or per segment colors.
See the change log for a full list of changes