- // Mesh Transformation:
- //
- // 0. Build the transformation matrices from the rotation and position
- // 1. Multiply the vertices by the inverse of local reference matrix (lmatrix0)
- // 2. then translate the result by (lmatrix0 * keyFramesTrans)
- // 3. then multiply the result by (lmatrix0 * keyFramesRot)