Game Art Trivia 5 — Questions and Answers
Question 1: Which game is credited with introducing the 'cel-shading' rendering technique to mainstream audiences in 2000?
- Jet Set Radio (Correct answer)
- The Legend of Zelda: The Wind Waker
- XIII
- Borderlands
Correct answer: Jet Set Radio
Jet Set Radio (Jet Grind Radio in North America) was the first high-profile game to use cel-shading to mimic an animated cartoon look.
Question 2: In game art, what is an 'alpha channel' used for?
- Storing transparency information in a texture to define see-through areas (Correct answer)
- Controlling the ambient light intensity in a scene
- Setting the angle of a surface's normal vectors
- Defining specular highlight intensity on a mesh
Correct answer: Storing transparency information in a texture to define see-through areas
The alpha channel is a fourth channel in RGBA textures that stores per-pixel opacity data, allowing transparent or semi-transparent surfaces.
Question 3: What is 'mip mapping' in game texture rendering?
- Pre-generating smaller versions of a texture for use at various distances to reduce aliasing (Correct answer)
- Combining multiple textures into a single atlas for efficiency
- Compressing a texture using a lossy algorithm to save VRAM
- Projecting a texture from a camera angle onto a mesh
Correct answer: Pre-generating smaller versions of a texture for use at various distances to reduce aliasing
Mipmaps are pre-computed, progressively smaller texture versions that the GPU samples at appropriate distances to prevent shimmering aliasing artifacts.
Question 4: Which 2001 Bungie title was praised for its groundbreaking environment art that made alien architecture feel believably non-human?
- Halo: Combat Evolved (Correct answer)
- Marathon 2
- Myth: The Fallen Lords
- Oni
Correct answer: Halo: Combat Evolved
Halo: Combat Evolved's environment artists created iconic Forerunner and Covenant architecture that established a benchmark for sci-fi game art design.
Question 5: What is 'vertex painting' used for in game art workflows?
- Applying color or blend weight data directly to a mesh's vertices to drive material blending (Correct answer)
- Painting bones onto a skeleton rig for animation
- Drawing concept sketches directly in a 3D viewport
- Adjusting UV coordinates by dragging mesh vertices
Correct answer: Applying color or blend weight data directly to a mesh's vertices to drive material blending
Vertex painting stores color data per vertex on a mesh, commonly used to blend ground surface textures like dirt, grass, and rock transitions.
Question 6: Which pixel dimension is the standard size for a 'megapixel' texture commonly used in modern AAA game assets?
- 1024x1024 (Correct answer)
- 512x512
- 2048x2048
- 4096x4096
Correct answer: 1024x1024
A 1024x1024 texture contains exactly 1,048,576 pixels (approximately 1 megapixel) and was long the standard resolution for individual game textures.
Question 7: What art style was used by the game 'Cuphead' (2017) that required the artists to learn traditional animation techniques?
- 1930s rubber hose animation style (Correct answer)
- Ukiyo-e Japanese woodblock print style
- Art Deco geometric illustration style
- Soviet constructivist propaganda poster style
Correct answer: 1930s rubber hose animation style
Cuphead's artists at Studio MDHR hand-drew and inked every frame on paper using 1930s rubber hose animation techniques to replicate that era's cartoon aesthetic.
Which game is credited with introducing the 'cel-shading' rendering technique to mainstream audiences in 2000?