Skip to content

Releases: CesiumGS/cesium

Cesium b15

01 Aug 14:37
Compare
Choose a tag to compare

b15 - 2013-04-01

Highlights include:

  • Added BoundingSphere.fromCornerPoints.
  • Added fromArray and distance functions to Cartesian2, Cartesian3, and Cartesian4.
  • Added DynamicPath.resolution property for setting the maximum step size, in seconds, to take when sampling a position for path visualization.
  • Added TileCoordinatesImageryProvider that renders imagery with tile X, Y, Level coordinates on the surface of the globe. This is mostly useful for debugging.

See the change log for a full list of changes

Cesium b14

01 Aug 14:36
Compare
Choose a tag to compare

b14 - 2013-03-01

Highlights include:

  • Added support for global terrain visualization via CesiumTerrainProvider, ArcGisImageServerTerrainProvider, and VRTheWorldTerrainProvider. See the Terrain Tutorial for more information.
  • Added FullscreenWidget which is a simple, single-button widget that toggles fullscreen mode of the specified element.
  • Added interactive extent drawing to the Picking Sandcastle example.
  • Added HeightmapTessellator to create a mesh from a heightmap.

See the change log for a full list of changes

Cesium b13

01 Aug 14:35
Compare
Choose a tag to compare

b13 - 2013-02-01

Highlights include:

  • Added new RimLighting and Erosion materials. See the Fabric wiki page.
  • Added hue and saturation properties to ImageryLayer.
  • Added czm_hue and czm_saturation to adjust the hue and saturation of RGB colors.
  • Added JulianDate.getDaysDifference method.

See the change log for a full list of changes

Cesium b12a

01 Aug 14:33
Compare
Choose a tag to compare

b12a - 2013-01-18

Highlights include:

  • Added fromCssColorString to Color to create a Color instance from any CSS value.
  • Added fromHsl to Color to create a Color instance from H, S, L values.
  • Added Scene.backgroundColor.
  • Added textureRotationAngle parameter to Polygon.setPositions and Polygon.configureFromPolygonHierarchy to rotate textures on polygons.

See the change log for a full list of changes

Cesium b12

01 Aug 14:32
Compare
Choose a tag to compare

b12 - 2013-01-03

Highlights include:

  • Added pinch-zoom, pinch-twist, and pinch-tilt for touch-enabled browsers (particularly mobile browsers).
  • Improved rendering support on Nexus 4 and Nexus 7 using Firefox.
  • Improved camera flights.

See the change log for a full list of changes

Cesium b11

01 Aug 14:30
Compare
Choose a tag to compare

b11 - 2012-12-03

Highlights include:

  • Improved lighting in Columbus view and on polygons, ellipsoids, and sensors.
  • Fixed atmosphere rendering artifacts and improved Columbus view transition.
  • Fixed jitter artifacts with billboards and polylines.
  • Added TileMapServiceImageryProvider. See the Imagery Layers Sandcastle example.
  • Added Water material. See the Materials Sandcastle example.
  • Added SkyBox to draw stars. Added CesiumWidget.showSkyBox and CesiumViewerWidget.showSkyBox.

See the change log for a full list of changes

Cesium b10

01 Aug 14:29
Compare
Choose a tag to compare

b10 - 2012-11-02'

Highlights include:

  • CentralBody now allows imagery from multiple sources to be layered and alpha blended on the globe. See the new Imagery Layers and Map Projections Sandcastle examples.
  • Added WebMapServiceImageryProvider.
  • Improved middle mouse click behavior to always tilt in the same direction.
  • Added getElementIndex to Matrix2, Matrix3, and Matrix4.

See the change log for a full list of changes

Cesium b9

01 Aug 14:28
Compare
Choose a tag to compare

b9 - 2012-10-01

Highlights include:

  • The new Sandcastle live editor and demo gallery replace the Sandbox and Skeleton examples.
  • Improved picking performance and accuracy.
  • Added EllipsoidPrimitive for visualizing ellipsoids and spheres. Currently, this is only supported in 3D, not 2D or Columbus view.
  • Added DynamicEllipsoid and DynamicEllipsoidVisualizer which use the new EllipsoidPrimitive to implement ellipsoids in CZML.

See the change log for a full list of changes

Cesium b8

01 Aug 14:26
Compare
Choose a tag to compare

b8 - 2012-09-05

Highlights include

  • All Quaternion operations now have static versions that work with any objects exposing x, y, z and w properties.
  • Added support for nested polygons with holes. See Polygon.configureFromPolygonHierarchy.
  • Added support to the renderer for view frustum and central body occlusion culling. All built-in primitives, such as BillboardCollection, Polygon, PolylineCollection, etc., can be culled. See the advanced examples in the Sandbox for details.
  • Added writeTextToCanvas function which handles sizing the resulting canvas to fit the desired text.
  • Added support for CZML path visualization via the DynamicPath and DynamicPathVisualizer objects. See the CZML wiki for more details.

See the change log for a full list of changes

Cesium b7

01 Aug 14:25
Compare
Choose a tag to compare

b7 - 2012-08-01

Highlights include:

  • Added Cartographic.fromDegrees to make creating Cartographic instances from values in degrees easier.
  • Added addImage to TextureAtlas so images can be added to a texture atlas after it is constructed.
  • Added Scene.pickEllipsoid, which picks either the ellipsoid or the map depending on the current SceneMode.
  • Added Event, a new utility class which makes it easy for objects to expose event properties.
  • Added TextureAtlasBuilder, a new utility class which makes it easy to build a TextureAtlas asynchronously.
  • Added Clock, a simple clock for keeping track of simulated time.

See the change log for a full list of changes