CesiumJS 1.120
2024-08-01
Highlights include:
- Added
Transforms.computeIcrfToMoonFixedMatrix
andTransforms.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.