Skip to content

Conversation

@mardy
Copy link
Collaborator

@mardy mardy commented Dec 8, 2024

GX matrices are 3x4, and the old code was overflowing: wee need to skip the fourth row of the matrix.

Fixes one issue from #87

mardy added 2 commits December 8, 2024 21:05
GX matrices are 3x4, and the old code was overflowing: wee need to skip
the fourth row of the matrix.

Fixes one issue from devkitPro#87
It was using the Mtx44 matrix, which is row-major, whereas glMultMatrix
expects a column-major matrix.
@WinterMute WinterMute merged commit 3b376e8 into devkitPro:master Dec 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants