-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
move transmission stuff to bevy_pbr #22687
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
Conversation
| if !transmissive_phase.items.is_empty() { | ||
| let screen_space_specular_transmission_steps = | ||
| camera_3d.screen_space_specular_transmission_steps; | ||
| transmission.screen_space_specular_transmission_steps; |
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.
@atlv24 ScreenSpaceTransmission already specifies the “ScreenSpace” prefix in the component name so should the field names also lose the “screen_space_” prefix?
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 plan to do a bunch of renames as a followup, i really dislike the current names but wanted to keep the diff small
kfc35
left a comment
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.
looks good to me for correctness
Objective
Solution
Testing
transmission example looks good