-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add release notes for new Sun Disk feature #21153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release notes for new Sun Disk feature #21153
Conversation
|
@defuz, as the feature author I'd appreciate your review on this to make sure I've explained it well :) |
| /// disk entirely with [`SunDisk::OFF`]. | ||
| /// | ||
| /// In order to cause the sun to "glow" and light up the surrounding sky, enable bloom | ||
| /// in your post-processing pipeline by adding a `Bloom` component to your camera. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't make this a doc-link because there's no dependency between bevy_light and bevy_post_process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what we sometimes do is link the website docs instead in this case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, which I don't hate, but IMO this is easy to search for end users.
Co-authored-by: Emerson Coskey <emerson@coskey.dev>
Objective
Solution