Skip to content

CesiumJS 1.94

Compare
Choose a tag to compare
@sanjeetsuhag sanjeetsuhag released this 01 Jun 17:03
· 4235 commits to main since this release

1.94 - 2022-06-01

Highlights include:

  • Fixed the rendering issues related to order-independent translucency on iOS devices. #10417
  • Fixed label background rendering. #10342
  • Added ModelAnimationCollection.animateWhilePaused and ModelAnimation.animationTime to allow explicit control over a model's animations. #9339
  • Added support for 2D / CV mode for non-instanced tilesets rendered with ModelExperimental. #10384
  • Added Cesium3DTileStyle.fromUrl for loading a style from a url. #10348
  • Added PolygonGraphics.textureCoordinates, PolygonGeometry.textureCoordinates, CoplanarPolygonGeometry.textureCoordinates, which override the default stRotation-based texture coordinate calculation behaviour with the provided texture coordinates, specified in the form of a PolygonHierarchy of Cartesian2 points. #10109

See the changelog for the complete list of changes.