-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
🧪 Extract non-pbr logic from bevy_pbr
#18637
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
base: main
Are you sure you want to change the base?
Conversation
You added a new feature but didn't update the readme. Please run |
Strongly in favor of this general direction BTW: label is just because this sort of code shuffling often provokes bikeshedding. Ping me when this is ready please. |
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.
Is this move temporary? I thought the recommendation was to move the material abstraction to bevy_material
.
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.
this crate has more than just the material abstraction, if it is going to be broken further after this is for the higher-ups to decide
bevy_pbr
bevy_pbr
Objective
Extract non-pbr code from
bevy_pbr
as part of #18423Also fixes #18343
Solution
Move code from
bevy_pbr
that is not exclusive to pbr intobevy_render_3d
Testing
Just
cargo run -p ci
TODO