Skip to content

CesiumJS 1.120

Compare
Choose a tag to compare
@jjhembd jjhembd released this 01 Aug 18:52
· 822 commits to main since this release

2024-08-01

Highlights include:

  • Added Transforms.computeIcrfToMoonFixedMatrix and Transforms.computeMoonFixedToIcrfMatrix to compute the transformations between the Moon's fixed frame and ICRF at a given time.
  • Added Transforms.computeIcrfToCentralBodyFixedMatrix to specify the default ICRF to fixed frame transformation to use internally, including for lighting calculations.
  • Added SplitDirection property for display PointPrimitive and Billboard relative to the Scene.splitPosition. #11982
  • Fixed environment map LOD selection in image-based lighting. #12070
  • Corrected calculation of diffuse component in image-based lighting. #12082
  • Updated specular BRDF for image-based lighting. #12083

See the changelog for the complete list of changes.