-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MutableQuadViewImpl#fromVanilla methods not setting correct norma…
…l flags (#4350) - The (int[], int) overload used to keep the normal flags as is - The (BakedQuad, RenderMaterial, Direction) overload used to reset all normal flags - The normal flag for a vertex is now set if and only if the normal is not zero, ignoring the W component - Clarify that MutableQuadView#fromVanilla(BakedQuad, ...) resets the quad tag
- Loading branch information
1 parent
8a54955
commit 50f0feb
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters