Skip to content

Cesium 1.10

Compare
Choose a tag to compare
@hpinkos hpinkos released this 01 Aug 15:05
· 21524 commits to master since this release

1.10 - 2015-06-01

Highlights include:

  • Added view query parameter to the CesiumViewer app, which sets the initial camera position using longitude, latitude, height, heading, pitch and roll. For example: http://cesiumjs.org/Cesium/Build/Apps/CesiumViewer/index.html/index.html?view=-75.0,40.0,300.0,9.0,-13.0,3.0
  • Added Billboard.heightReference and Label.heightReference to clamp billboards and labels to terrain.
  • Added support for the CESIUM_binary_glTF extension for loading binary blobs of glTF to Model. See Faster 3D Models with Binary glTF.
  • Added support for the CESIUM_RTC glTF extension for high-precision rendering to Model.

See the change log for a full list of changes