Character Modeling UV Mapping and Texturing for Characters 2 — Questions and Answers
Question 1: What is a 'roughness map' used for in a PBR character material?
- Defining polygon smoothing
- Controlling how rough or smooth a surface appears by affecting specular highlight spread (Correct answer)
- Setting the subsurface scattering depth
- Masking UV islands
Correct answer: Controlling how rough or smooth a surface appears by affecting specular highlight spread
A roughness map controls the microfacet roughness of a surface; rough areas scatter light widely (matte) while smooth areas produce tight specular highlights (shiny).
Question 2: What is 'subsurface scattering' (SSS) and when is it used in character texturing?
- A UV projection method
- Light scattering beneath translucent surfaces like skin, giving it a soft warm glow (Correct answer)
- A normal map blending technique
- An ambient occlusion type
Correct answer: Light scattering beneath translucent surfaces like skin, giving it a soft warm glow
SSS simulates light penetrating and scattering inside translucent materials like skin, giving characters a natural, warm appearance rather than a hard plastic look.
Question 3: In PBR texturing, what information does a 'metallic map' encode?
- Bump height values
- Which areas of the surface are metallic (1) vs. non-metallic (0) (Correct answer)
- Polygon count reduction data
- Rigging joint weights
Correct answer: Which areas of the surface are metallic (1) vs. non-metallic (0)
A metallic map is a binary or greyscale map defining which parts of the mesh behave as metal (full metallic response) vs. dielectric materials (zero metallic response).
Question 4: What problem does 'UV stretching' cause on a character model?
- Slows down the rig evaluation
- Causes textures to appear distorted or blurry on stretched polygon areas (Correct answer)
- Breaks the normal map baking
- Generates incorrect polygon normals
Correct answer: Causes textures to appear distorted or blurry on stretched polygon areas
UV stretching distorts how textures are mapped onto the mesh, creating blurry or elongated texture patterns on areas with poorly unwrapped UVs.
Question 5: What is an 'ambient occlusion' (AO) map used for in character texturing?
- Storing specular reflections
- Pre-computing soft shadowing in crevices and contact areas (Correct answer)
- Controlling texture transparency
- Encoding joint rotation data
Correct answer: Pre-computing soft shadowing in crevices and contact areas
An AO map bakes soft shadow information into tight areas like armpits, nostrils, and ear folds, adding depth and grounding to the character under flat lighting.
Question 6: What is the advantage of using UDIM tiles in character UV mapping?
- Reduces the number of bones in the rig
- Allows multiple high-resolution texture tiles per mesh for extreme detail (Correct answer)
- Speeds up real-time rendering
- Simplifies weight painting
Correct answer: Allows multiple high-resolution texture tiles per mesh for extreme detail
UDIM tiles let artists assign different texture pages to different UV regions, allowing a single character mesh to use multiple high-res textures simultaneously for film-quality detail.
What is a 'roughness map' used for in a PBR character material?