Skip to content
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

[Merged by Bors] - Fix mesh.wgsl error for meshes without normals #6439

Closed

Conversation

irate-devil
Copy link
Contributor

Objective

Split model assignment out of #ifdef VERTEX_NORMALS.
Remove outdated code/comments talking about required mesh attributes.

@IceSentry IceSentry added the A-Rendering Drawing game state to the screen label Nov 1, 2022
@alice-i-cecile alice-i-cecile added the C-Bug An unexpected or incorrect behavior label Nov 1, 2022
@alice-i-cecile alice-i-cecile added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Nov 1, 2022
@alice-i-cecile
Copy link
Member

(Weak approval, I won't merge without another rendering expert).

Copy link
Contributor

@superdump superdump left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

bors bot pushed a commit that referenced this pull request Nov 3, 2022
# Objective
Split `model` assignment out of `#ifdef VERTEX_NORMALS`.
Remove outdated code/comments talking about required mesh attributes. 

Co-authored-by: devil-ira <justthecooldude@gmail.com>
@bors bors bot changed the title Fix mesh.wgsl error for meshes without normals [Merged by Bors] - Fix mesh.wgsl error for meshes without normals Nov 3, 2022
@bors bors bot closed this Nov 3, 2022
@irate-devil irate-devil deleted the fix-no-vertex-normals branch November 8, 2022 21:52
ItsDoot pushed a commit to ItsDoot/bevy that referenced this pull request Feb 1, 2023
# Objective
Split `model` assignment out of `#ifdef VERTEX_NORMALS`.
Remove outdated code/comments talking about required mesh attributes. 

Co-authored-by: devil-ira <justthecooldude@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants