vec4.w should not be 1 by default #922
Labels
effort: Casual
Simple changes that shouldn't take too much time when you're already familiar with the codebase
Milestone
I'm not sure what is more common, Vec4's with their
w
set to0
or to1
. But either way, when you're expecting0
as the default, you'll likely forget to double check, and when you expect1
to be the default, you'll likely still double check just in case.So unless
1
really is way more common, I think a default of0
probably makes a lot more sense.The text was updated successfully, but these errors were encountered: