gdquest-demos / godot-4-new-features

Free and open-source Godot 4 demo scenes to see the new features in action
MIT License
449 stars 45 forks source link

Missing ambient lighting in some of the 3d scene on macOS #32

Closed bitinn closed 1 year ago

bitinn commented 1 year ago

Not sure this is a bug in Godot 4 itself as I have only found bug ticket related to 3.5.x;

https://github.com/godotengine/godot/issues/55754

But the behavior was the same, no ambient lighting results in complete black shadow in shaded area. Not all scenes are affected so I guess it's a certain type ambient lighting sources that are broken on macOS.

Will check the source project later.

broken:

Screen Shot 2023-03-11 at 17 26 10 Screen Shot 2023-03-11 at 17 26 33

working (as far as I can tell):

Screen Shot 2023-03-11 at 17 42 50 Screen Shot 2023-03-11 at 17 43 01
NathanLovato commented 1 year ago

Thanks for pointing this out, sorry for only getting to this now - I missed the notification. Closing as this is an engine-side issue.