Skip to content

Releases: CesiumGS/cesium

Cesium 1.4

01 Aug 14:59
Compare
Choose a tag to compare

1.4 - 2014-12-01

Highlights include:

  • Added support for touch events on Internet Explorer 11 using the Pointer Events API.
  • Added geometry outline width support to the DataSource layer. This is exposed via the new outlineWidth property on EllipseGraphics, EllipsoidGraphics, PolygonGraphics, RectangleGraphics, and WallGraphics.
  • Added outlineWidth support to CZML geometry packets.
  • Added stroke-width support to the GeoJSON simple-style implementation.
  • Added the ability to specify global GeoJSON default styling. See the documentation for details.

See the change log for a full list of changes

Cesium 1.3

01 Aug 14:58
Compare
Choose a tag to compare

1.3 - 2014-11-03

Highlights include:

  • Worked around a shader compilation regression in Firefox 33 and 34 by falling back to a less precise shader on those browsers. #2197
  • Added support to the CesiumTerrainProvider for terrain tiles with more than 64K vertices, which is common for sub-meter terrain.
  • Added Primitive.compressVertices. When true (default), geometry vertices are compressed to save GPU memory.

See the change log for a full list of changes

Cesium 1.2

01 Aug 14:57
Compare
Choose a tag to compare

1.2 - 2014-10-01

Highlights include:

  • Fixed model orientations to follow the same Z-up convention used throughout Cesium. There was also an orientation issue fixed in the online model converter. If you are having orientation issues after updating, try reconverting your models.
  • Fixed a bug in Model where the wrong animations could be used when the model was created from glTF JSON instead of a url to a glTF file. #2078
  • Fixed a bug in GeoJsonDataSource which was causing polygons with height values to be drawn onto the surface.
  • Fixed a bug that could cause a crash when quickly adding and removing imagery layers.

See the change log for a full list of changes

Cesium 1.1

01 Aug 14:57
Compare
Choose a tag to compare

1.1 - 2014-09-02

Highlights include:

  • Added a new imagery provider, WebMapTileServiceImageryProvider, for accessing tiles on a WMTS 1.0.0 server.
  • Added an optional pickFeatures function to the ImageryProvider interface. With supporting imagery providers, such as WebMapServiceImageryProvider, it can be used to determine the rasterized features under a particular location.
  • Added ImageryLayerCollection.pickImageryLayerFeatures. It determines the rasterized imagery layer features intersected by a given pick ray by querying supporting layers using ImageryProvider.pickFeatures.

See the change log for a full list of changes

Cesium 1.0

01 Aug 14:56
Compare
Choose a tag to compare

1.0 - 2014-08-01

Highlights include:

  • Added camera collision detection with terrain to the default mouse interaction.
  • Modified the default camera tilt mouse behavior to tilt about the point clicked, taking into account terrain.
  • Modified the default camera mouse behavior to look about the camera's position when the sky is clicked.
  • Cesium can now render an unlimited number of imagery layers, no matter how few texture units are supported by the hardware.

See the change log for a full list of changes

Cesium b30

01 Aug 14:55
Compare
Choose a tag to compare

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

01 Aug 14:54
Compare
Choose a tag to compare

b29 - 2014-06-02

Highlights include:

  • Added new functions to Cartesian3: fromDegrees, fromRadians, fromDegreesArray, fromRadiansArray, fromDegreesArray3D and fromRadiansArray3D. Added fromRadians to Cartographic.
  • 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

01 Aug 14:53
Compare
Choose a tag to compare

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 the Viewer widget.
  • Added Model.minimumPixelSize property so models remain visible when the viewer zooms out.
  • Added DynamicRectangle to support DataSource provided RectangleGeometry.
  • Added DynamicWall to support DataSource provided WallGeometry.

See the change log for a full list of changes

Cesium b27

01 Aug 14:52
Compare
Choose a tag to compare

b27 - 2014-04-01

Highlights include:

See the change log for a full list of changes

Cesium b26

01 Aug 14:51
Compare
Choose a tag to compare

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 and InfoBox widgets to Viewer, activated by viewerDynamicObjectMixin.
  • CesiumTerrainProvider now supports mesh-based terrain like the tiles created by STK Terrain Server.

See the change log for a full list of changes