Skip to content

Commit 8af4b14

Browse files
committed
Tweak CHANGES.md
1 parent 96363d8 commit 8af4b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Beta Releases
88
* Breaking changes:
99
* The `Viewer` constructor argument `options.fullscreenElement` now matches the `FullscreenButton` default of `document.body`, it was previously the `Viewer` container itself.
1010
* Removed `Viewer.objectTracked` event; `Viewer.trackedObject` is now an ES5 Knockout observable that can be subscribed to directly.
11+
* Replaced `PerformanceDisplay` with `Scene.debugShowFramesPerSecond`.
1112
* `Asphalt`, `Blob`, `Brick`, `Cement`, `Erosion`, `Facet`, `Grass`, `TieDye`, and `Wood` materials were moved to the [Materials Pack Plugin](https://github.com/AnalyticalGraphicsInc/cesium-materials-pack).
1213
* Renamed `GeometryPipeline.createAttributeIndices` to `GeometryPipeline.createAttributeLocations`.
1314
* Renamed `attributeIndices` property to `attributeLocations` when calling `Context.createVertexArrayFromGeometry`.
@@ -21,7 +22,6 @@ Beta Releases
2122
* `OpenStreetMapImageryProvider` now supports imagery with a minimum level.
2223
* Added `Quaternion.fastSlerp` and `Quaternion.fastSquad`.
2324
* Upgraded Tween.js to version r12.
24-
* Added `Scene.debugShowFramesPerSecond` which creates a `PerformanceDisplay` when true.
2525

2626
### b24 - 2014-01-06
2727

0 commit comments

Comments
 (0)