public static void RotateView(Dir d, bool ortho = true) { int idx = d - Dir.Front; EUtil.RotateView(Quaternion.LookRotation(DirVec[idx]), ortho); }