-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
some mappings for worldrenderer #619
Conversation
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.
Since all the matrix4f
params are along side other Martrix4f
params, they should have more descriptive names.
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.
the matrix4f
parameters are probably the viewMatrix
. HOWEVER, i would recheck that something didnt change because the order is usually model, view, then projection, but it seems that projection is before view, which is odd.
Co-authored-by: Eli Orona <eliorona@live.com>
Co-authored-by: Eli Orona <eliorona@live.com>
yea, they were |
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; besides the matrix4f
parameters
so what name would you give those parameters? |
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.
Confirmed by double checking the Frustrum
constructor mapping
🚨 Target branch is already set to 1.21 |
Co-authored-by: Eli Orona <eliorona@live.com>
Co-authored-by: Eli Orona <eliorona@live.com>
No description provided.