3D Texturing Technology & Digital Applications 3 — Questions and Answers
Question 1: What is the primary purpose of a 'roughness map' in a PBR texture set?
- To define which areas of a surface are metallic
- To control how blurry or sharp reflections appear on a surface (Correct answer)
- To add color variation to a material
- To simulate depth and bumps on a surface
Correct answer: To control how blurry or sharp reflections appear on a surface
A roughness map (white = rough, black = smooth) controls the sharpness of reflections, simulating microsurface irregularities in real materials.
Question 2: In Unreal Engine 5, what technology allows high-poly sculpt details to be streamed directly without traditional baked normal maps?
- Lumen
- Nanite (Correct answer)
- MetaHuman
- World Partition
Correct answer: Nanite
Nanite is UE5's virtualized micropolygon geometry system that renders extreme polygon counts in real time, reducing reliance on normal map bakes.
Question 3: Which color space should textures intended for color/albedo data typically be stored in when working in a PBR pipeline?
- Linear
- sRGB (Correct answer)
- Adobe RGB
- ACES
Correct answer: sRGB
Albedo/color textures should be stored in sRGB because they represent perceptually encoded color data that matches how human vision perceives brightness.
Question 4: What is the function of Marmoset Toolbag in a 3D texturing workflow?
- UV unwrapping automation
- Real-time texture baking and PBR rendering/presentation (Correct answer)
- Procedural texture node editing
- 3D sculpting and detail carving
Correct answer: Real-time texture baking and PBR rendering/presentation
Marmoset Toolbag is widely used for baking texture maps and presenting 3D assets in a real-time PBR viewport for portfolio and client review.
Question 5: In RizomUV or similar UV tools, what does 'UV packing' optimize?
- Polygon count of the mesh
- The arrangement of UV islands to maximize texture space usage (Correct answer)
- The file size of exported textures
- The number of materials assigned to a mesh
Correct answer: The arrangement of UV islands to maximize texture space usage
UV packing arranges UV islands as tightly as possible within the 0-1 UV space to minimize wasted texture resolution.
Question 6: What does 'UDIM' stand for in the context of 3D texturing workflows used in film and VFX?
- Universal Digital Image Mapping
- U-Dimension tiling, where each tile has a unique index (Correct answer)
- Uncompressed Digital Image Mode
- Unified Display of Image Materials
Correct answer: U-Dimension tiling, where each tile has a unique index
UDIM (U-Dimension) is a texture tiling convention where UV islands span multiple tiles (e.g., 1001, 1002), each with its own texture file, allowing very high-resolution coverage.
Question 7: Which texture format supports lossless compression and transparency, making it common for diffuse textures in non-game pipelines?
- JPEG
- PNG (Correct answer)
- BMP
- DDS
Correct answer: PNG
PNG supports lossless compression and an alpha channel, making it suitable for textures where quality and transparency are required.
What is the primary purpose of a 'roughness map' in a PBR texture set?