Game Art 3D Modeling for Games 1 — Questions and Answers
Question 1: What does LOD stand for in 3D game modeling?
- Level of Detail (Correct answer)
- Layer of Design
- Line of Direction
- Level of Depth
Correct answer: Level of Detail
LOD (Level of Detail) refers to using lower-polygon versions of a mesh as objects move farther from the camera.
Question 2: Which polygon count range is most common for a game-ready hero character in a modern AAA title?
- 100–500
- 1,000–5,000
- 20,000–80,000 (Correct answer)
- 500,000+
Correct answer: 20,000–80,000
Modern AAA hero characters typically use 20,000–80,000 polygons to balance visual fidelity and performance.
Question 3: What is 'edge flow' in 3D character modeling?
- The direction normals point
- The arrangement of edge loops to support deformation (Correct answer)
- The density of the texture map
- The UV seam placement
Correct answer: The arrangement of edge loops to support deformation
Edge flow describes the arrangement of edge loops so that a mesh deforms naturally during animation.
Question 4: Which topology technique involves connecting faces with exactly four sides throughout the mesh?
- N-gon modeling
- Quad topology (Correct answer)
- Triangle stripping
- Boolean union
Correct answer: Quad topology
Quad topology uses four-sided polygons (quads) to keep meshes clean, predictable, and animation-ready.
Question 5: What is a 'high-poly bake' in game asset production?
- Rendering a scene with high ambient occlusion
- Transferring surface detail from a dense mesh to a low-poly via normal map (Correct answer)
- Exporting a model with maximum texture resolution
- Adding subsurface scattering to a character
Correct answer: Transferring surface detail from a dense mesh to a low-poly via normal map
A high-poly bake transfers fine surface detail from a high-resolution sculpt onto a low-poly mesh through normal or displacement maps.
Question 6: Which software is widely used for hard-surface and organic 3D sculpting in game art pipelines?
- Adobe Illustrator
- ZBrush (Correct answer)
- DaVinci Resolve
- Substance Painter
Correct answer: ZBrush
ZBrush is the industry-standard sculpting tool used by game artists to create high-poly detail before baking.
What does LOD stand for in 3D game modeling?