Challenge 3: Why 3D Position Needs Three Axes, Not Two — Solution Walkthrough The answer: Per this chapter's own material, every position in Blender's own 3D space is described using three axes — X (left/right), Y (forward/backward), and Z (up/down). A flat 2D canvas only ever needs two values (horizontal and vertical) because it has no depth dimension at all — everything on it exists at the same, single flat plane. Why a third axis is genuinely necessary in 3D space: An object in real 3D space can be positioned not just left/right and up/down, but also nearer or farther away — a dimension a flat canvas simply doesn't have. Without a third axis value, there would be no way to distinguish between two objects that appear at the same horizontal and vertical position on screen but actually sit at very different depths in the scene. Why this connects to Chapter 1's own framing: This is exactly the genuinely new spatial dimension Chapter 1 described Blender as introducing to this site — every earlier Creative & Design Tools course worked on a flat plane needing only two position values, while Blender's own real 3D space requires the third, depth-related axis to fully describe where anything actually is. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that the need for a third axis is correctly traced back to 3D space having an actual depth dimension that a flat 2D canvas simply doesn't have.