Game Art 3D Modeling for Games 2 — Questions and Answers
Question 1: What is the purpose of a 'cage mesh' during normal map baking?
- To define UV islands
- To control ray projection direction and distance during baking (Correct answer)
- To set the polygon budget for LODs
- To store vertex color data
Correct answer: To control ray projection direction and distance during baking
A cage mesh is an inflated version of the low-poly mesh that guides where baking rays are projected to avoid errors.
Question 2: What does the term 'silhouette read' mean in game character modeling?
- The color contrast of a character against a background
- How recognizable a character's shape is from its outline alone (Correct answer)
- The number of polygons visible on screen
- The ambient occlusion pattern on the character
Correct answer: How recognizable a character's shape is from its outline alone
Silhouette read refers to how clearly a character's identity and form are communicated by its outer shape alone.
Question 3: In game modeling, what is a 'modular kit'?
- A set of pre-built reusable mesh pieces designed to snap together (Correct answer)
- A collection of character animations
- A library of pre-made shaders
- A UV layout template
Correct answer: A set of pre-built reusable mesh pieces designed to snap together
A modular kit is a set of interchangeable mesh pieces built to specific grid measurements so environment artists can assemble scenes quickly.
Question 4: What is 'retopology' in a 3D game art workflow?
- Applying a new UV map to an existing mesh
- Rebuilding a cleaner, game-ready mesh over a high-poly sculpt (Correct answer)
- Baking ambient occlusion from a scene
- Merging multiple meshes into one object
Correct answer: Rebuilding a cleaner, game-ready mesh over a high-poly sculpt
Retopology is the process of redrawing a clean, low-polygon mesh over a sculpted high-poly model to make it game-ready.
Question 5: Why are triangles (tris) often used as the final export format for real-time game engines?
- They render faster in post-processing
- GPUs process triangles natively and quads are split at runtime anyway (Correct answer)
- They use less texture memory
- Animation rigs only work with triangle meshes
Correct answer: GPUs process triangles natively and quads are split at runtime anyway
Game engines and GPUs work natively with triangles, so all quads are ultimately converted to tris at render time.
Question 6: What is the function of vertex normals in a low-poly game mesh?
- They define the mesh's bounding box
- They control how light interacts with the surface to simulate smoothness (Correct answer)
- They store UV coordinate data
- They determine the mesh's LOD switching distance
Correct answer: They control how light interacts with the surface to simulate smoothness
Vertex normals control shading direction and are used to create the illusion of smooth surfaces on low-poly meshes.
What is the purpose of a 'cage mesh' during normal map baking?