Skip to content

CesiumJS 1.53

Compare
Choose a tag to compare
@tfili tfili released this 02 Jan 20:02
· 7265 commits to master since this release
db83ba6

1.53 2019-01-02

Highlights include:

  • Added image-based lighting for PBR models and 3D Tiles. #7172
    • Scene.specularEnvironmentMaps is a url to a KTX file that contains the specular environment map and convoluted mipmaps for image-based lighting of all PBR models in the scene.
    • Scene.sphericalHarmonicCoefficients is an array of 9 Cartesian3 spherical harmonics coefficients for the diffuse irradiance of all PBR models in the scene.
    • The specularEnvironmentMaps and sphericalHarmonicCoefficients properties of Model and Cesium3DTileset can be used to override the values from the scene for specific models and tilesets.
    • The luminanceAtZenith property of Model and Cesium3DTileset adjusts the luminance of the procedural image-based lighting.
  • Fixed contrast on imagery layers. #7382

See the change log for the complete list of changes.