- Breaking changes:
- Rename Extent to Rectangle
Extent->RectangleExtentGeometry->RectangleGeomtryExtentGeometryOutline->RectangleGeometryOutlineExtentPrimitive->RectanglePrimitiveBoundingRectangle.fromExtent->BoundingRectangle.fromRectangleBoundingSphere.fromExtent2D->BoundingSphere.fromRectangle2DBoundingSphere.fromExtentWithHeights2D->BoundingSphere.fromRectangleWithHeights2DBoundingSphere.fromExtent3D->BoundingSphere.fromRectangle3DEllipsoidalOccluder.computeHorizonCullingPointFromExtent->EllipsoidalOccluder.computeHorizonCullingPointFromRectangleOccluder.computeOccludeePointFromExtent->Occluder.computeOccludeePointFromRectangleCamera.getExtentCameraCoordinates->Camera.getRectangleCameraCoordinatesCamera.viewExtent->Camera.viewRectangleCameraFlightPath.createAnimationExtent->CameraFlightPath.createAnimationRectangleTilingScheme.extentToNativeRectangle->TilingScheme.rectangleToNativeRectangleTilingScheme.tileXYToNativeExtent->TilingScheme.tileXYToNativeRectangleTilingScheme.tileXYToExtent->TilingScheme.tileXYToRectangle
BaseLayerPickerhas been extended to support terrain selection.- The
BaseLayerPickerconstructor function now takes the container element and an options object instead of a CentralBody and ImageryLayerCollection. - The
BaseLayerPickerViewModelconstructor function now takes an options object instead of a CentralBody and ImageryLayerCollection. ImageryProviderViewModel->ProviderViewModelBaseLayerPickerViewModel.selectedName->BaseLayerPickerViewModel.buttonTooltipBaseLayerPickerViewModel.selectedIconUrl->BaseLayerPickerViewModel.buttonImageUrlBaseLayerPickerViewModel.selectedItem->BaseLayerPickerViewModel.selectedImageryBaseLayerPickerViewModel.imageryLayershas been removed and replaced withBaseLayerPickerViewModel.centralBody- See #1607 for full details.
- The
TimeIntervalCollection.clearrenamed toTimeIntervalColection.removeAllContextis now private- Removed
Scene.context: replaced by addingdrawingBufferWidth,drawingBufferHeight,maximumAliasedLineWidthproperties andcreateTextureAtlasfunction toScene. Cameraconstructor takesSceneas parameter instead ofContextBillboard.computeScreenSpacePosition,Label.computeScreenSpacePosition,SceneTransforms.clipToWindowCoordinatesandSceneTransforms.clipToDrawingBufferCoordinatestake aSceneparameter instead of aContext.
- Removed
- Types implementing the
ImageryProviderinterface are now required to have ahasAlphaChannelproperty.
- Rename Extent to Rectangle
- Improved texture upload performance and reduced memory usage when using
BingMapsImageryProviderand other imagery providers that return false fromhasAlphaChannel.
- Breaking changes:
-
All
CameraControllerfunctions have been moved up to theCamera. RemovedCameraController. For example, code that looked like:scene.camera.controller.viewExtent(extent);should now look like:
scene.camera.viewExtent(extent); -
Finished replacing getter/setter functions with properties:
ImageryLayergetImageryProvider->imageryProvidergetExtent->extent
Billboard,LabelgetShow,setShow->showgetPosition,setPosition->positiongetPixelOffset,setPixelOffset->pixelOffsetgetTranslucencyByDistance,setTranslucencyByDistance->translucencyByDistancegetPixelOffsetScaleByDistance,setPixelOffsetScaleByDistance->pixelOffsetScaleByDistancegetEyeOffset,setEyeOffset->eyeOffsetgetHorizontalOrigin,setHorizontalOrigin->horizontalOrigingetVerticalOrigin,setVerticalOrigin->verticalOrigingetScale,setScale->scalegetId->id
BillboardgetScaleByDistance,setScaleByDistance->scaleByDistancegetImageIndex,setImageIndex->imageIndexgetColor,setColor->colorgetRotation,setRotation->rotationgetAlignedAxis,setAlignedAxis->alignedAxisgetWidth,setWidth->widthgetHeightsetHeight->height
LabelgetText,setText->textgetFont,setFont->fontgetFillColor,setFillColor->fillColorgetOutlineColor,setOutlineColor->outlineColorgetOutlineWidth,setOutlineWidth->outlineWidthgetStyle,setStyle->style
PolygongetPositions,setPositions->positions
PolylinegetShow,setShow->showgetPositions,setPositions->positionsgetMaterial,setMeterial->materialgetWidth,setWidth->widthgetLoop,setLoop->loopgetId->id
OccludergetPosition->positiongetRadius->radiussetCameraPosition->cameraPosition
LeapSecondgetLeapSeconds,setLeapSeconds->leapSeconds
FullscreengetFullscreenElement->elementgetFullscreenChangeEventName->changeEventNamegetFullscreenErrorEventName->errorEventNameisFullscreenEnabled->enabledisFullscreen->fullscreen
EventgetNumberOfListeners->numberOfListeners
EllipsoidGeodesicgetSurfaceDistance->surfaceDistancegetStart->startgetEnd->endgetStartHeading->startHeadinggetEndHeading->endHeading
AnimationCollectiongetAll->all
CentralBodySurfacegetTerrainProvider,setTerrainProvider->terrainProvider
CreditgetText->textgetImageUrl->imageUrlgetLink->link
TerrainData,HightmapTerrainData,QuanitzedMeshTerrainDatagetWaterMask->waterMask
TilegetChildren->children
BuffergetSizeInBytes->sizeInBytesgetUsage->usagegetVertexArrayDestroyable,setVertexArrayDestroyable->vertexArrayDestroyable
CubeMapgetPositiveX->positiveXgetNegativeX->negativeXgetPositiveY->positiveYgetNegativeY->negativeYgetPositiveZ->positiveZgetNegativeZ->negativeZ
CubeMap,TexturegetSampler,setSampler->samplergetPixelFormat->pixelFormatgetPixelDatatype->pixelDatatypegetPreMultiplyAlpha->preMultiplyAlphagetFlipY->flipYgetWidth->widthgetHeight->height
CubeMapFacegetPixelFormat->pixelFormatgetPixelDatatype->pixelDatatype
FramebuffergetNumberOfColorAttachments->numberOfColorAttachmentsgetDepthTexture->depthTexturegetDepthRenderbuffer->depthRenderbuffergetStencilRenderbuffer->stencilRenderbuffergetDepthStencilTexture->depthStencilTexturegetDepthStencilRenderbuffer->depthStencilRenderbufferhasDepthAttachment->hasdepthAttachment
RenderbuffergetFormat->formatgetWidth->widthgetHeight->height
ShaderProgramgetVertexAttributes->vertexAttributesgetNumberOfVertexAttributes->numberOfVertexAttributesgetAllUniforms->allUniformsgetManualUniforms->manualUniforms
TexturegetDimensions->dimensions
TextureAtlasgetBorderWidthInPixels->borderWidthInPixelsgetTextureCoordinates->textureCoordinatesgetTexture->texturegetNumberOfImages->numberOfImagesgetGUID->guid
VertexArraygetNumberOfAttributes->numberOfAttributesgetIndexBuffer->indexBuffer
-
Finished removing prototype functions. (Use 'static' versions of these functions instead):
BoundingRectangleunion,expand
BoundingSphereunion,expand,getPlaneDistances,projectTo2D
PlanegetPointDistance
RaygetPoint
Sphericalnormalize
Extentvalidate,getSouthwest,getNorthwest,getNortheast,getSoutheast,getCenter,intersectWith,contains,isEmpty,subsample
-
Renamed
Stripematerial uniformslightColoranddarkColortoevenColorandoddColor. -
Replaced
SceneTransitionerwith new functions and properties on theScene:morphTo2D,morphToColumbusView,morphTo3D,completeMorphOnUserInput,morphStart,morphComplete, andcompleteMorph. -
Removed
TexturePool.
-
- Improved visual quality for translucent objects with Weighted Blended Order-Independent Transparency.
- Fixed extruded polygons rendered in the southern hemisphere. #1490
- Fixed Primitive picking that have a closed appearance drawn on the surface. #1333
- Added
StripeMaterialPropertyfor supporting theStripematerial in DynamicScene. loadArrayBuffer,loadBlob,loadJson,loadText, andloadXMLnow support loading data from data URIs.- The
debugShowBoundingVolumeproperty on primitives now works across all scene modes. - Eliminated the use of a texture pool for Earth surface imagery textures. The use of the pool was leading to mipmapping problems in current versions of Google Chrome where some tiles would show imagery from entirely unrelated parts of the globe.
- Breaking changes:
- Replaced getter/setter functions with properties:
ScenegetCanvas->canvasgetContext->contextgetPrimitives->primitivesgetCamera->cameragetScreenSpaceCameraController->screenSpaceCameraControllergetFrameState->frameStategetAnimations->animations
CompositePrimitivegetCentralBody,setCentralBody->centralBodygetLength->length
EllipsoidgetRadii->radiigetRadiiSquared->radiiSquaredgetRadiiToTheFourth->radiiToTheFourthgetOneOverRadii->oneOverRadiigetOneOverRadiiSquared->oneOverRadiiSquaredgetMinimumRadius->minimumRadiusgetMaximumRadius->maximumRadius
CentralBodygetEllipsoid->ellipsoidgetImageryLayers->imageryLayers
EllipsoidalOccludergetEllipsoid->ellipsoidgetCameraPosition,setCameraPosition->cameraPosition
EllipsoidTangentPlanegetEllipsoid->ellipsoidgetOrigin->origin
GeographicProjectiongetEllipsoid->ellipsoid
WebMercatorProjectiongetEllipsoid->ellipsoid
SceneTransitionergetScene->scenegetEllipsoid->ellipsoid
ScreenSpaceCameraControllergetEllipsoid,setEllipsoid->ellipsoid
SkyAtmospheregetEllipsoid->ellipsoid
TilingScheme,GeographicTilingScheme,WebMercatorTilingShemegetEllipsoid->ellipsoidgetExtent->extentgetProjection->projection
ArcGisMapServerImageryProvider,BingMapsImageryProvider,GoogleEarthImageryProvider,GridImageryProvider,OpenStreetMapImageryProvider,SingleTileImageryProvider,TileCoordinatesImageryProvider,TileMapServiceImageryProvider,WebMapServiceImageryProvidergetProxy->proxygetTileWidth->tileWidthgetTileHeight->tileHeightgetMaximumLevel->maximumLevelgetMinimumLevel->minimumLevelgetTilingScheme->tilingSchemegetExtent->extentgetTileDiscardPolicy->tileDiscardPolicygetErrorEvent->errorEventisReady->readygetCredit->credit
ArcGisMapServerImageryProvider,BingMapsImageryProvider,GoogleEarthImageryProvider,OpenStreetMapImageryProvider,SingleTileImageryProvider,TileMapServiceImageryProvider,WebMapServiceImageryProvidergetUrl->url
ArcGisMapServerImageryProviderisUsingPrecachedTiles- >usingPrecachedTiles
BingMapsImageryProvidergetKey->keygetMapStyle->mapStyle
GoogleEarthImageryProvidergetPath->pathgetChannel->channelgetVersion->versiongetRequestType->requestType
WebMapServiceImageryProvidergetLayers->layers
CesiumTerrainProvider,EllipsoidTerrainProvider,ArcGisImageServerTerrainProvider,VRTheWorldTerrainProvidergetErrorEvent->errorEventgetCredit->creditgetTilingScheme->tilingSchemeisReady->ready
TimeIntervalCollectiongetChangedEvent->changedEventgetStart->startgetStop->stopgetLength->lengthisEmpty->empty
DataSourceCollection,ImageryLayerCollection,LabelCollection,PolylineCollection,SensorVolumeCollectiongetLength->length
BillboardCollectiongetLength->lengthgetTextureAtlas,setTextureAtlas->textureAtlasgetDestroyTextureAtlas,setDestroyTextureAtlas->destroyTextureAtlas
- Removed
Scene.getUniformState(). Usescene.context.getUniformState(). - Visualizers no longer create a
dynamicObjectproperty on the primitives they create. Instead, they set theidproperty that is standard for all primitives. - The
propertyChangedon DynamicScene objects has been renamed todefinitionChanged. Also, the event is now raised in the case of an existing property being modified as well as having a new property assigned (previously only property assignment would raise the event). - The
visualizerTypesparameter to theDataSouceDisplayhas been changed to a callback function that creates an array of visualizer instances. DynamicDirectionsPropertyandDynamicVertexPositionsPropertywere both removed, they have been superseded byPropertyArrayandPropertyPositionArray, which make it easy for DataSource implementations to create time-dynamic arrays.VisualizerCollectionhas been removed. It is superseded byDataSourceDisplay.DynamicEllipsoidVisualizer,DynamicPolygonVisualizer, andDynamicPolylineVisualizerhave been removed. They are superseded byGeometryVisualizerand correspondingGeometryUpdaterimplementations;EllipsoidGeometryUpdater,PolygonGeometryUpdater,PolylineGeometryUpdater.- Modified
CameraFlightPathfunctions to take place in the camera's current reference frame. The arguments to the function now need to be given in world coordinates and an optional reference frame can be given when the flight is completed. PixelDatatypeproperties are now JavaScript numbers, notEnumerationinstances.combinenow takes two objects instead of an array, and defaults to copying shallow references. TheallowDuplicatesparameter has been removed. In the event of duplicate properties, the first object's properties will be used.- Removed
FeatureDetection.supportsCrossOriginImagery. This check was only useful for very old versions of WebKit.
- Replaced getter/setter functions with properties:
- Added
Modelfor 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
SelectionIndicatorandInfoBoxwidgets toViewer, activated byviewerDynamicObjectMixin. CesiumTerrainProvidernow supports mesh-based terrain like the tiles created by STK Terrain Server.- Fixed rendering artifact on translucent objects when zooming in or out.
- Added
CesiumInspectorwidget for graphics debugging. In Cesium Viewer, it is enabled by using the query parameterinspector=true. Also see the Sandcastle example. - Improved compatibility with Internet Explorer 11.
DynamicEllipse,DynamicPolygon, andDynamicEllipsoidnow have properties matching their geometry counterpart, i.e.EllipseGeometry,EllipseOutlineGeometry, etc. These properties are also available in CZML.- Added a
definitionChangedevent to thePropertyinterface as well as mostDynamicSceneobjects. This makes it easy for a client to observe when new data is loaded into a property or object. - Added an
isConstantproperty to thePropertyinterface. Constant properties do not change in regards to simulation time, i.e.Property.getValuewill always return the same result for all times. ConstantPropertyis now mutable; it's value can be updated viaConstantProperty.setValue.- Improved the quality of imagery near the poles when the imagery source uses a
GeographicTilingScheme. OpenStreetMapImageryProvidernow supports imagery with a minimum level.BingMapsImageryProvidernow uses HTTPS by default for metadata and tiles when the document is loaded over HTTPS.- Added the ability for imagery providers to specify view-dependent attribution to be display in the
CreditDisplay. - View-dependent imagery source attribution is now added to the
CreditDisplayby theBingMapsImageryProvider. - Fixed viewing an extent. #1431
- Fixed camera tilt in ICRF. #544
- Fixed developer error when zooming in 2D. If the zoom would create an invalid frustum, nothing is done. #1432
- Fixed
WallGeometrybug that failed by removing positions that were less close together by less than 6 decimal places. #1483 - Fixed
EllipsoidGeometrytexture coordinates. #1454 - Added a loop property to
Polylines to join the first and last point. #960 - Use
performance.now()instead ofDate.now(), when available, to limit time spent loading terrain and imagery tiles. This results in more consistent frame rates while loading tiles on some systems. RequestErrorEventnow includes the headers that were returned with the error response.- Added
AssociativeArray, which is a helper class for maintaining a hash of objects that also needs to be iterated often. - Added
TimeIntervalCollection.getChangedEventwhich returns an event that will be raised whenever intervals are updated. - Added a second parameter to
Material.fromTypeto override default uniforms. #1522 - Added
Intersections2Dclass containing operations on 2D triangles. - Added
czm_inverseViewProjectionandczm_inverseModelViewProjectionautomatic GLSL uniform.
- Breaking changes:
- The
Viewerconstructor argumentoptions.fullscreenElementnow matches theFullscreenButtondefault ofdocument.body, it was previously theViewercontainer itself. - Removed
Viewer.objectTrackedevent;Viewer.trackedObjectis now an ES5 Knockout observable that can be subscribed to directly. - Replaced
PerformanceDisplaywithScene.debugShowFramesPerSecond. Asphalt,Blob,Brick,Cement,Erosion,Facet,Grass,TieDye, andWoodmaterials were moved to the Materials Pack Plugin.- Renamed
GeometryPipeline.createAttributeIndicestoGeometryPipeline.createAttributeLocations. - Renamed
attributeIndicesproperty toattributeLocationswhen callingContext.createVertexArrayFromGeometry. PerformanceDisplayrequires a DOM element as a parameter.
- The
- Fixed globe rendering in the current Canary version of Google Chrome.
Viewernow monitors the clock settings of the first addedDataSourcefor changes, and also now has a constructor optionautomaticallyTrackFirstDataSourceClockwhich will turn off this behavior.- The
DynamicObjectCollectioncreated byCzmlDataSourcenow sends a singlecollectionChangedevent after CZML is loaded; previously it was sending an event every time an object was created or removed during the load process. - Added
ScreenSpaceCameraController.enableInputsto fix issue with inputs not being restored after overlapping camera flights. - Fixed picking in 2D with rotated map. #1337
TileMapServiceImageryProvidercan now handle casing differences in tilemapresource.xml.OpenStreetMapImageryProvidernow supports imagery with a minimum level.- Added
Quaternion.fastSlerpandQuaternion.fastSquad. - Upgraded Tween.js to version r12.
- Breaking changes:
-
Added
allowTextureFilterAnisotropic(default:true) andfailIfMajorPerformanceCaveat(default:true) properties to thecontextOptionsproperty passed toViewer,CesiumWidget, andSceneconstructors and moved the existing properties to a newwebglsub-property. For example, code that looked like:var viewer = new Viewer('cesiumContainer', { contextOptions : { alpha : true } });should now look like:
var viewer = new Viewer('cesiumContainer', { contextOptions : { webgl : { alpha : true } } }); -
The read-only
Cartesian3objects must now be cloned to camera properties instead of assigned. For example, code that looked like:camera.up = Cartesian3.UNIT_Z;should now look like:
Cartesian3.clone(Cartesian3.UNIT_Z, camera.up); -
The CSS files for individual widgets, e.g.
BaseLayerPicker.css, no longer import other CSS files. Most applications should importwidgets.css(and optionallylighter.css). -
SvgPathhas been replaced by a Knockout binding:cesiumSvgPath. -
DynamicObject.availabilityis now aTimeIntervalCollectioninstead of aTimeInterval. -
Removed prototype version of
BoundingSphere.transform. -
Matrix4.multiplyByPointnow returns aCartesian3instead of aCartesian4.
-
- The minified, combined
Cesium.jsfile now omits certainDeveloperErrorchecks, to increase performance and reduce file size. When developing your application, we recommend using the unminified version locally for early error detection, then deploying the minified version to production. - Fixed disabling
CentralBody.enableLighting. - Fixed
Geocoderflights when following an object. - The
Viewerwidget now clearsGeocoderinput when the user clicks the home button. - The
Geocoderinput type has been changed tosearch, which improves usability (particularly on mobile devices). There were also some other minor styling improvements. - Added
CentralBody.maximumScreenSpaceError. - Added
translateEventTypes,zoomEventTypes,rotateEventTypes,tiltEventTypes, andlookEventTypesproperties toScreenSpaceCameraControllerto change the default mouse inputs. - Added
Billboard.setPixelOffsetScaleByDistance,Label.setPixelOffsetScaleByDistance,DynamicBillboard.pixelOffsetScaleByDistance, andDynamicLabel.pixelOffsetScaleByDistanceto control minimum/maximum pixelOffset scaling based on camera distance. - Added
BoundingSphere.transformsWithoutScale. - Added
fromArrayfunction toMatrix2,Matrix3andMatrix4. - Added
Matrix4.multiplyTransformation,Matrix4.multiplyByPointAsVector.
- Breaking changes:
-
Changed the
CatmulRomSplineandHermiteSplineconstructors from taking an array of structures to a structure of arrays. For example, code that looked like:var controlPoints = [ { point: new Cartesian3(1235398.0, -4810983.0, 4146266.0), time: 0.0}, { point: new Cartesian3(1372574.0, -5345182.0, 4606657.0), time: 1.5}, { point: new Cartesian3(-757983.0, -5542796.0, 4514323.0), time: 3.0}, { point: new Cartesian3(-2821260.0, -5248423.0, 4021290.0), time: 4.5}, { point: new Cartesian3(-2539788.0, -4724797.0, 3620093.0), time: 6.0} ]; var spline = new HermiteSpline(controlPoints);should now look like:
var spline = new HermiteSpline({ times : [ 0.0, 1.5, 3.0, 4.5, 6.0 ], points : [ new Cartesian3(1235398.0, -4810983.0, 4146266.0), new Cartesian3(1372574.0, -5345182.0, 4606657.0), new Cartesian3(-757983.0, -5542796.0, 4514323.0), new Cartesian3(-2821260.0, -5248423.0, 4021290.0), new Cartesian3(-2539788.0, -4724797.0, 3620093.0) ] }); -
loadWithXhrnow takes an options object, and allows specifying HTTP method and data to send with the request. -
Renamed
SceneTransitioner.onTransitionStarttoSceneTransitioner.transitionStart. -
Renamed
SceneTransitioner.onTransitionCompletetoSceneTransitioner.transitionComplete. -
Renamed
CesiumWidget.onRenderLoopErrortoCesiumWidget.renderLoopError. -
Renamed
SceneModePickerViewModel.onTransitionStarttoSceneModePickerViewModel.transitionStart. -
Renamed
Viewer.onRenderLoopErrortoViewer.renderLoopError. -
Renamed
Viewer.onDropErrortoViewer.dropError. -
Renamed
CesiumViewer.onDropErrortoCesiumViewer.dropError. -
Renamed
viewerDragDropMixin.onDropErrortoviewerDragDropMixin.dropError. -
Renamed
viewerDynamicObjectMixin.onObjectTrackedtoviewerDynamicObjectMixin.objectTracked. -
PixelFormat,PrimitiveType,IndexDatatype,TextureWrap,TextureMinificationFilter, andTextureMagnificationFilterproperties are now JavaScript numbers, notEnumerationinstances. -
Replaced
sizeInBytesproperties onIndexDatatypewithIndexDatatype.getSizeInBytes.
-
- Added
perPositionHeightoption toPolygonGeometryandPolygonOutlineGeometry. - Added
QuaternionSplineandLinearSpline. - Added
Quaternion.log,Quaternion.exp,Quaternion.innerQuadrangle, andQuaternion.squad. - Added
Matrix3.inverseandMatrix3.determinant. - Added
ObjectOrientedBoundingBox. - Added
Ellipsoid.transformPositionFromScaledSpace. - Added
Math.nextPowerOfTwo. - Renamed our main website from cesium.agi.com to cesiumjs.org.
-
Breaking changes:
- Reversed the rotation direction of
Matrix3.fromQuaternionto be consistent with graphics conventions. Mirrored change inQuaternion.fromRotationMatrix. - The following prototype functions were removed:
- From
Matrix2,Matrix3, andMatrix4:toArray,getColumn,setColumn,getRow,setRow,multiply,multiplyByVector,multiplyByScalar,negate, andtranspose. - From
Matrix4:getTranslation,getRotation,inverse,inverseTransformation,multiplyByTranslation,multiplyByUniformScale,multiplyByPoint. For example, code that previously looked likematrix.toArray();should now look likeMatrix3.toArray(matrix);.
- From
- Replaced
DynamicPolylinecolor,outlineColor, andoutlineWidthproperties with a singlematerialproperty. - Renamed
DynamicBillboard.nearFarScalartoDynamicBillboard.scaleByDistance. - All data sources must now implement
DataSource.getName, which returns a user-readable name for the data source. - CZML
documentobjects are no longer added to theDynamicObjectCollectioncreated byCzmlDataSource. Use theCzmlDataSourceinterface to access the data instead. TimeInterval.equals, andTimeInterval.equalsEpsilonnow compare interval data as well.- All SVG files were deleted from
Widgets/Imagesand replaced by a newSvgPathclass. - The toolbar widgets (Home, SceneMode, BaseLayerPicker) and the fullscreen button now depend on
CesiumWidget.cssfor global Cesium button styles. - The toolbar widgets expect their
containerto be the toolbar itself now, no need for separate containers for each widget on the bar. Propertyimplementations are now required to implement a prototypeequalsfunction.ConstantPropertyandTimeIntervalCollectionPropertyno longer take aclonefunction and instead require objects to implement prototypecloneandequalsfunctions.- The
SkyBoxconstructor now takes anoptionsargument with asourcesproperty, instead of directly takingsources. - Replaced
SkyBox.getSourceswithSkyBox.sources. - The
bearingproperty ofDynamicEllipseis now calledrotation. - CZML
ellipse.bearingproperty is nowellipse.rotation.
- Reversed the rotation direction of
-
Added a
Geocoderwidget that allows users to enter an address or the name of a landmark and zoom to that location. It is enabled by default in applications that use theViewerwidget. -
Added
GoogleEarthImageryProvider. -
Added
Moonfor drawing the moon, andIauOrientationAxesfor computing the Moon's orientation. -
Added
Material.translucentproperty. Set this property orAppearance.translucentfor correct rendering order. Translucent geometries are rendered after opaque geometries. -
Added
enableLighting,lightingFadeOutDistance, andlightingFadeInDistanceproperties toCentralBodyto configure lighting. -
Added
Billboard.setTranslucencyByDistance,Label.setTranslucencyByDistance,DynamicBillboard.translucencyByDistance, andDynamicLabel.translucencyByDistanceto control minimum/maximum translucency based on camera distance. -
Added
PolylineVolumeGeometryandPolylineVolumeGeometryOutline. -
Added
Shapes.compute2DCircle. -
Added
Appearancestab to Sandcastle with an example for each geometry appearance. -
Added
Scene.drillPickto return list of objects each containing 1 primitive at a screen space position. -
Added
PolylineOutlineMaterialPropertyfor use withDynamicPolyline.material. -
Added the ability to use
ArrayandJulianDateobjects as custom CZML properties. -
Added
DynamicObject.nameand corresponding CZML support. This is a non-unique, user-readable name for the object. -
Added
DynamicObject.parentand corresponding CZML support. This allows forDataSourceobjects to present data hierarchically. -
Added
DynamicPoint.scaleByDistanceto control minimum/maximum point size based on distance from the camera. -
The toolbar widgets (Home, SceneMode, BaseLayerPicker) and the fullscreen button can now be styled directly with user-supplied CSS.
-
Added
skyBoxto theCesiumWidgetandViewerconstructors for changing the default stars. -
Added
Matrix4.fromTranslationQuaternionRotationScaleandMatrix4.multiplyByScale. -
Added
Matrix3.getEigenDecomposition. -
Added utility function
getFilenameFromUri, which given a URI with or without query parameters, returns the last segment of the URL. -
Added prototype versions of
equalsandequalsEpsilonmethod back toCartesian2,Cartesian3,Cartesian4, andQuaternion. -
Added prototype equals function to
NearFarScalar, andTimeIntervalCollection. -
Added
FrameState.events. -
Added
Primitive.allowPickingto save memory when picking is not needed. -
Added
debugShowBoundingVolume, for debugging primitive rendering, toPrimitive,Polygon,ExtentPrimitive,EllipsoidPrimitive,BillboardCollection,LabelCollection, andPolylineCollection. -
Added
DebugModelMatrixPrimitivefor debugging primitive'smodelMatrix. -
Added
optionsargument to theEllipsoidPrimitiveconstructor. -
Upgraded Knockout from version 2.3.0 to 3.0.0.
-
Upgraded RequireJS to version 2.1.9, and Almond to 0.2.6.
-
Added a user-defined
idto all primitives for use with picking. For example:primitives.add(new Polygon({ id : { // User-defined object returned by Scene.pick }, // ... })); // ... var p = scene.pick(/* ... */); if (defined(p) && defined(p.id)) { // Use properties and functions in p.id }
-
Breaking changes:
-
Cesium now prints a reminder to the console if your application uses Bing Maps imagery and you do not supply a Bing Maps key for your application. This is a reminder that you should create a Bing Maps key for your application as soon as possible and prior to deployment. You can generate a Bing Maps key by visiting https://www.bingmapsportal.com/. Set the
BingMapsApi.defaultKeyproperty to the value of your application's key before constructing theCesiumWidgetor any other types that use the Bing Maps API.BingMapsApi.defaultKey = 'my-key-generated-with-bingmapsportal.com'; -
Scene.picknow returns an object with aprimitiveproperty, not the primitive itself. For example, code that looked like:var primitive = scene.pick(/* ... */); if (defined(primitive)) { // Use primitive }should now look like:
var p = scene.pick(/* ... */); if (defined(p) && defined(p.primitive)) { // Use p.primitive } -
Removed
getViewMatrix,getInverseViewMatrix,getInverseTransform,getPositionWC,getDirectionWC,getUpWCandgetRightWCfromCamera. Instead, use theviewMatrix,inverseViewMatrix,inverseTransform,positionWC,directionWC,upWC, andrightWCproperties. -
Removed
getProjectionMatrixandgetInfiniteProjectionMatrixfromPerspectiveFrustum,PerspectiveOffCenterFrustumandOrthographicFrustum. Instead, use theprojectionMatrixandinfiniteProjectionMatrixproperties. -
The following prototype functions were removed:
- From
Quaternion:conjugate,magnitudeSquared,magnitude,normalize,inverse,add,subtract,negate,dot,multiply,multiplyByScalar,divideByScalar,getAxis,getAngle,lerp,slerp,equals,equalsEpsilon - From
Cartesian2,Cartesian3, andCartesian4:getMaximumComponent,getMinimumComponent,magnitudeSquared,magnitude,normalize,dot,multiplyComponents,add,subtract,multiplyByScalar,divideByScalar,negate,abs,lerp,angleBetween,mostOrthogonalAxis,equals, andequalsEpsilon. - From
Cartesian3:cross
Code that previously looked like
quaternion.magnitude();should now look likeQuaternion.magnitude(quaternion);. - From
-
DynamicObjectCollectionandCompositeDynamicObjectCollectionhave been largely re-written, see the documentation for complete details. Highlights include:getObjecthas been renamedgetById.removeObjecthas been renamedremoveById.collectionChangedevent added for notification of objects being added or removed.
-
DynamicScenegraphics object (DynamicBillboard, etc...) have had their staticmergePropertiesandcleanfunctions removed. -
UniformState.updatenow takes a context as its first parameter. -
Cameraconstructor now takes a context instead of a canvas. -
SceneTransforms.clipToWindowCoordinatesnow takes a context instead of a canvas. -
Removed
canvasDimensionsfromFrameState. -
Removed
contextoption fromMaterialconstructor and parameter fromMaterial.fromType. -
Renamed
TextureWrap.CLAMPtoTextureWrap.CLAMP_TO_EDGE.
-
-
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. -
Added proper support for browser zoom.
-
Added
propertyChangedevent toDynamicScenegraphics objects for receiving change notifications. -
Added prototype
cloneandmergefunctions toDynamicScenegraphics objects. -
Added
width,height, andnearFarScalarproperties toDynamicBillboardfor controlling the image size. -
Added
headingandtiltproperties toCameraController. -
Added
Scene.sunBloomto enable/disable the bloom filter on the sun. The bloom filter should be disabled for better frame rates on mobile devices. -
Added
getDrawingBufferWidthandgetDrawingBufferHeighttoContext. -
Added new built-in GLSL functions
czm_getLambertDiffuseandczm_getSpecular. -
Added support for EXT_frag_depth.
-
Improved graphics performance.
- An Everest terrain view went from 135-140 to over 150 frames per second.
- Rendering over a thousand polylines in the same collection with different materials went from 20 to 40 frames per second.
-
Improved runtime generation of GLSL shaders.
-
Made sun size accurate.
-
Fixed bug in triangulation that fails on complex polygons. Instead, it makes a best effort to render what it can. #1121
-
Fixed geometries not closing completely. #1093
-
Fixed
EllipsoidTangentPlane.projectPointOntoPlanefor tangent planes on an ellipsoid other than the unit sphere. -
CompositePrimitive.addnow returns the added primitive. This allows us to write more concise code.var p = new Primitive(/* ... */); primitives.add(p); return p;becomes
return primitives.add(new Primitive(/* ... */));
This releases fixes 2D and other issues with Chrome 29.0.1547.57 (#1002 and #1047).
- Breaking changes:
-
The
CameraFlightPathfunctionscreateAnimation,createAnimationCartographic, andcreateAnimationExtentnow takesceneas their first parameter instead offrameState. -
Completely refactored the
DynamicSceneproperty system to vastly improve the API. See #1080 for complete details.- Removed
CzmlBoolean,CzmlCartesian2,CzmlCartesian3,CzmlColor,CzmlDefaults,CzmlDirection,CzmlHorizontalOrigin,CzmlImage,CzmlLabelStyle,CzmlNumber,CzmlPosition,CzmlString,CzmlUnitCartesian3,CzmlUnitQuaternion,CzmlUnitSpherical, andCzmlVerticalOriginsince they are no longer needed. - Removed
DynamicProperty,DynamicMaterialProperty,DynamicDirectionsProperty, andDynamicVertexPositionsProperty; replacing them with an all new system of properties.Property- base interface for all properties.CompositeProperty- a property composed of other properties.ConstantProperty- a property whose value never changes.SampledProperty- a property whose value is interpolated from a set of samples.TimeIntervalCollectionProperty- a property whose value changes based on time interval.MaterialProperty- base interface for all material properties.CompositeMaterialProperty- aCompositePropertyfor materials.ColorMaterialProperty- a property that maps to a color material. (replacesDynamicColorMaterial)GridMaterialProperty- a property that maps to a grid material. (replacesDynamicGridMaterial)ImageMaterialProperty- a property that maps to an image material. (replacesDynamicImageMaterial)PositionProperty- base interface for all position properties.CompositePositionProperty- aCompositePropertyfor positions.ConstantPositionProperty- aPositionPropertywhose value does not change in respect to theReferenceFramein which is it defined.SampledPositionProperty- aSampledPropertyfor positions.TimeIntervalCollectionPositionProperty- ATimeIntervalCollectionPropertyfor positions.
- Removed
-
Removed
processCzml, useCzmlDataSourceinstead. -
Source/Widgets/Viewer/lighter.csswas deleted, useSource/Widgets/lighter.cssinstead. -
Replaced
ExtentGeometryparameters for extruded extent to make them consistent with other geometries.options.extrudedOptions.height->options.extrudedHeightoptions.extrudedOptions.closeTop->options.closeBottomoptions.extrudedOptions.closeBottom->options.closeTop
-
Geometry constructors no longer compute vertices or indices. Use the type's
createGeometrymethod. For example, code that looked like:var boxGeometry = new BoxGeometry({ minimumCorner : min, maximumCorner : max, vertexFormat : VertexFormat.POSITION_ONLY });should now look like:
var box = new BoxGeometry({ minimumCorner : min, maximumCorner : max, vertexFormat : VertexFormat.POSITION_ONLY }); var geometry = BoxGeometry.createGeometry(box); -
Removed
createTypedArrayandcreateArrayBufferViewfrom each of theComponentDatatypeenumerations. Instead, useComponentDatatype.createTypedArrayandComponentDatatype.createArrayBufferView. -
DataSourceDisplaynow requires aDataSourceCollectionto be passed into its constructor. -
DeveloperErrorandRuntimeErrorno longer contain anerrorproperty. CalltoString, or check thestackproperty directly instead. -
Replaced
createPickFragmentShaderSourcewithcreateShaderSource. -
Renamed
PolygonPipeline.earClip2DtoPolygonPipeline.triangulate.
-
- 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. - Added the ability to specify a
minimumTerrainLevelandmaximumTerrainLevelwhen constructing anImageryLayer. The layer will only be shown for terrain tiles within the specified range. - Added
Math.setRandomNumberSeedandMath.nextRandomNumberfor generating repeatable random numbers. - Added
Color.fromRandomto generate random and partially random colors. - Added an
onCancelcallback toCameraFlightPathfunctions that will be executed if the flight is canceled. - Added
Scene.debugShowFrustumsandScene.debugFrustumStatisticsfor rendering debugging. - Added
PackableandPackableForInterpolationinterfaces to aid interpolation and in-memory data storage. Also made most core Cesium types implement them. - Added
InterpolationAlgorithminterface to codify the base interface already being used byLagrangePolynomialApproximation,LinearApproximation, andHermitePolynomialApproximation. - Improved the performance of polygon triangulation using an O(n log n) algorithm.
- Improved geometry batching performance by moving work to a web worker.
- Improved
WallGeometryto follow the curvature of the earth. - Improved visual quality of closed translucent geometries.
- Optimized polyline bounding spheres.
Viewernow automatically sets its clock to that of the first addedDataSource, regardless of how it was added to theDataSourceCollection. Previously, this was only done for dropped files byviewerDragDropMixin.CesiumWidgetandViewernow display an HTML error panel if an error occurs while rendering, which can be disabled with a constructor option.CameraFlightPathnow automatically disables and restores mouse input for the flights it generates.- Fixed broken surface rendering in Columbus View when using the
EllipsoidTerrainProvider. - Fixed triangulation for polygons that cross the international date line.
- Fixed
EllipsoidPrimitiverendering for some oblate ellipsoids. #1067. - Fixed Cesium on Nexus 4 with Android 4.3.
- Upgraded Knockout from version 2.2.1 to 2.3.0.
- Breaking changes:
- Replaced tessellators and meshes with geometry. In particular:
- Replaced
CubeMapEllipsoidTessellatorwithEllipsoidGeometry. - Replaced
BoxTessellatorwithBoxGeometry. - Replaced
ExtentTessletaorwithExtentGeometry. - Removed
PlaneTessellator. It was incomplete and not used. - Renamed
MeshFilterstoGeometryPipeline. - Renamed
MeshFilters.toWireframeInPlacetoGeometryPipeline.toWireframe. - Removed
MeshFilters.mapAttributeIndices. It was not used. - Renamed
Context.createVertexArrayFromMeshtoContext.createVertexArrayFromGeometry. Likewise, renamedmeshconstructor property togeometry.
- Replaced
- Renamed
ComponentDatatype.*.toTypedArraytoComponentDatatype.*.createTypedArray. - Removed
Polygon.configureExtent. UseExtentPrimitiveinstead. - Removed
Polygon.bufferUsage. It is no longer needed. - Removed
heightandtextureRotationAnglearguments fromPolygonsetPositionsandconfigureFromPolygonHierarchyfunctions. UsePolygonheightandtextureRotationAngleproperties. - Renamed
PolygonPipeline.cleanUptoPolygonPipeline.removeDuplicates. - Removed
PolygonPipeline.wrapLongitude. UseGeometryPipeline.wrapLongitudeinstead. - Added
surfaceHeightparameter toBoundingSphere.fromExtent3D. - Added
surfaceHeightparameter toExtent.subsample. - Renamed
pointInsideTriangle2DtopointInsideTriangle. - Renamed
getLogotogetCreditforImageryProviderandTerrainProvider.
- Replaced tessellators and meshes with geometry. In particular:
- Added Geometry and Appearances #911.
- Added property
intersectionWidthtoDynamicCone,DynamicPyramid,CustomSensorVolume, andRectangularPyramidSensorVolume. - Added
ExtentPrimitive. - Added
PolylinePipeline.removeDuplicates. - Added
barycentricCoordinatesto compute the barycentric coordinates of a point in a triangle. - Added
BoundingSphere.fromEllipsoid. - Added
BoundingSphere.projectTo2D. - Added
Extent.fromDegrees. - Added
czm_tangentToEyeSpaceMatrixbuilt-in GLSL function. - Added debugging aids for low-level rendering:
DrawCommand.debugShowBoundingVolumeandScene.debugCommandFilter. - Added extrusion to
ExtentGeometry. - Added
CreditandCreditDisplayfor displaying credits on the screen. - Improved performance and visual quality of
CustomSensorVolumeandRectangularPyramidSensorVolume. - Improved the performance of drawing polygons created with
configureFromPolygonHierarchy.
- Breaking changes:
- Removed
CesiumViewerWidgetand replaced it with a newViewerwidget with mixin architecture. This new widget does not depend on Dojo and is part of the combined Cesium.js file. It is intended to be a flexible base widget for easily building robust applications. (#838) - Changed all widgets to use ECMAScript 5 properties. All public observable properties now must be accessed and assigned as if they were normal properties, instead of being called as functions. For example:
clockViewModel.shouldAnimate()->clockViewModel.shouldAnimateclockViewModel.shouldAnimate(true);->clockViewModel.shouldAnimate = true;
ImageryProviderViewModel.fromConstantshas been removed. Use theImageryProviderViewModelconstructor directly.- Renamed the
transitionerproperty onCesiumWidget,HomeButton, andScreenModePickertosceneTrasitionerto be consistent with property naming convention. ImageryProvider.loadImagenow requires that the calling imagery provider instance be passed as its first parameter.- Removed the Dojo-based
checkForChromeFramefunction, and replaced it with a new standalone version that returns a promise to signal when the asynchronous check has completed. - Removed
Assets/Textures/NE2_LR_LC_SR_W_DR_2048.jpg. If you were previously using this image withSingleTileImageryProvider, consider instead usingTileMapServiceImageryProviderwith a URL ofAssets/Textures/NaturalEarthII. - The
Client CZMLSandCastle demo has been removed, largely because it is redundant with the Simple CZML demo. - The
Two Viewer WidgetsSandCastle demo has been removed. We will add back a multi-scene example when we have a good architecture for it in place. - Changed static
clonefunctions in all objects such that if the object being cloned is undefined, the function will return undefined instead of throwing an exception.
- Removed
- 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.
TileMapServiceImageryProvidernow supports imagery with a minimum level. This improves compatibility with tile sets generated by MapTiler or gdal2tiles.py using their default settings.- Added
Context.getAntialias. - Improved test robustness on Mac.
- Upgraded RequireJS to version 2.1.6, and Almond to 0.2.5.
- Fixed artifacts that showed up on the edges of imagery tiles on a number of GPUs.
- Fixed an issue in
BaseLayerPickerwhere destroy wasn't properly cleaning everything up. - Added the ability to unsubscribe to
Timelineupdate event. - Added a
screenSpaceEventHandlerproperty toCesiumWidget. Also added asceneModeoption to the constructor to set the initial scene mode. - Added
useDefaultRenderLoopproperty toCesiumWidgetthat allows the default render loop to be disabled so that a custom render loop can be used. - Added
CesiumWidget.onRenderLoopErrorwhich is anEventthat is raised if an exception is generated inside of the default render loop. ImageryProviderViewModel.creationCommandcan now return an array of ImageryProvider instances, which allows adding multiple layers when a single item is selected in theBaseLayerPickerwidget.
- Breaking changes:
- Replaced
Uniform.getFrameNumberandUniform.getTimewithUniform.getFrameState, which returns the full frame state. - Renamed
Widgets/Fullscreenfolder toWidgets/FullscreenButtonalong with associated objects/files.FullscreenWidget->FullscreenButtonFullscreenViewModel->FullscreenButtonViewModel
- Removed
addAttribute,removeAttribute, andsetIndexBufferfromVertexArray. They were not used.
- Replaced
- 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. - Added
DrawCommand.cullto avoid redundant visibility checks. - Added
czm_morphTimeautomatic GLSL uniform. - Added support for OES_vertex_array_object, which improves rendering performance.
- Added support for floating-point textures.
- Added
IntersectionTests.trianglePlaneIntersection. - Added
computeHorizonCullingPoint,computeHorizonCullingPointFromVertices, andcomputeHorizonCullingPointFromExtentmethods toEllipsoidalOccluderand used them to build a more accurate horizon occlusion test for terrain rendering. - Added sun visualization. See
SunandScene.sun. - Added a new
HomeButtonwidget for returning to the default view of the current scene mode. - Added
Command.beforeExecuteandCommand.afterExecuteevents to enable additional processing when a command is executed. - Added rotation parameter to
Polygon.configureExtent. - Added camera flight to extents. See new methods
CameraController.getExtentCameraCoordinatesandCameraFlightPath.createAnimationExtent. - Improved the load ordering of terrain and imagery tiles, so that relevant detail is now more likely to be loaded first.
- Improved appearance of the Polyline arrow material.
- Fixed polyline clipping artifact. #728.
- Fixed polygon crossing International Date Line for 2D and Columbus view. #99.
- Fixed issue for camera flights when
frameState.mode === SceneMode.MORPHING. - Fixed ISO8601 date parsing when UTC offset is specified in the extended format, such as
2008-11-10T14:00:00+02:30.
- Breaking changes:
-
Removed the color, outline color, and outline width properties of polylines. Instead, use materials for polyline color and outline properties. Code that looked like:
var polyline = polylineCollection.add({ positions : positions, color : new Color(1.0, 1.0, 1.0, 1.0), outlineColor : new Color(1.0, 0.0, 0.0, 1.0), width : 1.0, outlineWidth : 3.0 });should now look like:
var outlineMaterial = Material.fromType(context, Material.PolylineOutlineType); outlineMaterial.uniforms.color = new Color(1.0, 1.0, 1.0, 1.0); outlineMaterial.uniforms.outlineColor = new Color(1.0, 0.0, 0.0, 1.0); outlineMaterial.uniforms.outlinewidth = 2.0; var polyline = polylineCollection.add({ positions : positions, width : 3.0, material : outlineMaterial }); -
CzmlCartographichas been removed and all cartographic values are converted to Cartesian internally during CZML processing. This improves performance and fixes interpolation of cartographic source data. The Cartographic representation can still be retrieved if needed. -
Removed
ComplexConicSensorVolume, which was not documented and did not work on most platforms. It will be brought back in a future release. This does not affect CZML, which uses a custom sensor to approximate a complex conic. -
Replaced
computeSunPositionwithSimon1994PlanetaryPosition, which has functions to calculate the position of the sun and the moon more accurately. -
Removed
Context.createClearState. These properties are now part ofClearCommand. -
RenderStateobjects returned fromContext.createRenderStateare now immutable. -
Removed
positionMCfromczm_materialInput. It is no longer used by any materials.
-
- 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. - Added
czm_pixelSizeInMetersautomatic GLSL uniform. - Added
AnimationViewModel.snapToTicks, which when set to true, causes the shuttle ring on the Animation widget to snap to the defined tick values, rather than interpolate between them. - Added
Color.toRgbaandColor.fromRgbato convert to/from numeric unsigned 32-bit RGBA values. - Added
GridImageryProviderfor custom rendering effects and debugging. - Added new
Gridmaterial. - Made
EllipsoidPrimitivedouble-sided. - Improved rendering performance by minimizing WebGL state calls.
- Fixed an error in Web Worker creation when loading Cesium.js from a different origin.
- Fixed
EllipsoidPrimitivepicking and picking objects with materials that have transparent parts. - Fixed imagery smearing artifacts on mobile devices and other devices without high-precision fragment shaders.
- Breaking changes:
Billboard.computeScreenSpacePositionnow takesContextandFrameStatearguments instead of aUniformStateargument.- Removed
clampToPixelproperty fromBillboardCollectionandLabelCollection. This option is no longer needed due to overall LabelCollection visualization improvements. - Removed
Widgets/Dojo/CesiumWidgetand replaced it withWidgets/CesiumWidget, which has no Dojo dependancies. destroyObjectno longer deletes properties from the object being destroyed.darker.cssfiles have been deleted and thedarkertheme is now the default style for widgets. The original theme is now known aslighterand is in correspondinglighter.cssfiles.- CSS class names have been standardized to avoid potential collisions. All widgets now follow the same pattern,
cesium-<widget>-<className>. - Removed
view2D,view3D, andviewColumbusproperties fromCesiumViewerWidget. Use thesceneTransitionerproperty instead.
- 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. - Added
DynamicEllipseandDynamicObject.ellipseproperty to render CZML ellipses on the globe. - Added
sampleTerrainfunction to sample the terrain height of a list ofCartographicpositions. - Added
DynamicObjectCollection.removeObjectand handling of the new CZMLdeleteproperty. - Imagery layers with an
alphaof exactly 0.0 are no longer rendered. Previously these invisible layers were rendered normally, which was a waste of resources. Unlike theshowproperty, imagery tiles in a layer with analphaof 0.0 are still downloaded, so the layer will become visible more quickly when itsalphais increased. - Added
onTransitionStartandonTransitionCompleteevents toSceneModeTransitioner. - Added
SceneModePicker; a new widget for morphing between scene modes. - Added
BaseLayerPicker; a new widget for switching among pre-configured base layer imagery providers.
- Breaking changes:
- Major refactoring of both animation and widgets systems as we move to an MVVM-like architecture for user interfaces.
- New
Animationwidget for controlling playback. - AnimationController.js has been deleted.
ClockStep.SYSTEM_CLOCK_DEPENDENTwas renamed toClockStep.SYSTEM_CLOCK_MULTIPLIER.ClockStep.SYSTEM_CLOCKwas added to have the clock always match the system time.ClockRange.LOOPwas renamed toClockRange.LOOP_STOPand now only loops in the forward direction.Clock.reverseTickwas removed, simply negateClock.multiplierand pass it toClock.tick.Clock.shouldAnimatewas added to indicate ifClock.tickshould actually advance time.- The Timeline widget was moved into the Widgets/Timeline subdirectory.
Dojo/TimelineWidgetwas removed. You should use the non-toolkit specific Timeline widget directly.
- New
- Removed
CesiumViewerWidget.fullScreenElement, instead use theCesiumViewerWidget.fullscreen.viewModel.fullScreenElementobservable property. IntersectionTests.rayPlanenow takes the newPlanetype instead of separateplaneNormalandplaneDarguments.- Renamed
ImageryProviderErrortoTileProviderError.
- Major refactoring of both animation and widgets systems as we move to an MVVM-like architecture for user interfaces.
- 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. - Added
JulianDate.equals. - Added
Planefor representing the equation of a plane. - Added a line segment-plane intersection test to
IntersectionTests. - Improved the lighting used in 2D and Columbus View modes. In general, the surface lighting in these modes should look just like it does in 3D.
- Fixed an issue where a
PolylineCollectionwith a model matrix other than the identity would be incorrectly rendered in 2D and Columbus view. - Fixed an issue in the
ScreenSpaceCameraControllerwhere disabled mouse events can cause the camera to be moved after being re-enabled.
- Breaking changes:
- The combined
Cesium.jsfile and other required files are now created inBuild/CesiumandBuild/CesiumUnminifiedfolders. - The Web Worker files needed when using the combined
Cesium.jsfile are now in aWorkerssubdirectory. - Removed
erosionproperty fromPolygon,ComplexConicSensorVolume,RectangularPyramidSensorVolume, andComplexConicSensorVolume. Use the newErosionmaterial. See the Sandbox Animation example. - Removed
setRectangleandgetRectanglemethods fromViewportQuad. Use the newrectangleproperty. - Removed
timeparameter fromScene.initializeFrame. Instead, pass the time toScene.render.
- The combined
- 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. - Added
Transforms.computeIcrfToFixedMatrixandcomputeFixedToIcrfMatrix. - Added
EarthOrientationParameters,EarthOrientationParametersSample,Iau2006XysData, andIau2006XysDataSampleclasses toCore. - CZML now supports the ability to specify positions in the International Celestial Reference Frame (ICRF), and inertial reference frame.
- Fixed globe rendering on the Nexus 4 running Google Chrome Beta.
ViewportQuadnow supports the material system. See the Fabric wiki page.- Fixed rendering artifacts in
EllipsoidPrimitive. - Fixed an issue where streaming CZML would fail when changing material types.
- Updated Dojo from 1.7.2 to 1.8.4. Reminder: Cesium does not depend on Dojo but uses it for reference applications.
- Breaking changes:
-
Renamed the
serverproperty tourlwhen constructing aBingMapsImageryProvider. Likewise, renamedBingMapsImageryProvider.getServertoBingMapsImageryProvider.getUrl. Code that looked likevar bing = new BingMapsImageryProvider({ server : 'dev.virtualearth.net' });should now look like:
var bing = new BingMapsImageryProvider({ url : 'http://dev.virtualearth.net' }); -
Renamed
toCSSColortotoCssColorString. -
Moved
minimumZoomDistanceandmaximumZoomDistancefrom theCameraControllerto theScreenSpaceCameraController.
-
- 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. - Added
Matrix3.fromRotationX,Matrix3.fromRotationY,Matrix3.fromRotationZ, andMatrix2.fromRotation. - Added
fromUniformScaletoMatrix2,Matrix3, andMatrix4. - Added
fromScaletoMatrix2. - Added
multiplyByUniformScaletoMatrix4. - Added
flipYproperty when callingContext.createTexture2DandContext.createCubeMap. - Added
MeshFilters.encodePositionandEncodedCartesian3.encode. - Fixed jitter artifacts with polygons.
- Fixed camera tilt close to the
minimumZoomDistance. - Fixed a bug that could lead to blue tiles when zoomed in close to the North and South poles.
- Fixed a bug where removing labels would remove the wrong label and ultimately cause a crash.
- Worked around a bug in Firefox 18 preventing typed arrays from being transferred to or from Web Workers.
- Upgraded RequireJS to version 2.1.2, and Almond to 0.2.3.
- Updated the default Bing Maps API key.
- Breaking changes:
- Renamed
EventHandlertoScreenSpaceEventHandler. - Renamed
MouseEventTypetoScreenSpaceEventType. - Renamed
MouseEventType.MOVEtoScreenSpaceEventType.MOUSE_MOVE. - Renamed
CameraEventHandlertoCameraEventAggregator. - Renamed all
*MouseActionto*InputAction(including get, set, remove, etc). - Removed
Camera2DController,CameraCentralBodyController,CameraColumbusViewController,CameraFlightController,CameraFreeLookController,CameraSpindleController, andCameraControllerCollection. Common ways to modify the camera are through theCameraControllerobject of theCameraand will work in all scene modes. The default camera handler is theScreenSpaceCameraControllerobject on theScene. - Changed default Natural Earth imagery to a 2K version of Natural Earth II with Shaded Relief, Water, and Drainages. The previously used version did not include lakes and rivers. This replaced
Source/Assets/Textures/NE2_50M_SR_W_2048.jpgwithSource/Assets/Textures/NE2_LR_LC_SR_W_DR_2048.jpg.
- Renamed
- 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.
- Added Sandbox example using NASA's new Black Marble night imagery.
- Added constrained z-axis by default to the Cesium widgets.
- Upgraded Jasmine from version 1.1.0 to 1.3.0.
- Added
JulianDate.toIso8601, which creates an ISO8601 compliant representation of a JulianDate. - The
Timelinewidget now properly displays leap seconds.
- Breaking changes:
- Widget render loop now started by default. Startup code changed, see Sandcastle examples.
- Changed
Timeline.makeLabelto take aJulianDateinstead of a JavaScript date parameter. - Default Earth imagery has been moved to a new package
Assets. Images used bySandcastleexamples have been moved to the Sandcastle folder, and images used by the Dojo widgets are now self-contained in theWidgetspackage. positionToEyeECinczm_materialInputis no longer normalized by default.FullScreenand related functions have been renamed toFullscreento match the W3C standard name.Fullscreen.isFullscreenEnabledwas incorrectly implemented in certain browsers.isFullscreenEnablednow correctly determines whether the browser will allow an element to go fullscreen. A newisFullscreenfunction is available to determine if the browser is currently in fullscreen mode.Fullscreen.getFullScreenChangeEventNameandFullscreen.getFullScreenChangeEventNamenow return the proper event name, suitable for use with theaddEventListenerAPI, instead prefixing them with "on".- Removed
Scene.setSunPositionandScene.getSunPosition. The sun position used for lighting is automatically computed based on the scene's time. - Removed a number of rendering options from
CentralBody, including the ground atmosphere, night texture, specular map, cloud map, cloud shadows, and bump map. These features weren't really production ready and had a disproportionate cost in terms of shader complexity and compilation time. They may return in a more polished form in a future release. - Removed
affectedByLightingproperty fromPolygon,EllipsoidPrimitive,RectangularPyramidSensorVolume,CustomSensorVolume, andComplexConicSensorVolume. - Removed
DistanceIntervalMaterial. This was not documented. Matrix2.getElementIndex,Matrix3.getElementIndex, andMatrix4.getElementIndexfunctions have had their parameters swapped and now take row first and column second. This is consistent with other class constants, such as Matrix2.COLUMN1ROW2.- Replaced
CentralBody.showSkyAtmospherewithScene.skyAtmosphereandSkyAtmosphere. This has no impact for those using the Cesium widget.
- 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. - Added new
Matrix4functions:Matrix4.multiplyByTranslation,multiplyByPoint, andMatrix4.fromScale. AddedMatrix3.fromScale. - Added
EncodedCartesian3, which is used to eliminate jitter when drawing primitives. - Added new automatic GLSL uniforms:
czm_frameNumber,czm_temeToPseudoFixed,czm_entireFrustum,czm_inverseModel,czm_modelViewRelativeToEye,czm_modelViewProjectionRelativeToEye,czm_encodedCameraPositionMCHigh, andczm_encodedCameraPositionMCLow. - Added
czm_translateRelativeToEyeandczm_luminanceGLSL functions. - Added
shininesstoczm_materialInput. - Added
QuadraticRealPolynomial,CubicRealPolynomial, andQuarticRealPolynomialfor finding the roots of quadratic, cubic, and quartic polynomials. - Added
IntersectionTests.grazingAltitudeLocationfor finding a point on a ray nearest to an ellipsoid. - Added
mostOrthogonalAxisfunction toCartesian2,Cartesian3, andCartesian4. - Changed CesiumViewerWidget default behavior so that zooming to an object now requires a single left-click, rather than a double-click.
- Updated third-party Tween.js.
- Breaking changes:
- Renamed
Texture2DPooltoTexturePool. - Renamed
BingMapsTileProvidertoBingMapsImageryProvider. - Renamed
SingleTileProvidertoSingleTileImageryProvider. - Renamed
ArcGISTileProvidertoArcGisMapServerImageryProvider. - Renamed
EquidistantCylindrdicalProjectiontoGeographicProjection. - Renamed
MercatorProjectiontoWebMercatorProjection. CentralBody.dayTileProviderhas been removed. Instead, add one or more imagery providers to the collection returned byCentralBody.getImageryLayers().- The
description.generateTextureCoordsparameter passed toExtentTessellator.computeis now calleddescription.generateTextureCoordinates. - Renamed
bringForward,sendBackward,bringToFront, andsendToBackmethods onCompositePrimitivetoraise,lower,raiseToTop, andlowerToBottom, respectively. CacheandCachePolicyare no longer used and have been removed.- Fixed problem with Dojo widget startup, and removed "postSetup" callback in the process. See Sandcastle examples and update your startup code.
- Renamed
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.
- Breaking changes:
- Removed the
renderandrenderForPickfunctions of primitives. The primitiveupdatefunction updates a list of commands for the renderer. For more details, see the Data Driven Renderer. - Removed
Context.getViewportandContext.setViewport. The viewport defaults to the size of the canvas if a primitive does not override the viewport property in the render state. shallowEqualshas been removed.- Passing
undefinedto any of the set functions onBillboardnow throws an exception. - Passing
undefinedto any of the set functions onPolylinenow throws an exception. PolygonPipeline.scaleToGeodeticHeightnow takes ellipsoid as the last parameter, instead of the first. It also now defaults toEllipsoid.WGS84if no parameter is provided.
- Removed the
- 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. Extentfunctions now take optional result parameters. Also addedgetCenter,intersectWith, andcontainsfunctions.- Add new utility class,
DynamicObjectViewfor tracking a DynamicObject with the camera across scene modes; also hooked up CesiumViewerWidget to use it. - Added
enableTranslate,enableZoom, andenableRotateproperties toCamera2DControllerto selectively toggle camera behavior. All values default totrue. - Added
Camera2DController.setPositionCartographicto simplify moving the camera programmatically when in 2D mode. - Improved near/far plane distances and eliminated z-fighting.
- Added
Matrix4.multiplyByTranslation,Matrix4.fromScale, andMatrix3.fromScale.
-
Breaking changes:
-
Materials are now created through a centralized Material class using a JSON schema called Fabric. For example, change:
polygon.material = new BlobMaterial({repeat : 10.0});to:
polygon.material = Material.fromType(context, 'Blob'); polygon.material.repeat = 10.0;or:
polygon.material = new Material({ context : context, fabric : { type : 'Blob', uniforms : { repeat : 10.0 } } }); -
Label.computeScreenSpacePositionnow requires the current scene state as a parameter. -
Passing
undefinedto any of the set functions onLabelnow throws an exception. -
Renamed
agi_prefix on GLSL identifiers toczm_. -
Replaced
ViewportQuadpropertiesvertexShaderandfragmentShaderwith optional constructor arguments. -
Changed the GLSL automatic uniform
czm_viewportfrom anivec4to avec4to reduce casting. -
Billboardnow defaults to an image index of-1indicating no texture, previously billboards defaulted to0indicating the first texture in the atlas. For example, change:billboards.add({ position : { x : 1.0, y : 2.0, z : 3.0 }, });to:
billboards.add({ position : { x : 1.0, y : 2.0, z : 3.0 }, imageIndex : 0 }); -
Renamed
SceneStatetoFrameState. -
SunPositionwas changed from a static object to a functioncomputeSunPosition; which now returns aCartesian3with the computed position. It was also optimized for performance and memory pressure. For example, change:var result = SunPosition.compute(date); var position = result.position; to: var position = computeSunPosition(date);
-
-
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. -
Added support for WEBGL_depth_texture. See
Framebuffer.setDepthTexture. -
Added
CesiumMath.isPowerOfTwo. -
Added
affectedByLightingtoComplexConicSensorVolume,CustomSensorVolume, andRectangularPyramidSensorVolumeto turn lighting on/off for these objects. -
CZML
Polygon,Cone, andPyramidobjects are no longer affected by lighting. -
Added
czm_viewRotationandczm_viewInverseRotationautomatic GLSL uniforms. -
Added a
clampToPixelproperty toBillboardCollectionandLabelCollection. When true, it aligns all billboards and text to a pixel in screen space, providing a crisper image at the cost of jumpier motion. -
Ellipsoidfunctions now take optional result parameters.
-
Breaking changes:
-
Removed keyboard input handling from
EventHandler. -
TextureAtlastakes an object literal in its constructor instead of separate parameters. Code that previously looked like:context.createTextureAtlas(images, pixelFormat, borderWidthInPixels);should now look like:
context.createTextureAtlas({images : images, pixelFormat : pixelFormat, borderWidthInPixels : borderWidthInPixels}); -
Camera.pickEllipsoidreturns the picked position in world coordinates and the ellipsoid parameter is optional. Prefer the newScene.pickEllipsoidmethod. For example, changevar position = camera.pickEllipsoid(ellipsoid, windowPosition);to:
var position = scene.pickEllipsoid(windowPosition, ellipsoid); -
Camera.getPickRaynow returns the newRaytype instead of an object with position and direction properties. -
Camera.viewExtentnow takes anExtentargument instead of west, south, east and north arguments. PreferScene.viewExtentoverCamera.viewExtent.Scene.viewExtentwill work in anySceneMode. For example, changecamera.viewExtent(ellipsoid, west, south, east, north);to:
scene.viewExtent(extent, ellipsoid); -
CameraSpindleController.mouseConstrainedZAxishas been removed. Instead, useCameraSpindleController.constrainedAxis. Code that previously looked like:spindleController.mouseConstrainedZAxis = true;should now look like:
spindleController.constrainedAxis = Cartesian3.UNIT_Z; -
The
Camera2DControllerconstructor andCameraControllerCollection.add2Dnow require a projection instead of an ellipsoid. -
Chainhas been removed.whenis now included as a more complete CommonJS Promises/A implementation. -
Jobs.downloadImagewas replaced withloadImageto provide a promise that will asynchronously load an image. -
jsonpnow returns a promise for the requested data, removing the need for a callback parameter. -
JulianDate.getTimeStandard() has been removed, dates are now always stored internally as TAI.
-
LeapSeconds.setLeapSeconds now takes an array of LeapSecond instances instead of JSON.
-
TimeStandard.convertUtcToTai and TimeStandard.convertTaiToUtc have been removed as they are no longer needed.
-
Cartesian3.prototype.getXY()was replaced withCartesian2.fromCartesian3. Code that previously looked likecartesian3.getXY();should now look likeCartesian2.fromCartesian3(cartesian3);. -
Cartesian4.prototype.getXY()was replaced withCartesian2.fromCartesian4. Code that previously looked likecartesian4.getXY();should now look likeCartesian2.fromCartesian4(cartesian4);. -
Cartesian4.prototype.getXYZ()was replaced withCartesian3.fromCartesian4. Code that previously looked likecartesian4.getXYZ();should now look likeCartesian3.fromCartesian4(cartesian4);. -
Math.angleBetweenwas removed because it was a duplicate ofCartesian3.angleBetween. Simply replace calls of the former to the later. -
Cartographic3was renamed toCartographic. -
Cartographic2was removed; useCartographicinstead. -
Ellipsoid.toCartesianwas renamed toEllipsoid.cartographicToCartesian. -
Ellipsoid.toCartesianswas renamed toEllipsoid.cartographicArrayToCartesianArray. -
Ellipsoid.toCartographic2was renamed toEllipsoid.cartesianToCartographic. -
Ellipsoid.toCartographic2swas renamed toEllipsoid.cartesianArrayToCartographicArray. -
Ellipsoid.toCartographic3was renamed toEllipsoid.cartesianToCartographic. -
Ellipsoid.toCartographic3swas renamed toEllipsoid.cartesianArrayToCartographicArray. -
Ellipsoid.cartographicDegreesToCartesianwas removed. Code that previously looked likeellipsoid.cartographicDegreesToCartesian(new Cartographic(45, 50, 10))should now look likeellipsoid.cartographicToCartesian(Cartographic.fromDegrees(45, 50, 10)). -
Math.cartographic3ToRadians,Math.cartographic2ToRadians,Math.cartographic2ToDegrees, andMath.cartographic3ToDegreeswere removed. These functions are no longer needed because Cartographic instances are always represented in radians. -
All functions starting with
multiplyWithnow start withmultiplyByto be consistent with functions starting withdivideBy. -
The
multiplyWithMatrixfunction on eachMatrixtype was renamed tomultiply. -
All three Matrix classes have been largely re-written for consistency and performance. The
valuesproperty has been eliminated and Matrices are no longer immutable. Code that previously looked likematrix = matrix.setColumn0Row0(12);now looks likematrix[Matrix2.COLUMN0ROW0] = 12;. Code that previously looked likematrix.setColumn3(cartesian3);now looked likematrix.setColumn(3, cartesian3, matrix). -
'Polyline' is no longer externally creatable. To create a 'Polyline' use the 'PolylineCollection.add' method.
Polyline polyline = new Polyline();to
PolylineCollection polylineCollection = new PolylineCollection(); Polyline polyline = polylineCollection.add();
-
-
All
Cartesian2operations now have static versions that work with any objects exposingxandyproperties. -
All
Cartesian3operations now have static versions that work with any objects exposingx,y, andzproperties. -
All
Cartesian4operations now have static versions that work with any objects exposingx,y,zandwproperties. -
All
Cartographicoperations now have static versions that work with any objects exposinglongitude,latitude, andheightproperties. -
All
Matrixclasses are now indexable like arrays. -
All
Matrixoperations now have static versions of all prototype functions and anywhere we take a Matrix instance as input can now also take an Array or TypedArray. -
All
Matrix,Cartesian, andCartographicoperations now take an optional result parameter for object re-use to reduce memory pressure. -
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. -
Added
LagrangePolynomialApproximation,HermitePolynomialApproximation, andLinearApproximationinterpolation algorithms. -
Added
CoordinateConversions, a new static class where most coordinate conversion methods will be stored. -
Added
Sphericalcoordinate type -
Added a new DynamicScene layer for time-dynamic, data-driven visualization. This include CZML processing. For more details see https://github.com/AnalyticalGraphicsInc/cesium/wiki/Architecture and https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-in-Cesium.
-
Added a new application, Cesium Viewer, for viewing CZML files and otherwise exploring the globe.
-
Added a new Widgets directory, to contain common re-usable Cesium related controls.
-
Added a new Timeline widget to the Widgets directory.
-
Added a new Widgets/Dojo directory, to contain dojo-specific widgets.
-
Added new Timeline and Cesium dojo widgets.
-
Added
CameraCentralBodyControlleras the new default controller to handle mouse input.- The left mouse button rotates around the central body.
- The right mouse button and mouse wheel zoom in and out.
- The middle mouse button rotates around the point clicked on the central body.
-
Added
computeTemeToPseudoFixedMatrixfunction toTransforms. -
Added 'PolylineCollection' to manage numerous polylines. 'PolylineCollection' dramatically improves rendering speed when using polylines.
- Breaking changes:
- Changed
Tipsify.tipsifyandTipsify.calculateACMRto accept an object literal instead of three separate arguments. Supplying a maximum index and cache size is now optional. CentralBodyno longer requires a camera as the first parameter.
- Changed
- 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. - Added
showThroughEllipsoidtoCustomSensorVolumeandRectangularPyramidSensorVolumeto allow sensors to draw through Earth. - Added
affectedByLightingtoCentralBodyandPolygonto turn lighting on/off for these objects.
-
Breaking changes:
-
Renamed Geoscope to Cesium. To update your code, change all
Geoscope.*references toCesium.*, and reference Cesium.js instead of Geoscope.js. -
CompositePrimitive.addGroundwas removed; useCompositePrimitive.addinstead. For example, changeprimitives.addGround(polygon);to:
primitives.add(polygon); -
Moved
eastNorthUpToFixedFrameandnorthEastDownToFixedFramefunctions fromEllipsoidto a newTransformsobject. For example, changevar m = ellipsoid.eastNorthUpToFixedFrame(p);to:
var m = Cesium.Transforms.eastNorthUpToFixedFrame(p, ellipsoid); -
Label properties
fillStyleandstrokeStylewere renamed tofillColorandoutlineColor; they are also now color objects instead of strings. The labelColorproperty has been removed.For example, change
label.setFillStyle("red"); label.setStrokeStyle("#FFFFFFFF");to:
label.setFillColor({ red : 1.0, blue : 0.0, green : 0.0, alpha : 1.0 }); label.setOutlineColor({ red : 1.0, blue : 1.0, green : 1.0, alpha : 1.0 }); -
Renamed
Tipsify.TipsifytoTipsify.tipsify. -
Renamed
Tipsify.CalculateACMRtoTipsify.calculateACMR. -
Renamed
LeapSecond.CompareLeapSecondDatetoLeapSecond.compareLeapSecondDate. -
Geoscope.JSONP.getis nowCesium.jsonp.Cesium.jsonpnow takes a url, a callback function, and an options object. The previous 2nd and 4th parameters are now specified using the options object. -
TWEENis no longer globally defined, and is instead available asCesium.Tween. -
Chain.js functions such as
runare now moved toCesium.Chain.run, etc. -
Geoscope.CollectionAlgorithms.binarySearchis nowCesium.binarySearch. -
Geoscope.ContainmentTests.pointInsideTriangle2Dis nowCesium.pointInsideTriangle2D. -
Static constructor methods prefixed with "createFrom", now start with "from":
Matrix2.createfromColumnMajorArraybecomes
Matrix2.fromColumnMajorArray -
The
JulianDateconstructor no longer takes aDateobject, use the new from methods instead:new JulianDate(new Date());becomes
JulianDate.fromDate(new Date("January 1, 2011 12:00:00 EST")); JulianDate.fromIso8601("2012-04-24T18:08Z"); JulianDate.fromTotalDays(23452.23); -
JulianDate.getDateis nowJulianDate.toDate()and returns a new instance each time. -
CentralBody.logoOffsetXandlogoOffsetYhave been replaced withCentralBody.logoOffset, aCartesian2. -
TileProviders now take a proxy object instead of a string, to allow more control over how proxy URLs are built. Construct a DefaultProxy, passing the previous proxy URL, to get the previous behavior.
-
Ellipsoid.getScaledWgs84()has been removed since it is not needed. -
getXXX()methods which returned a new instance of what should really be a constant are now exposed as frozen properties instead. This should improve performance and memory pressure.Cartsian2/3/4.getUnitX()->Cartsian2/3/4.UNIT_XCartsian2/3/4.getUnitY()->Cartsian2/3/4.UNIT_YCartsian2/3/4.getUnitZ()->Cartsian3/4.UNIT_ZCartsian2/3/4.getUnitW()->Cartsian4.UNIT_WMatrix/2/3/4.getIdentity()->Matrix/2/3/4.IDENTITYQuaternion.getIdentity()->Quaternion.IDENTITYEllipsoid.getWgs84()->Ellipsoid.WGS84Ellipsoid.getUnitSphere()->Ellipsoid.UNIT_SPHERECartesian2/3/4/Cartographic.getZero()->Cartesian2/3/4/Cartographic.ZERO
-
-
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. -
Added
fileExtensionandcreditproperties toOpenStreetMapTileProviderconstruction. -
Night lights no longer disappear when
CentralBody.showGroundAtmosphereistrue.
-
Breaking changes:
-
Replaced
Geoscope.SkyFromSpaceobject withCentralBody.showSkyAtmosphereproperty. -
For mouse click and double click events, replaced
event.xandevent.ywithevent.position. -
For mouse move events, replaced
movement.startXandstartYwithmovement.startPosition. Replacedmovement.endXandmovement.endYwithmovement.endPosition. -
Scene.Picknow takes aCartesian2with the origin at the upper-left corner of the canvas. For example, code that looked like:scene.pick(movement.endX, scene.getCanvas().clientHeight - movement.endY);becomes:
scene.pick(movement.endPosition);
-
-
Added
SceneTransitionerto switch between 2D and 3D views. See the new Skeleton 2D example. -
Added
CentralBody.showGroundAtmosphereto show an atmosphere on the ground. -
Added
Camera.pickEllipsoidto get the point on the globe under the mouse cursor. -
Added
Polygon.heightto draw polygons at a constant altitude above the ellipsoid.
- Breaking changes:
- Replaced
Geoscope.ConstantsandGeoscope.TrigwithGeoscope.Math. Polygon- Replaced
setColorandgetColorwith amaterial.colorproperty. - Replaced
setEllipsoidandgetEllipsoidwith anellipsoidproperty. - Replaced
setGranularityandgetGranularitywith agranularityproperty.
- Replaced
Polyline- Replaced
setColor/getColorandsetOutlineColor/getOutlineColorwithcolorandoutlineproperties. - Replaced
setWidth/getWidthandsetOutlineWidth/getOutlineWidthwithwidthandoutlineWidthproperties.
- Replaced
- Removed
Geoscope.BillboardCollection.bufferUsage. It is now automatically determined. - Removed
Geoscope.Labelset/get functions forshadowOffset,shadowBlur,shadowColor. These are no longer supported. - Renamed
Scene.getTransitionstoScene.getAnimations. - Renamed
SensorCollectiontoSensorVolumeCollection. - Replaced
ComplexConicSensorVolume.materialwith separate materials for each surface:outerMaterial,innerMaterial, andcapMaterial. - Material renames
TranslucentSensorVolumeMaterialtoColorMaterial.DistanceIntervalSensorVolumeMaterialtoDistanceIntervalMaterial.TieDyeSensorVolumeMaterialtoTieDyeMaterial.CheckerboardSensorVolumeMaterialtoCheckerboardMaterial.PolkaDotSensorVolumeMaterialtoDotMaterial.FacetSensorVolumeMaterialtoFacetMaterial.BlobSensorVolumeMaterialtoBlobMaterial.
- Added new materials:
VerticalStripeMaterialHorizontalStripeMaterialDistanceIntervalMaterial
- Added polygon material support via the new
Polygon.materialproperty. - Added clock angle support to
ConicSensorVolumevia the newmaximumClockAngleandminimumClockAngleproperties. - Added a rectangular sensor,
RectangularPyramidSensorVolume. - Changed custom sensor to connect direction points using the sensor's radius; previously, points were connected with a line.
- Improved performance and memory usage of
BillboardCollectionandLabelCollection. - Added more mouse events.
- Added Sandbox examples for new features.
- Replaced
- Added complex conic and custom sensor volumes, and various materials to change their appearance. See the new Sensor folder in the Sandbox.
- Added modelMatrix property to primitives to render them in a local reference frame. See the polyline example in the Sandbox.
- Added eastNorthUpToFixedFrame() and northEastDownToFixedFrame() to Ellipsoid to create local reference frames.
- Added CameraFlightController to zoom smoothly from one point to another. See the new camera examples in the Sandbox.
- Added row and column assessors to Matrix2, Matrix3, and Matrix4.
- Added Scene, which reduces the amount of code required to use Geoscope. See the Skeleton. We recommend using this instead of explicitly calling update() and render() for individual or composite primitives. Existing code will need minor changes:
- Calls to Context.pick() should be replaced with Scene.pick().
- Primitive constructors no longer require a context argument.
- Primitive update() and render() functions now require a context argument. However, when using the new Scene object, these functions do not need to be called directly.
- TextureAtlas should no longer be created directly; instead, call Scene.getContext().createTextureAtlas().
- Other breaking changes:
-
Camera get/set functions, e.g., getPosition/setPosition were replaced with properties, e.g., position.
-
Replaced CompositePrimitive, Polygon, and Polyline getShow/setShow functions with a show property.
-
Replaced Polyline, Polygon, BillboardCollection, and LabelCollection getBufferUsage/setBufferUsage functions with a bufferUsage property.
-
Changed colors used by billboards, labels, polylines, and polygons. Previously, components were named r, g, b, and a. They are now red, green, blue, and alpha. Previously, each component's range was [0, 255]. The range is now [0, 1] floating point. For example,
color : { r : 0, g : 255, b : 0, a : 255 }becomes:
color : { red : 0.0, green : 1.0, blue : 0.0, alpha : 1.0 }
-
-
Added
Shapes.computeCircleBoundaryto compute circles. See the Sandbox. -
Changed the
EventHandlerconstructor function to take the Geoscope canvas, which ensures the mouse position is correct regardless of the canvas' position on the page. Code that previously looked like:var handler = new Geoscope.EventHandler();should now look like:
var handler = new Geoscope.EventHandler(canvas); -
Context.Pick no longer requires clamping the x and y arguments. Code that previously looked like:
var pickedObject = context.pick(primitives, us, Math.max(x, 0.0), Math.max(context.getCanvas().clientHeight - y, 0.0));can now look like:
var pickedObject = context.pick(primitives, us, x, context.getCanvas().clientHeight - y); -
Changed Polyline.setWidth and Polyline.setOutlineWidth to clamp the width to the WebGL implementation limit instead of throwing an exception. Code that previously looked like:
var maxWidth = context.getMaximumAliasedLineWidth(); polyline.setWidth(Math.min(5, maxWidth)); polyline.setOutlineWidth(Math.min(10, maxWidth));can now look like:
polyline.setWidth(5); polyline.setOutlineWidth(10); -
Improved the Sandbox:
- Code in the editor is now evaluated as you type for quick prototyping.
- Highlighting a Geoscope type in the editor and clicking the doc button in the toolbar now brings up the reference help for that type.
-
BREAKING CHANGE: The
Contextconstructor-function now takes an element instead of an ID. Code that previously looked like:var context = new Geoscope.Context("glCanvas"); var canvas = context.getCanvas();should now look like:
var canvas = document.getElementById("glCanvas"); var context = new Geoscope.Context(canvas);
- Added new Sandbox and Skeleton examples. The sandbox contains example code for common tasks. The skeleton is a bare-bones application for building upon. Most sandbox code examples can be copy and pasted directly into the skeleton.
- Added
Geoscope.Polygonfor drawing polygons on the globe. - Added
Context.pickto pick objects in one line of code. - Added
bringForward,bringToFront,sendBackward, andsendToBackfunctions toCompositePrimitiveto control the render-order for ground primitives. - Added
getShow/setShowfunctions toPolylineandCompositePrimitive. - Added new camera control and event types including
CameraFreeLookEventHandler,CameraSpindleEventHandler, andEventHandler. - Replaced
Ellipsoid.toCartesian3withEllipsoid.toCartesian. - update and
updateForPickfunctions no longer require aUniformStateargument.
- Added support for lines using
Geoscope.Polyline. See the Sandbox example. - Made
CompositePrimitive,LabelCollection, andBillboardCollectionhave consistent function names, including a newcontains()function. - Improved reference documentation layout.
- Flushed out
CompositePrimitive,TimeStandard, andLeapSecondtypes. - Improved support for browsers using ANGLE (Windows Only).
- Added
Geoscope.TimeStandardfor handling TAI and UTC time standards. - Added
Geoscope.Quaternion, which is a foundation for future camera control. - Added initial version of
Geoscope.PrimitiveCollectionto simplify rendering. - Prevented billboards/labels near the surface from getting cut off by the globe.
- See the Sandbox for example code.
- Added more reference documentation for labels.
- Added
Geoscope.LabelCollectionfor drawing text. - Added
Geoscope.JulianDateandGeoscope.TimeConstantsfor proper time handling. - See the Sandbox example for how to use the new labels and Julian date.
- Added
Geoscope.ViewportQuadandGeoscope.Rectangle(foundations for 2D map). - Improved the visual quality of cloud shadows.
- Added
SunPositiontype to compute the sun position for a julian date. - Simplified picking. See the mouse move event in the Sandbox example.
Cartographic2andCartographic3are now mutable types.- Added reference documentation for billboards.
- Initial Release.