Exercise 3: What the Flight Simulator Player Would Experience at Gimbal Lock — Possible Solution ==================================================================== WHAT HAPPENS TO THE TWO CONTROLS ------------------------------ This chapter verified that at pitch=90 degrees, the camera's resulting orientation depends only on the single combined value yaw - roll, not on yaw and roll independently. This means that at exactly this pitch, moving the yaw joystick axis and moving the roll joystick axis produce the SAME kind of visible rotation on screen - both controls end up doing the same thing to the camera's actual orientation, rather than each doing something distinct as they did at every other pitch value. WHAT THE PLAYER WOULD ACTUALLY EXPERIENCE ------------------------------ The player would notice that pushing the yaw axis and pushing the roll axis both cause the camera view to spin around the same visible axis on screen (specifically, around the direction the camera is currently looking, which is straight up) - the two joystick inputs that felt completely independent moments before (when pitch was away from 90 degrees) suddenly feel like they're both controlling the same thing. A player pushing the yaw stick one way and the roll stick the opposite way, expecting the combined motion to cancel out or produce some intermediate effect, might instead see the camera spin faster in one direction, or the two inputs might partially or fully cancel depending on their exact combination - the point being that the control scheme's own assumption (yaw and roll are two independent axes) has genuinely broken down, not merely become imprecise. WHY THIS WOULD FEEL LIKE A SUDDEN, DISORIENTING GLITCH ------------------------------ Because this loss of independence is a genuine mathematical property of the exact pitch=90-degree orientation (per this chapter's own derivation, not just an approximate or gradual effect), the player would likely experience it as a sudden, seemingly glitchy loss of control precisely at the moment the camera looks straight up or straight down - the controls would feel completely normal immediately before and after that exact orientation, making the momentary loss of independent control feel like an unpredictable bug rather than an expected, explainable behavior, even though it is entirely accounted for by this chapter's own mathematics. WHY THIS WORKS AS AN ANSWER ------------------------------ The answer translates this chapter's own abstract yaw-roll coupling finding into a specific, concrete player-facing symptom (the two joystick axes producing overlapping/redundant camera motion at the exact moment pitch reaches 90 degrees), and explains why this would feel like a sudden glitch rather than a gradual degradation, tying the explanation directly back to the exact, verified geometric cause.