3D Texturing Case Studies & Practical Application 3 — Questions and Answers
Question 1: A studio is texturing a sci-fi environment and wants metal panels to show fingerprints and smudges only in specific areas. Which technique achieves this without repainting the base metal texture?
- Paint a separate mask layer and blend a smudge detail texture using that mask (Correct answer)
- Repaint the entire albedo texture with smudges included
- Apply a global roughness reduction across the whole material
- Use a single noise map to control all detail layers
Correct answer: Paint a separate mask layer and blend a smudge detail texture using that mask
A mask layer isolates where the smudge detail texture blends in, preserving the clean base metal in unmasked areas.
Question 2: An automotive visualization artist is asked why their car paint shader lacks depth compared to a reference photo. The shader uses albedo, roughness, and normal maps. What is most likely missing?
- A clearcoat layer with its own roughness and IOR (Correct answer)
- A higher polygon count on the car body
- A larger normal map resolution
- An ambient occlusion bake from the high-poly mesh
Correct answer: A clearcoat layer with its own roughness and IOR
Real automotive paint has a translucent clearcoat layer above the pigment layer; without it, the paint looks flat and lacks the characteristic depth and reflective sheen.
Question 3: A texturing artist receives feedback that a wooden crate looks too perfect for a war game environment. Which practical step adds believable aging most efficiently?
- Rebuild the model with higher geometry detail
- Add curvature-based edge wear, dirt accumulation in crevices, and paint chipping layers in Substance Painter (Correct answer)
- Apply a single dirt overlay across the entire surface
- Increase the specular intensity on the wood grain
Correct answer: Add curvature-based edge wear, dirt accumulation in crevices, and paint chipping layers in Substance Painter
Curvature-driven edge wear and cavity-driven dirt accumulation are standard Substance Painter techniques that quickly produce realistic aging based on surface shape.
Question 4: A cinematic team bakes a normal map for a face model but the skin pores appear too deep in the render. The bake itself looks correct in the texture viewer. What should they adjust?
- Scale the normal map's intensity/strength in the shader without rebaking (Correct answer)
- Re-sculpt the pores shallower and rebake
- Invert the green channel of the normal map
- Switch from tangent-space to object-space normals
Correct answer: Scale the normal map's intensity/strength in the shader without rebaking
Normal map intensity can be dialed down in the shader (normal strength parameter) to reduce the perceived depth without requiring a rebake.
Question 5: A product designer textures a glass perfume bottle but the renders look milky instead of transparent. The shader uses a Principled BSDF with transmission enabled. What is the most likely issue?
- The roughness value is too high, scattering transmitted light (Correct answer)
- The metallic value is set to 1
- The UV mapping is incorrect
- The albedo map is missing
Correct answer: The roughness value is too high, scattering transmitted light
High roughness on a transmission shader scatters light inside the material, producing a frosted or milky appearance instead of clear glass.
Question 6: A junior artist is asked to prepare textures for a real-time character that will run on both PC and mobile. What is the best format strategy for color maps?
- PNG for PC and PNG for mobile to maximize quality
- DXT1/BC1 for opaque PC maps and ETC2 for mobile, with source PNGs kept as masters (Correct answer)
- JPEG for all platforms to save disk space
- Uncompressed TGA for both platforms
Correct answer: DXT1/BC1 for opaque PC maps and ETC2 for mobile, with source PNGs kept as masters
DXT1/BC1 is the standard GPU-compressed format for PC and consoles, while ETC2 is the equivalent for modern mobile hardware — keeping source PNGs ensures quality is preserved when recompressing.
Question 7: During a cinematic shot, a metal sword prop reflects the environment incorrectly — it shows a blurry generic grey rather than the surrounding scene. What is missing from the material setup?
- A reflection probe or image-based lighting (IBL) setup in the scene (Correct answer)
- A higher metallic value in the shader
- A specular map baked from the high-poly mesh
- A higher roughness value to diffuse the reflection
Correct answer: A reflection probe or image-based lighting (IBL) setup in the scene
Without a reflection probe or IBL environment map, the renderer has no scene data to reflect, defaulting to a neutral grey fallback.
A studio is texturing a sci-fi environment and wants metal panels to show fingerprints and smudges only in specific areas.
Which technique achieves this without repainting the base metal texture?