3D Modeling Case Studies & Practical Application 3 — Questions and Answers
Question 1: A shoe company wants photorealistic renders of sneakers before physical prototypes exist. Which map is most important for capturing the stitched leather seams without adding geometry?
- Normal map baked from a high-poly sculpt of the stitching (Correct answer)
- Cavity map for ambient occlusion only
- Roughness map applied to the sole
- Emissive map along the seam edges
Correct answer: Normal map baked from a high-poly sculpt of the stitching
A normal map baked from a detailed high-poly conveys the illusion of raised stitching without extra polygons.
Question 2: A VR developer needs a hand-model with real-time finger bone deformation. What is the polygon budget constraint typically imposed by standalone VR headsets like Meta Quest?
- Under 3,000–5,000 triangles per hand with a single 512–1024px texture atlas (Correct answer)
- Up to 500,000 triangles with PBR materials
- No limit as the GPU handles LOD automatically
- Under 300 triangles rendered using displacement
Correct answer: Under 3,000–5,000 triangles per hand with a single 512–1024px texture atlas
Standalone VR hardware is GPU-constrained; hand meshes are typically kept under 5k tris with small atlased textures.
Question 3: A studio is matching a 3D vehicle to live-action plate footage. The camera appears to move, but the set is real. What process aligns the 3D scene to the footage?
- Camera tracking / match moving using feature point tracking software (Correct answer)
- Hand-keying the 3D camera to match the footage frame by frame
- Photogrammetry of the set converted to geometry
- Projecting the plate onto a flat card in 3D
Correct answer: Camera tracking / match moving using feature point tracking software
Match moving software tracks feature points in the plate to reconstruct the camera's real-world path for accurate CG integration.
Question 4: A game environment artist tiles a stone wall texture but notices a visible repeating pattern. What is the most common fix?
- Use a stochastic or histogram-preserving tiling shader to randomize tile placement (Correct answer)
- Increase the texture resolution to 8K
- Reduce UV tiling scale so the pattern shows less
- Add a second UV channel with a different projection
Correct answer: Use a stochastic or histogram-preserving tiling shader to randomize tile placement
Stochastic tiling randomizes the phase and rotation of texture tiles at the shader level, breaking perceptible repetition.
Question 5: An animator is told a character's walk cycle looks 'floaty.' Which single adjustment most commonly fixes this issue?
- Adding more pronounced up-and-down hip movement and stronger contact/down poses (Correct answer)
- Increasing playback speed by 10%
- Adding motion blur in post
- Reducing the arc of the arm swing
Correct answer: Adding more pronounced up-and-down hip movement and stronger contact/down poses
Weight and ground contact are communicated through defined contact, down, passing, and up poses with proper hip shift.
Question 6: A CGI supervisor needs to integrate a digital double into footage where the actor was replaced. Which lighting data is captured on set to help match the CG lighting?
- High dynamic range (HDR) panoramic photographs of the set taken with a mirrored ball or 360° camera (Correct answer)
- A color chart photographed under set lights
- A depth map of the set captured by LiDAR
- A spectral reflectance scan of set paint colors
Correct answer: High dynamic range (HDR) panoramic photographs of the set taken with a mirrored ball or 360° camera
HDR IBL (image-based lighting) captures the full dynamic range of the real lighting environment to drive the CG renderer.
Question 7: A product designer is 3D printing a functional bracket with overhanging geometry. Which DFM (design for manufacturing) rule applies to FDM printing?
- Overhangs exceeding ~45° require support structures or design redesign to avoid them (Correct answer)
- All overhangs print fine because the extruder compensates automatically
- Overhangs only matter for SLA resin printing, not FDM
- Print orientation has no effect on overhang success
Correct answer: Overhangs exceeding ~45° require support structures or design redesign to avoid them
FDM filament needs underlying material to adhere to; overhangs beyond ~45° lose layer adhesion and require supports.
A shoe company wants photorealistic renders of sneakers before physical prototypes exist.
Which map is most important for capturing the stitched leather seams without adding geometry?