Game Art Trivia 3 — Questions and Answers
Question 1: What is 'UV mapping' in 3D game art?
- The process of projecting a 2D texture onto a 3D mesh's surface coordinates (Correct answer)
- A method to add ultraviolet light effects in a scene
- A technique for baking ambient occlusion maps
- The process of rigging a character skeleton for animation
Correct answer: The process of projecting a 2D texture onto a 3D mesh's surface coordinates
UV mapping unfolds a 3D mesh into a flat 2D layout so a 2D texture image can be accurately applied to its surface.
Question 2: Which game is widely recognized for pioneering the use of pre-rendered 3D graphics as 2D sprites in 1994?
- Donkey Kong Country (Correct answer)
- Mortal Kombat
- Street Fighter II
- Sonic CD
Correct answer: Donkey Kong Country
Donkey Kong Country used pre-rendered Silicon Graphics workstation 3D models converted to 2D sprites, stunning audiences at the time.
Question 3: In game art, what does LOD stand for?
- Level of Detail (Correct answer)
- Layer of Depth
- Light on Diffuse
- Line of Distance
Correct answer: Level of Detail
LOD (Level of Detail) is a technique where lower-polygon versions of a mesh are swapped in as the camera moves further away.
Question 4: Which software is the industry-standard tool for sculpting high-polygon game art models?
- ZBrush (Correct answer)
- Blender
- Maya
- 3ds Max
Correct answer: ZBrush
ZBrush by Maxon is the dominant industry tool for high-resolution digital sculpting used in AAA game character and environment art pipelines.
Question 5: What is the term for the technique of 'baking' lighting and shadow data into a texture to fake real-time lighting?
- Lightmap baking (Correct answer)
- Ambient occlusion streaming
- Normal map projection
- Shadow casting
Correct answer: Lightmap baking
Lightmap baking pre-calculates static lighting and stores it in a texture, saving the GPU from recalculating it every frame.
Question 6: Which game studio created the distinctive 'Team Fortress 2' art style, inspired by J.C. Leyendecker illustrations?
- Valve (Correct answer)
- Blizzard Entertainment
- id Software
- Bungie
Correct answer: Valve
Valve deliberately designed Team Fortress 2's art style around J.C. Leyendecker's Saturday Evening Post illustration style for a timeless, readable look.
Question 7: What is 'tiling' in the context of game textures?
- Seamlessly repeating a texture across a large surface without visible seams (Correct answer)
- Cutting a large texture atlas into smaller individual tiles
- Arranging UI elements in a grid layout
- Exporting a texture in multiple resolutions
Correct answer: Seamlessly repeating a texture across a large surface without visible seams
A tiling texture is designed so its edges match perfectly when repeated, allowing it to cover large surfaces like terrain or walls efficiently.
What is 'UV mapping' in 3D game art?