Game Art Game Texturing and Materials 2 — Questions and Answers
Question 1: What does an 'ambient occlusion (AO) map' store in a game texture set?
- Screen-space reflection data
- Soft shadowing in crevices and contact areas to add depth (Correct answer)
- The roughness of the surface under indirect light
- Emissive glow zones on the asset
Correct answer: Soft shadowing in crevices and contact areas to add depth
An AO map stores baked soft shadow information in concave areas, adding depth and contact shadowing to the asset.
Question 2: What is the purpose of a 'normal map' in real-time game rendering?
- To define the color of a surface under neutral lighting
- To simulate fine surface detail like bumps and grooves without adding geometry (Correct answer)
- To control the transparency of a material
- To store vertex animation data
Correct answer: To simulate fine surface detail like bumps and grooves without adding geometry
Normal maps encode surface orientation per pixel, allowing the renderer to simulate high-frequency surface detail on a low-poly mesh.
Question 3: What is a 'tiling texture' and when is it most useful in game environments?
- A texture that covers a single unique asset
- A texture that repeats seamlessly across a surface, ideal for ground, walls, and large areas (Correct answer)
- A texture containing all emissive zones for a scene
- A texture designed for alpha transparency on foliage
Correct answer: A texture that repeats seamlessly across a surface, ideal for ground, walls, and large areas
Tiling textures repeat seamlessly and are used on large surfaces like terrain or walls to cover them without needing unique textures.
Question 4: What tool is most commonly used in the games industry to paint PBR textures directly on 3D models?
- Adobe After Effects
- Substance 3D Painter (Correct answer)
- Autodesk Mudbox only
- Houdini
Correct answer: Substance 3D Painter
Substance 3D Painter (formerly Substance Painter) is the industry-standard tool for painting PBR textures in real time on 3D meshes.
Question 5: In Unreal Engine's material system, what is the 'base color' input equivalent to?
- Specular reflectivity of the surface
- The raw albedo/diffuse color of the surface without lighting (Correct answer)
- The emissive brightness value
- The subsurface scattering weight
Correct answer: The raw albedo/diffuse color of the surface without lighting
Base color in Unreal Engine's PBR material represents the raw surface color/albedo with no lighting or shadowing baked in.
Question 6: What is the significance of 'UV seam placement' in game texturing?
- Seams increase polygon count at their location
- Poorly placed seams cause visible texture stretching or breaks visible during gameplay (Correct answer)
- Seams define where LODs transition on a mesh
- Seams control the normal map bake direction
Correct answer: Poorly placed seams cause visible texture stretching or breaks visible during gameplay
UV seams must be placed in areas hidden from the player (undersides, backs) to prevent visible texture discontinuities.
What does an 'ambient occlusion (AO) map' store in a game texture set?