Blender Blender Materials & Shading 2 — Questions and Answers
Question 1: What does the 'Metallic' input in the Principled BSDF control?
- Object density
- Whether the surface behaves as a metal or a dielectric (non-metal) (Correct answer)
- Surface shininess only
- Reflection intensity independent of color
Correct answer: Whether the surface behaves as a metal or a dielectric (non-metal)
Setting Metallic to 1 makes the surface behave like a conductor, using base color as the specular tint and removing diffuse.
Question 2: In Blender Shader Editor, what does the 'Mix Shader' node do?
- Mixes two color inputs by multiplication
- Blends two shader inputs together using a factor (Correct answer)
- Converts between shader types
- Mixes emission and diffuse by wavelength
Correct answer: Blends two shader inputs together using a factor
The Mix Shader node blends two shaders using a Fac (factor) value, allowing you to combine materials like mixing glass and diffuse.
Question 3: What type of textures are created using math nodes and no external image files in Blender?
- Baked textures
- Procedural textures (Correct answer)
- PBR textures
- Vertex painted textures
Correct answer: Procedural textures
Procedural textures are generated entirely through shader math nodes (like Noise, Voronoi, Wave) without requiring image files.
Question 4: What does the 'Emission' shader node do in Blender?
- Absorbs all incoming light
- Makes the surface emit light of a specified color and strength (Correct answer)
- Emits particles from the surface
- Controls transparency
Correct answer: Makes the surface emit light of a specified color and strength
The Emission shader makes a surface appear to glow and emit light, and in Cycles it can actually illuminate other objects.
Question 5: In Blender's Principled BSDF, what does 'Subsurface' scattering simulate?
- Light reflecting under water
- Light penetrating slightly into translucent surfaces like skin or wax (Correct answer)
- Sub-pixel rendering detail
- Underground shadow computation
Correct answer: Light penetrating slightly into translucent surfaces like skin or wax
Subsurface scattering simulates light that penetrates the surface, scatters inside, and exits at a different point — essential for skin, wax, and jade.
Question 6: What does the 'Alpha' channel in Blender's Principled BSDF control?
- Anisotropy direction
- Surface transparency (0 = fully transparent, 1 = fully opaque) (Correct answer)
- Ambient occlusion strength
- Anti-aliasing level
Correct answer: Surface transparency (0 = fully transparent, 1 = fully opaque)
The Alpha input controls the overall opacity/transparency of the material, requiring appropriate blend mode settings to be visible.
What does the 'Metallic' input in the Principled BSDF control?