CesiumJS 1.91
1.91 - 2022-03-01
Highlights include:
- Added MSAA support for WebGL2. Enabled in the
Viewer
constructor with themsaaSamples
option and can be controlled throughScene.msaaSamples
. #10052 - Added support for loading GPX files. #9152
- glTF contents now use
ModelExperimental
by default. #10055 - Added the ability to toggle back-face culling in
ModelExperimental
. #10070 - Added
depthPlaneEllipsoidOffset
toViewer
andScene
constructors to address rendering artifacts below the WGS84 ellipsoid. #9200 - Added support for
debugColorTiles
inModelExperimental
. #10071 - Added support for shadows in
ModelExperimental
. #10077
See the changelog for the complete list of changes.