Matrix Organization

For the matrices such as matrixworld, modelViewMatrix, etc are these organized in a row-major or column-major format?

As mentioned in the documentation, matrices are stored in column-major order:

https://threejs.org/docs/#api/en/math/Matrix4

1 Like

Thanks for a prompt response! :slight_smile::slight_smile::slight_smile:

2 Likes