Skip to content

CesiumJS 1.113

Compare
Choose a tag to compare
@ggetz ggetz released this 02 Jan 18:35
· 693 commits to main since this release

1.113 - 2024-01-02

Highlights include:

  • Vertical exaggeration can now be applied to a Cesium3DTileset. Exaggeration of Terrain and Cesium3DTileset can be controlled simultaneously via the new Scene properties Scene.verticalExaggeration and Scene.verticalExaggerationRelativeHeight. #11655
  • Changes the default RequestScheduler.maximumRequestsPerServer from 6 to 18. This should improve performance on HTTP/2 servers and above. #11627
  • Corrected JSDoc and Typescript definitions that marked optional arguments as required in ImageryProvider constructor. #11625
  • The Quaternion.computeAxis function created an axis that was (0,0,0) for the unit quaternion, and an axis that was (NaN,NaN,NaN) for the quaternion (0,0,0,-1) (which describes a rotation about 360 degrees). Now, it returns the x-axis (1,0,0) in both of these cases. #11665

See the changelog for the complete list of changes.