Skip to content

Commit

Permalink
rem incorrect comment - gimbal lock is no longer an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Calendis committed Jun 12, 2024
1 parent 41bdbf4 commit f794305
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions magician/geo/Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ public Node RotatedY(double theta)
//yaw += yaw > 0 ? 0 : 2 * Math.PI;
Quaternion<double> yaw = Quaternion<double>.CreateFromYawPitchRoll(theta, 0, 0);
Rotation *= yaw;
// TODO: pretty sure these will still lock.
// so camera will work but vertices will not move
return Sub(
m =>
m.PhaseXZ += theta
Expand Down

0 comments on commit f794305

Please sign in to comment.