-
Hi! I'm new to Bevy, and I'm playing around with a stripped-down version of the Alien Cake Addict example to understand Bevy better. I want to replace the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
AmbientLight
is a global property and is meant to be inserted as a resource. You can see an example of it in use here: https://bevyengine.org/examples/3d/lighting/