mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 04:45:21 +00:00
fc111ecb08
Made CMatrix3D::Translate assume something sensible about the structure of the matrix, so it doesn't have to do a matrix multiplication. Added quaternion nlerp (but haven't used it anywhere). Changed animation interpolation so it loops smoothly in the actor viewer but (hopefully) doesn't interpolate dying units into a half-upright pose. This was SVN commit r4932.