3D Texturing Technology & Digital Applications 2 — Questions and Answers
Question 1: Which file format is most commonly used for storing HDR environment maps used in 3D texture lighting?
- .jpg
- .exr (Correct answer)
- .png
- .bmp
Correct answer: .exr
OpenEXR (.exr) supports 32-bit floating-point data per channel, making it ideal for storing HDR (high dynamic range) environment maps.
Question 2: In Substance Painter, what is the purpose of the 'Baking' step before texturing?
- Rendering the final image
- Transferring mesh details from a high-poly to a low-poly model (Correct answer)
- Compressing texture file sizes
- Applying UV coordinates automatically
Correct answer: Transferring mesh details from a high-poly to a low-poly model
Baking transfers surface detail (normals, ambient occlusion, curvature) from a high-resolution mesh onto the low-poly model's texture maps.
Question 3: What does the term 'texel density' refer to in 3D texturing?
- The color depth of a texture file
- The number of texture pixels per unit of surface area (Correct answer)
- The compression ratio of a texture
- The resolution of the UV map editor
Correct answer: The number of texture pixels per unit of surface area
Texel density measures how many texture pixels (texels) cover a given unit of surface area, ensuring consistent detail across all objects in a scene.
Question 4: Which GPU-accelerated technique allows 3D applications to display detailed surface textures without adding geometry?
- Tessellation
- Displacement mapping
- Normal mapping (Correct answer)
- Polygon smoothing
Correct answer: Normal mapping
Normal mapping fakes the appearance of surface detail by altering how light interacts with a surface, without changing actual geometry.
Question 5: In the context of real-time game engines, what is a 'texture atlas'?
- A database of pre-approved texture licenses
- A single large texture sheet combining multiple smaller textures (Correct answer)
- A tool for auto-generating UV maps
- A color correction lookup table
Correct answer: A single large texture sheet combining multiple smaller textures
A texture atlas packs multiple textures into one image to reduce draw calls and improve rendering performance in real-time engines.
Question 6: What rendering technique uses the roughness and metallic maps together to simulate realistic material appearance in modern game engines?
- Phong shading
- Physically Based Rendering (PBR) (Correct answer)
- Cel shading
- Gouraud shading
Correct answer: Physically Based Rendering (PBR)
PBR (Physically Based Rendering) uses roughness and metallic maps alongside albedo and normal maps to simulate how real-world materials reflect light.
Question 7: Which software application is specifically designed as a standalone node-based texture creation tool popular in the game industry?
- ZBrush
- Substance Designer (Correct answer)
- Marmoset Toolbag
- RizomUV
Correct answer: Substance Designer
Substance Designer uses a procedural, node-based workflow to create tileable textures and material graphs from scratch.
Which file format is most commonly used for storing HDR environment maps used in 3D texture lighting?