3D Texturing Quality Control & Assurance 2 — Questions and Answers
Question 1: When reviewing a texture map for tiling artifacts, which method best reveals seam misalignment?
- Zoom in to 100% and scan edges manually
- Apply the texture to a sphere and rotate it under neutral lighting (Correct answer)
- Check the histogram for value spikes
- Flatten the UV layout and compare pixel colors
Correct answer: Apply the texture to a sphere and rotate it under neutral lighting
Applying the texture to a sphere and rotating it under neutral lighting exposes seam misalignment and tiling discontinuities that flat inspection misses.
Question 2: A metallic roughness texture appears too shiny in the final render but looks correct in the texture editor. What is the most likely cause?
- The roughness channel is inverted in the engine (Correct answer)
- The albedo map has incorrect gamma settings
- The normal map strength is too high
- The UV scale is too large
Correct answer: The roughness channel is inverted in the engine
Engines can interpret roughness vs. smoothness channels differently, and an inverted roughness map makes surfaces appear shinier than intended.
Question 3: Which resolution is the minimum recommended for a hero prop texture set that will be viewed at close range in a AAA game?
- 512x512
- 1024x1024
- 2048x2048 (Correct answer)
- 4096x4096
Correct answer: 2048x2048
2048x2048 is the standard minimum for close-range hero props in AAA games, balancing detail and memory budget.
Question 4: During QA, a texture artist notices color bleeding between UV islands on the baked ambient occlusion map. What should they adjust?
- Increase UV island spacing/padding in the UV layout (Correct answer)
- Reduce the AO ray distance
- Increase the render samples
- Switch from world-space to tangent-space baking
Correct answer: Increase UV island spacing/padding in the UV layout
Increasing UV island padding prevents color from one island bleeding into adjacent islands during baking and mip generation.
Question 5: What does a texel density audit ensure in a 3D production pipeline?
- All textures use the same file format
- All assets have consistent pixel-per-unit ratios relative to their in-scene importance (Correct answer)
- All normal maps point in the same direction
- All materials share a single UV channel
Correct answer: All assets have consistent pixel-per-unit ratios relative to their in-scene importance
A texel density audit ensures that assets maintain consistent pixels-per-unit across the scene so nothing appears blurrier or sharper than intended.
Question 6: A QA reviewer flags a normal map that causes dark shading artifacts along hard edges. What is the most common fix?
- Increase the normal map intensity
- Add a chamfer or bevel to hard edges before baking (Correct answer)
- Switch to a higher-resolution albedo map
- Rebake with a longer ray distance
Correct answer: Add a chamfer or bevel to hard edges before baking
Adding a chamfer or bevel to hard edges gives the normal map a surface to capture, eliminating the dark shading artifacts caused by extreme angle transitions.
Question 7: When performing a final texture quality check before asset delivery, which of the following should be verified last?
- Texture resolution matches the spec
- All maps are exported in the correct color space
- The asset renders correctly in the target engine under production lighting (Correct answer)
- UV islands are within the 0-1 UV space
Correct answer: The asset renders correctly in the target engine under production lighting
Verifying the asset in the target engine under production lighting is the final step because it catches issues that individual map checks cannot reveal.
When reviewing a texture map for tiling artifacts, which method best reveals seam misalignment?