How does one get access to the Float32Array inside Matrix4
Matrix4 does not store its elements in a Float32Array. Matrix4.elements is of type Array.
Matrix4
Float32Array
Array