3D Modeling 3D Modeling 3 — Questions and Answers
Question 1: What is 'retopology' in the context of 3D modeling?
- Adding subdivision levels to a mesh
- Recreating a clean, optimized mesh over a high-resolution sculpt (Correct answer)
- Importing geometry from CAD software
- Painting vertex colors on a model
Correct answer: Recreating a clean, optimized mesh over a high-resolution sculpt
Retopology is the process of rebuilding a mesh with clean, animation-friendly topology on top of a high-polygon sculpt.
Question 2: Which of the following best describes 'normal mapping'?
- A technique to physically add geometric detail to a low-poly mesh
- A method to bake lighting information into a texture
- A texture that stores surface direction data to simulate fine detail on low-poly meshes (Correct answer)
- A process for converting quads to triangles
Correct answer: A texture that stores surface direction data to simulate fine detail on low-poly meshes
Normal maps store RGB data encoding surface normals, tricking the renderer into displaying high-frequency detail without extra geometry.
Question 3: What is the main advantage of NURBS modeling over polygon modeling for industrial design?
- NURBS produces fewer file sizes
- NURBS surfaces are mathematically smooth and precise at any scale (Correct answer)
- NURBS renders faster in real-time engines
- NURBS supports more texture channels
Correct answer: NURBS surfaces are mathematically smooth and precise at any scale
NURBS curves and surfaces are defined by mathematical equations, guaranteeing perfect smoothness and precision needed for engineering.
Question 4: What does 'baking' mean in the context of 3D texturing?
- Applying heat to deform a mesh
- Transferring complex shading or geometry details from a high-res model to a texture map (Correct answer)
- Converting UV maps to 3D geometry
- Rendering a scene in batch mode overnight
Correct answer: Transferring complex shading or geometry details from a high-res model to a texture map
Baking captures lighting, normals, ambient occlusion, or other details from a complex source and stores them as texture maps for a low-poly asset.
Question 5: In 3D modeling, an 'edge loop' is best described as:
- A circular array of vertices at the center of a sphere
- A continuous ring of edges that travels around a surface (Correct answer)
- A method for creating smooth curves using bezier handles
- A set of disconnected edge segments
Correct answer: A continuous ring of edges that travels around a surface
An edge loop is a series of edges that form an unbroken ring following the contour of a mesh, essential for controlling form and deformation.
Question 6: What is the purpose of a 'cage mesh' in 3D production pipelines?
- To constrain a character's movement during animation
- To serve as a low-poly envelope used in baking to prevent self-intersection artifacts (Correct answer)
- To automatically generate collision geometry
- To define the boundary of a particle emission volume
Correct answer: To serve as a low-poly envelope used in baking to prevent self-intersection artifacts
A cage mesh is a slightly inflated version of the low-poly mesh used during baking so rays are cast correctly and avoid projection errors.
Question 7: Which file format is commonly used to store 3D scenes and supports geometry, materials, and animation in a single file?
- .obj
- .fbx (Correct answer)
- .png
- .svg
Correct answer: .fbx
FBX (Filmbox) is a widely supported format that stores meshes, materials, skeleton rigs, and animations, making it standard for game and VFX pipelines.
What is 'retopology' in the context of 3D modeling?