Releases: CesiumGS/cesium
Releases · CesiumGS/cesium
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
Cesium b20
b20 - 2013-09-03
Highlights include:
- Added outline geometries. #1021.
- Added
CorridorGeometry. - Added
Billboard.scaleByDistanceandNearFarScalarto 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
b19 - 2013-08-01
Highlights include:
- Added Geometry and Appearances #911.
- Added property
intersectionWidthtoDynamicCone,DynamicPyramid,CustomSensorVolume, andRectangularPyramidSensorVolume. - Added
ExtentPrimitive. - Added
PolylinePipeline.removeDuplicates.
See the change log for a full list of changes
Cesium b18
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
b17 - 2013-06-03
Highlights include:
- Added support for approximating local vertical, local horizontal (LVLH) reference frames when using
DynamicObjectViewin 3D. The object automatically selects LVLH or EastNorthUp based on the object's velocity. - Added support for CZML defined vectors via new
CzmlDirection,DynamicVector, andDynamicVectorVisualizerobjects. - Added
SceneTransforms.wgs84ToWindowCoordinates. #746. - Added
fromElementstoCartesian2,Cartesian3, andCartesian4.
See the change log for a full list of changes
Cesium b16
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, andFadematerials.
See the change log for a full list of changes
Cesium b15
b15 - 2013-04-01
Highlights include:
- Added
BoundingSphere.fromCornerPoints. - Added
fromArrayanddistancefunctions toCartesian2,Cartesian3, andCartesian4. - Added
DynamicPath.resolutionproperty for setting the maximum step size, in seconds, to take when sampling a position for path visualization. - Added
TileCoordinatesImageryProviderthat 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
b14 - 2013-03-01
Highlights include:
- Added support for global terrain visualization via
CesiumTerrainProvider,ArcGisImageServerTerrainProvider, andVRTheWorldTerrainProvider. See the Terrain Tutorial for more information. - Added
FullscreenWidgetwhich is a simple, single-button widget that toggles fullscreen mode of the specified element. - Added interactive extent drawing to the
PickingSandcastle example. - Added
HeightmapTessellatorto create a mesh from a heightmap.
See the change log for a full list of changes
Cesium b13
b13 - 2013-02-01
Highlights include:
- Added new
RimLightingandErosionmaterials. See the Fabric wiki page. - Added
hueandsaturationproperties toImageryLayer. - Added
czm_hueandczm_saturationto adjust the hue and saturation of RGB colors. - Added
JulianDate.getDaysDifferencemethod.
See the change log for a full list of changes
Cesium b12a
b12a - 2013-01-18
Highlights include:
- Added
fromCssColorStringtoColorto create aColorinstance from any CSS value. - Added
fromHsltoColorto create aColorinstance from H, S, L values. - Added
Scene.backgroundColor. - Added
textureRotationAngleparameter toPolygon.setPositionsandPolygon.configureFromPolygonHierarchyto rotate textures on polygons.
See the change log for a full list of changes