Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved Viewer functionality to CesiumWidget class #12202

Merged
merged 9 commits into from
Oct 30, 2024
Prev Previous commit
Next Next commit
doc: updated CHANGES.md
  • Loading branch information
jfayot committed Oct 25, 2024
commit e27ac2e904223de549290510150ee298b644dad1
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- Added `ScreenSpaceCameraController.maximumTiltAngle` to limit how much the camera can tilt. [#12169](https://github.com/CesiumGS/cesium/pull/12169)
- Update Japan Buildings sandcastle to use Japan Regional Terrain [#12259](https://github.com/CesiumGS/cesium/pull/12259)
- Moved Viewer functionality to CesiumWidget to increase usability. [#12202](https://github.com/CesiumGS/cesium/pull/12202). Following new `CesiumWidget` constructor options are available:
- `options.shouldAnimate=false`
- `options.automaticallyTrackDataSourceClocks=true`
- `options.dataSources=new DataSourceCollection`

##### Fixes :wrench:

Expand Down
Loading