|
@@ -75,7 +75,7 @@ m.elements = [ 11, 21, 31, 41,
|
|
|
and internally all calculations are performed using column-major ordering. However, as the actual ordering
|
|
|
makes no difference mathematically and most people are used to thinking about matrices in row-major order,
|
|
|
the three.js documentation shows matrices in row-major order. Just bear in mind that if you are reading the source
|
|
|
- code, you'll have to take the [link: https://en.wikipedia.org/wiki/Transpose transpose] of any matrices outlined here to make sense of the calculations.
|
|
|
+ code, you'll have to take the [link:https://en.wikipedia.org/wiki/Transpose transpose] of any matrices outlined here to make sense of the calculations.
|
|
|
</div>
|
|
|
|
|
|
|