Skip to content

Releases: CesiumGS/cesium

Cesium b25

01 Aug 14:50
Compare
Choose a tag to compare

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 added DataSource for changes, and also now has a constructor option automaticallyTrackFirstDataSourceClock which will turn off this behavior.
  • The DynamicObjectCollection created by CzmlDataSource now sends a single collectionChanged 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

01 Aug 14:50
Compare
Choose a tag to compare

b24 - 2014-01-06

Highlights include:

  • The minified, combined Cesium.js file now omits certain DeveloperError 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 clears Geocoder input when the user clicks the home button.

See the change log for a full list of changes

Cesium b23

01 Aug 14:49
Compare
Choose a tag to compare

b23 - 2013-12-02

Highlights include:

  • Added perPositionHeight option to PolygonGeometry and PolygonOutlineGeometry.
  • Added QuaternionSpline and LinearSpline.
  • Added Quaternion.log, Quaternion.exp, Quaternion.innerQuadrangle, and Quaternion.squad.
  • Added Matrix3.inverse and Matrix3.determinant.

See the change log for a full list of changes

Cesium b22

01 Aug 14:48
Compare
Choose a tag to compare

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 the Viewer widget.
  • Added GoogleEarthImageryProvider.
  • Added Moon for drawing the moon, and IauOrientationAxes for computing the Moon's orientation.

See the change log for a full list of changes

Cesium b21

01 Aug 14:44
Compare
Choose a tag to compare

b21 - 2013-10-01

Highlights include:

  • Added Geometries tab to Sandcastle with an example for each geometry type.
  • Added CorridorOutlineGeometry.
  • Added PolylineGeometry, PolylineColorAppearance, and PolylineMaterialAppearance.
  • Added colors option to SimplePolylineGeometry for per vertex or per segment colors.

See the change log for a full list of changes

Cesium b20

01 Aug 14:42
Compare
Choose a tag to compare

b20 - 2013-09-03

Highlights include:

  • Added outline geometries. #1021.
  • Added CorridorGeometry.
  • Added Billboard.scaleByDistance and NearFarScalar to control billboard minimum/maximum scale based on camera distance.
  • Added EllipsoidGeodesic.
  • Added PolylinePipeline.scaleToSurface.
  • Added PolylinePipeline.scaleToGeodeticHeight.

See the change log for a full list of changes

Cesium b19

01 Aug 14:40
Compare
Choose a tag to compare

b19 - 2013-08-01

Highlights include:

  • Added Geometry and Appearances #911.
  • Added property intersectionWidth to DynamicCone, DynamicPyramid, CustomSensorVolume, and RectangularPyramidSensorVolume.
  • Added ExtentPrimitive.
  • Added PolylinePipeline.removeDuplicates.

See the change log for a full list of changes

Cesium b18

01 Aug 14:40
Compare
Choose a tag to compare

b18 - 2013-07-01

Highlights include:

  • Fix resizing issues in CesiumWidget (#608, #834).
  • Added initial support for GeoJSON and TopoJSON. (#890, #906)
  • Added rotation, aligned axis, width, and height properties to Billboards.
  • Improved the performance of "missing tile" checking, especially for Bing imagery.
  • Improved the performance of terrain and imagery refinement, especially when using a mixture of slow and fast imagery sources.

See the change log for a full list of changes

Cesium b17

01 Aug 14:39
Compare
Choose a tag to compare

b17 - 2013-06-03

Highlights include:

  • Added support for approximating local vertical, local horizontal (LVLH) reference frames when using DynamicObjectView in 3D. The object automatically selects LVLH or EastNorthUp based on the object's velocity.
  • Added support for CZML defined vectors via new CzmlDirection, DynamicVector, and DynamicVectorVisualizer objects.
  • Added SceneTransforms.wgs84ToWindowCoordinates. #746.
  • Added fromElements to Cartesian2, Cartesian3, and Cartesian4.

See the change log for a full list of changes

Cesium b16

01 Aug 14:38
Compare
Choose a tag to compare

b16 - 2013-05-01

Highlights include:

  • Added wide polylines that work with and without ANGLE.
  • Polylines now use materials to describe their surface appearance. See the Fabric wiki page for more details on how to create materials.
  • Added new PolylineOutline, PolylineGlow, PolylineArrow, and Fade materials.

See the change log for a full list of changes