Day/Night lighting broken in 2D
See original GitHub issueIt only
orks sometimes depending on where the camera is

viewer.scene.globe.enableLighting = true;
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Day/Night lighting broken in 2D · Issue #4122 - GitHub
I noticed if I pan up and down it seems to happen as well as side to side, but I haven't spotted a...
Read more >Resolved - Implementing Day/Night Lighting in 2D - Unity Forum
Hi all, I've been looking into implementing Day/Night lighting in a game I'm working on. I have a basic proof of concept but...
Read more >xna - 2-d lighting day/night cycle
You should take a look into ambient lightning. This means you set a light color which is applied to all elements.
Read more >Problem with Lighting System 2D by Jobo : r/gamemaker
I'm taking about the Lighting System 2D by Jobo. It seems that making many obj_light objects in the game room will create a...
Read more >How to change 2D lights - PlayMaker
So my game is a 2D isometric game and I'm currently trying to set up the lighting for a day night cycle. The...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I ran
git bisecton this. It was introduced in either f924c16d220e or its parent commit 041ee30b2a6d (these are both work-in-progress commits). The parent of those commits b59067709 did not display the problem.These commits were merged to the old
models-2Dbranch as part of #3933, and that branch was later merged to master.(For my own reference, what follows below is the Sandcastle snippet that was bisected)
@sspeaks610 @cfairchi @jeffwhitty This was just fixed and will be included in the Cesium 1.49 release available September 3rd. Thanks!