CesiumJS
An open source JavaScript library for world-class 3D globes and maps. Learn more.
or install with NPM:
$ npm install cesium
What’s new?
1.122 - 2024-10-01
Highlights include:
- Added
CallbackPositionProperty
to allow lazy entity position evaluation. #12170 - Added
enableVerticalExaggeration
option to models. Set this value tofalse
to prevent model exaggeration whenScene.verticalExaggeration
is set to a value other than1.0
. #12141 - Fix
Texture
errors when using aHTMLVideoElement
. #12219 - Fixed noise in ambient occlusion post process. #12201
See the changelog for the complete list of changes.