Split vector vs matrix notation for transformation
- by seahorse
Some rendering engines like Ogre prefer to use a individual vector based
notation for transformations like the following
Split vector notation:
Net Transformation is represented by
Scale vector = sx, sy, sz
Transformation vector = tx, ty, tz
Rotation Quaternion Vector = w,x,y,z
Matrix notation:
There are other engines which simply use a net…