Jump to content

which matrix format unigine use? column or row majored?


photo

Recommended Posts

Posted

I'm not so good at math, also, I've googled something about this, from the declare of the mat4 sturct, I think unigine use column majored matrix, am I right?

 

Still confused about this concept. :(

Posted

Matrices are column-oriented (OpenGL style).

Please, see the following documentation: Programming/UnigineScript/Data Types/Vector Types/mat4 .

×
×
  • Create New...