mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Update mMatrix.cpp
fix comment, torque is already column major, even though doc says its row major
This commit is contained in:
parent
0f02c878ef
commit
c0bcb8bd00
1 changed files with 0 additions and 3 deletions
|
|
@ -212,9 +212,6 @@ EngineFieldTable::Field MatrixFEngineExport::getMatrixField()
|
||||||
|
|
||||||
//------------------------------------
|
//------------------------------------
|
||||||
// Templatized matrix class to replace MATRIXF above
|
// Templatized matrix class to replace MATRIXF above
|
||||||
// row-major for now, since torque says it uses that
|
|
||||||
// but in future could cut down on transpose calls if
|
|
||||||
// we switch to column major.
|
|
||||||
//------------------------------------
|
//------------------------------------
|
||||||
|
|
||||||
template<typename DATA_TYPE, U32 rows, U32 cols>
|
template<typename DATA_TYPE, U32 rows, U32 cols>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue