Blender Blender Materials & Shading 1 — Questions and Answers
Question 1: Which Blender render engine uses physically-based path tracing?
- Eevee
- Workbench
- Cycles (Correct answer)
- LuxRender
Correct answer: Cycles
Cycles is Blender's unbiased path-tracing render engine that simulates light physically for realistic results.
Question 2: In Blender's Shader Editor, what node is the core of most material setups?
- Emission Shader
- Principled BSDF (Correct answer)
- Diffuse BSDF
- Mix Shader
Correct answer: Principled BSDF
The Principled BSDF combines multiple shading models (diffuse, specular, metallic, etc.) into one artist-friendly node.
Question 3: What does the 'Roughness' input in the Principled BSDF node control?
- Surface displacement height
- How diffuse or shiny the specular reflection appears (Correct answer)
- Bump intensity
- Subsurface scattering radius
Correct answer: How diffuse or shiny the specular reflection appears
Roughness controls how sharp or blurry the specular reflections are — 0 is mirror-like, 1 is fully diffuse.
Question 4: What does a 'UV Map' node in Blender's shader editor provide?
- Generates procedural textures
- Provides UV coordinates for placing textures on a mesh (Correct answer)
- Creates UV-based lighting
- Outputs vertex colors
Correct answer: Provides UV coordinates for placing textures on a mesh
The UV Map node outputs the UV coordinates of a specified UV map, used to project image textures onto mesh surfaces.
Question 5: In Blender, what is a 'Texture Coordinate' node used for?
- Displaying UV layouts in the Image Editor
- Providing various coordinate inputs (UV, Object, Generated, Normal) for texturing (Correct answer)
- Storing texture file paths
- Baking texture coordinates to a map
Correct answer: Providing various coordinate inputs (UV, Object, Generated, Normal) for texturing
The Texture Coordinate node supplies different projection methods for placing textures, including UV, Generated, Object space, and World space.
Question 6: What is the role of the 'Normal Map' node in Blender's shader system?
- It bakes normals to a texture
- It converts a tangent-space normal map texture into usable normal vectors for shading (Correct answer)
- It generates procedural normals
- It inverts face normals
Correct answer: It converts a tangent-space normal map texture into usable normal vectors for shading
The Normal Map node decodes a tangent-space normal map image so it can be plugged into shaders to fake surface detail.
Which Blender render engine uses physically-based path tracing?