Challenge 3: Why a Glossy Material Looks Different Under Point vs. Area Lights — Solution Walkthrough The answer: Per this chapter's own material, a glossy, low-roughness material reflects a light source's own shape directly and sharply. A small Point light produces a small, sharp highlight on such a material, while a large Area light produces a broad, soft highlight on that exact same material — the visible highlight essentially mirrors the shape and size of whatever's producing the light. Why the material itself doesn't change, but the appearance does: Chapter 6's own Roughness and Metallic values haven't changed at all between these two lighting setups — only the light source's own shape and size changed. Since a glossy surface reflects the light source almost like a mirror would, changing the light's own shape directly changes what that reflection looks like on the material's surface. Why this connects lighting and materials as genuinely interdependent: Per this chapter's own material, choosing lamp types deliberately, with a specific material's own properties in mind, produces noticeably more convincing results than lighting generically — this exact Point vs. Area highlight difference on a glossy surface is a direct, visible example of why that deliberate choice actually matters. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that a glossy material's changing highlight shape is correctly attributed to the light source's own shape and size, recognizing lighting and material properties as interacting rather than independent.