Game Art Trivia 4 — Questions and Answers
Question 1: What is 'concept art' primarily used for in the game development pipeline?
- Visualizing game world aesthetics and design intent before 3D production begins (Correct answer)
- Creating final in-game assets for the player to see
- Generating marketing materials for publisher presentations
- Documenting bugs found during QA testing
Correct answer: Visualizing game world aesthetics and design intent before 3D production begins
Concept art establishes the visual language, mood, and design direction of a game before expensive 3D modeling and production work begins.
Question 2: In the context of game art, what does 'normal map' provide that a diffuse map cannot?
- Simulated surface detail and depth without adding extra geometry (Correct answer)
- Color information for the base surface of a mesh
- Transparency data for see-through materials
- Reflectivity values for metallic surfaces
Correct answer: Simulated surface detail and depth without adding extra geometry
A normal map encodes surface angle data in RGB channels to fake lighting detail and bumps on a low-polygon mesh without extra polygons.
Question 3: Which iconic fighting game series, debuting in 1992, used digitized photographs of real actors as its character sprites?
- Mortal Kombat (Correct answer)
- Street Fighter
- Tekken
- Virtua Fighter
Correct answer: Mortal Kombat
Mortal Kombat used digitized video footage of real actors to create its character sprites, giving it a distinctive photorealistic look.
Question 4: What does 'poly count' refer to in 3D game modeling?
- The total number of polygons that make up a 3D model (Correct answer)
- The number of UV seams on a mesh
- The resolution of a texture applied to a model
- The number of bones in a character's skeleton rig
Correct answer: The total number of polygons that make up a 3D model
Poly count is the total number of triangles or polygons in a 3D model, directly affecting how much GPU processing power it requires to render.
Question 5: Which color theory principle do game artists use when painting 'ambient occlusion' to suggest depth in crevices?
- Darker values recede while lighter values advance visually (Correct answer)
- Warm colors advance while cool colors recede in space
- Complementary colors create vibration at their boundaries
- Saturation decreases as objects move into shadow
Correct answer: Darker values recede while lighter values advance visually
Ambient occlusion darkens areas where light cannot easily reach, using the value principle that dark areas appear to recede, enhancing perceived depth.
Question 6: Which legendary Nintendo game designer and art director is credited with creating the visual design of Mario and Donkey Kong?
- Shigeru Miyamoto (Correct answer)
- Koji Kondo
- Gunpei Yokoi
- Masahiro Sakurai
Correct answer: Shigeru Miyamoto
Shigeru Miyamoto designed the visual appearance of Donkey Kong and Mario while working as Nintendo's first staff artist in the early 1980s.
Question 7: What is the primary advantage of using a 'trim sheet' texture in game environment art?
- A single texture atlas can be reused across many different modular meshes to save memory (Correct answer)
- It automatically generates LODs for all meshes using the texture
- It bakes ambient occlusion directly onto the geometry at runtime
- It allows artists to paint textures without UV mapping
Correct answer: A single texture atlas can be reused across many different modular meshes to save memory
A trim sheet packs many surface detail strips into one texture that can tile on multiple meshes, dramatically reducing draw calls and texture memory.
What is 'concept art' primarily used for in the game development pipeline?