Question about elements of Matrix4

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.

1 Like