revert r58693. patch [#36233], caused regression (bug report [#36959]).

This commit is contained in:
Campbell Barton
2013-10-07 11:51:59 +00:00
parent 31433a3809
commit 024539b974

View File

@@ -225,7 +225,7 @@ void KX_BlenderRenderTools::applyTransform(RAS_IRasterizer* rasty,double* oglmat
} }
MT_Vector3 left = dir.normalized(); MT_Vector3 left = dir.normalized();
dir = (up.cross(left)).normalized(); dir = (left.cross(up)).normalized();
// we have calculated the row vectors, now we keep // we have calculated the row vectors, now we keep
// local scaling into account: // local scaling into account:
@@ -408,3 +408,4 @@ void KX_BlenderRenderTools::MotionBlur(RAS_IRasterizer* rasterizer)
} }
} }
} }