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.
ReferencePropertycan now handle sub-properties, for example,myObject#billboard.scale.DynamicObject.idcan now include period characters.- Added
PolylineGlowMaterialPropertywhich 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,fromDegreesArray3DandfromRadiansArray3D. AddedfromRadianstoCartographic. - 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
NavigationHelpButtonwidget that, when clicked, displays information about how to navigate around the globe with the mouse. The new button is enabled by default in theViewerwidget. - Added
Model.minimumPixelSizeproperty so models remain visible when the viewer zooms out. - Added
DynamicRectangleto support DataSource providedRectangleGeometry. - Added
DynamicWallto 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
Modelfor 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
SelectionIndicatorandInfoBoxwidgets toViewer, activated byviewerDynamicObjectMixin. CesiumTerrainProvidernow 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.
Viewernow monitors the clock settings of the first addedDataSourcefor changes, and also now has a constructor optionautomaticallyTrackFirstDataSourceClockwhich will turn off this behavior.- The
DynamicObjectCollectioncreated byCzmlDataSourcenow sends a singlecollectionChangedevent 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.jsfile now omits certainDeveloperErrorchecks, 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
Geocoderflights when following an object. - The
Viewerwidget now clearsGeocoderinput 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
perPositionHeightoption toPolygonGeometryandPolygonOutlineGeometry. - Added
QuaternionSplineandLinearSpline. - Added
Quaternion.log,Quaternion.exp,Quaternion.innerQuadrangle, andQuaternion.squad. - Added
Matrix3.inverseandMatrix3.determinant.
See the change log for a full list of changes
Cesium b22
b22 - 2013-11-01
Highlights include:
- Added a
Geocoderwidget 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 theViewerwidget. - Added
GoogleEarthImageryProvider. - Added
Moonfor drawing the moon, andIauOrientationAxesfor computing the Moon's orientation.
See the change log for a full list of changes
Cesium b21
b21 - 2013-10-01
Highlights include:
- Added
Geometriestab to Sandcastle with an example for each geometry type. - Added
CorridorOutlineGeometry. - Added
PolylineGeometry,PolylineColorAppearance, andPolylineMaterialAppearance. - Added
colorsoption toSimplePolylineGeometryfor per vertex or per segment colors.
See the change log for a full list of changes