Skip to content

Result difference between android.opengl.Matrix & com.google.android.filament.utils.Matrix #6778

Answered by romainguy
Qheb asked this question in Q&A
Discussion options

You must be logged in to vote

Both matrices are in column-major order in how they store the data. However when calling toFloatArray(), Filament's Mat4 (which is from kotlin-math) returns data in a row-major format.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Qheb
Comment options

You must be logged in to vote
1 reply
@romainguy
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants