Переглянути джерело

Update mMatrix.cpp

fix comment, torque is already column major, even though doc says its row major
marauder2k7 1 рік тому
батько
коміт
c0bcb8bd00
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      Engine/source/math/mMatrix.cpp

+ 0 - 3
Engine/source/math/mMatrix.cpp

@@ -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>