Skip to content

Commit 7af95f4

Browse files
committed
Add Evax Software to list of contributors
There first pull request was #1034 Also update CHANGES since we didn't do it in #1034
1 parent 06a22d8 commit 7af95f4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Beta Releases
99
_This releases fixes 2D and other issues with Chrome 29.0.1547.57 ([#1002](https://github.com/AnalyticalGraphicsInc/cesium/issues/1002) and [#1047](https://github.com/AnalyticalGraphicsInc/cesium/issues/1047))._
1010

1111
* Breaking changes:
12+
* The `CameraFlightPath` functions `createAnimation`, `createAnimationCartographic`, and `createAnimationExtent` now take the scene as their first parameter instead of the frame state.
1213
* Replaced `ExtentGeometry` parameters for extruded extent to make them consistent with other geometries.
1314
* `options.extrudedOptions.height` -> `options.extrudedHeight`
1415
* `options.extrudedOptions.closeTop` -> `options.closeBottom`
@@ -51,6 +52,8 @@ var geometry = BoxGeometry.createGeometry(box);
5152
* `Viewer` now automatically sets its clock to that of the first added `DataSource`, regardless of how it was added to the `DataSourceCollection`. Previously, this was only done for dropped files by `viewerDragDropMixin`.
5253
* Upgraded Knockout from version 2.2.1 to 2.3.0.
5354
* Fixed triangulation for polygons that cross the international date line.
55+
* `CameraFlightPath` now automatically disables and restores mouse input for the flights it generates.
56+
* Added an `onCancel` callback to `CameraFlightPath` functions that will be executed if the flight is canceled.
5457

5558
### b19 - 2013-08-01
5659

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
2222
* [Chris Cooper](https://github.com/chris-cooper)
2323
* [EU Edge](http://euedge.com/)
2424
* [Ákos Maróy](https://github.com/akosmaroy)
25+
* [Evax Software](http://www.evax.fr)
26+
* [Evax Software](https://github.com/evax)
2527

2628
## [Individual CLA](http://www.agi.com/licenses/individual-cla-agi-v1.0.txt)
2729
* [Victor Berchet](https://github.com/vicb)

0 commit comments

Comments
 (0)