Ambien light is not working on bevy 0.13.1 #12800
Replies: 2 comments 2 replies
-
Add it after you add DefaultPlugins. DefaultPlugins will insert a new ambient light and overwrite the one you added. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Also, that may not be very bright given the new exposure settings. The units of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Im learing bevy, I added an ambien light but is not working
but when I change the bevy version to

0.12.0
, my Ambien light is owrking correctlyAlso I cheked How the AmbienLight is set up in this example: https://bevyengine.org/examples/3D%20Rendering/lighting/, but I dont understand why it dosent work with Bevy 0.13.1
Beta Was this translation helpful? Give feedback.
All reactions