3d - Cesium JavaScript Globe Setting Night Image -
i used able set night image centralbody, no longer available in latest version downloaded - b26.
is there alternative previous:
centralbody.nightimagesource
or increase overall brightness reduce shadow opacity previous:
centralbody.daynightblenddelta
and
centralbody.nightintensity
?
this feature removed on year ago (in b11) pull request #348. currently, night shading supported cesium via centralbody.enablelighting property; example if you're using viewer widget can enable lighting withviewer.centralbody.enablelighting = true;
. being said, plan put similar capability.
you can read more @ linked pull request, summarize, reason removed because major performance killer, not in overall framerate in shader compile , link time well, caused startup extremely slow. removing cleaned overall code tremendously. (the cesium team) plan on re-introducing capability in future, using different techniques , fixing of usability issues old implementation (such fading out nightlights when zoom globe). there's no timeline on when happen, if developers interested in working on it, looking new contributors.
Comments
Post a Comment