You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the asset preview window uses the browser's current local time, so if the asset being previewed is in a different part of the world (or it's night on the client), the asset is completely unlit and the preview is useless.
In the short term, we can fix this by computing when the sun will be overhead the center of the asset and use that time instead.
In the longer term, I wrote up CesiumGS/cesium#6553 so that CesiumJS provides us more lighting options.
The text was updated successfully, but these errors were encountered:
Currently, the asset preview window uses the browser's current local time, so if the asset being previewed is in a different part of the world (or it's night on the client), the asset is completely unlit and the preview is useless.
In the short term, we can fix this by computing when the sun will be overhead the center of the asset and use that time instead.
In the longer term, I wrote up CesiumGS/cesium#6553 so that CesiumJS provides us more lighting options.
The text was updated successfully, but these errors were encountered: