Releases: CesiumGS/cesium
Releases · CesiumGS/cesium
Cesium b11
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 LayersSandcastleexample. - Added
Watermaterial. See the MaterialsSandcastleexample. - Added
SkyBoxto draw stars. AddedCesiumWidget.showSkyBoxandCesiumViewerWidget.showSkyBox.
See the change log for a full list of changes
Cesium b10
b10 - 2012-11-02'
Highlights include:
CentralBodynow allows imagery from multiple sources to be layered and alpha blended on the globe. See the newImagery LayersandMap ProjectionsSandcastle examples.- Added
WebMapServiceImageryProvider. - Improved middle mouse click behavior to always tilt in the same direction.
- Added
getElementIndextoMatrix2,Matrix3, andMatrix4.
See the change log for a full list of changes
Cesium b9
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
DynamicEllipsoidandDynamicEllipsoidVisualizerwhich use the newEllipsoidPrimitiveto implement ellipsoids in CZML.
See the change log for a full list of changes
Cesium b8
b8 - 2012-09-05
Highlights include
- All
Quaternionoperations now have static versions that work with any objects exposingx,y,zandwproperties. - 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
writeTextToCanvasfunction which handles sizing the resulting canvas to fit the desired text. - Added support for CZML path visualization via the
DynamicPathandDynamicPathVisualizerobjects. See the CZML wiki for more details.
See the change log for a full list of changes
Cesium b7
b7 - 2012-08-01
Highlights include:
- Added
Cartographic.fromDegreesto make creating Cartographic instances from values in degrees easier. - Added
addImagetoTextureAtlasso 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 currentSceneMode. - 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
Cesium b6a
b6a - 2012-06-20
Highlights include:
- Added
CentralBody.northPoleColorandCentralBody.southPoleColorto fill in the poles if they are not covered by a texture. - Added
Polygon.configureExtentto create a polygon defined by west, south, east, and north values. - Added functions to
Camerato provide position and directions in world coordinates.
See the change log for a full list of changes
Cesium b5
b5 - 2012-05-15
Highlights include:
- Added
PerformanceDisplaywhich can be added to a scene to display frames per second (FPS). - Labels now correctly allow specifying fonts by non-pixel CSS units such as points, ems, etc.
- Added
Shapes.computeEllipseBoundaryand updatedShapes.computeCircleBoundaryto compute boundaries using arc-distance.
See the change log for a full list of changes