Blender Blender Rendering & Lighting 1 — Questions and Answers
Question 1: What is the main difference between Cycles and Eevee in Blender?
- Cycles is faster; Eevee is more physically accurate
- Cycles is a path tracer (realistic, slow); Eevee is a real-time rasterizer (faster, less accurate) (Correct answer)
- Cycles uses the GPU only; Eevee uses the CPU only
- Cycles is for animations; Eevee is for still images
Correct answer: Cycles is a path tracer (realistic, slow); Eevee is a real-time rasterizer (faster, less accurate)
Cycles traces actual light paths for photorealistic results but is slower; Eevee uses rasterization for fast real-time results with approximated effects.
Question 2: What does 'Samples' setting control in Cycles rendering?
- Image output resolution
- The number of light paths traced per pixel, affecting noise and quality (Correct answer)
- Sampling rate for audio in the VSE
- Number of render passes to combine
Correct answer: The number of light paths traced per pixel, affecting noise and quality
Higher sample counts reduce noise in Cycles by averaging more light path calculations per pixel, improving image quality at the cost of render time.
Question 3: Which light type in Blender simulates an infinitely distant light source like the sun?
- Point Light
- Area Light
- Spot Light
- Sun Light (Correct answer)
Correct answer: Sun Light
Sun Light emits parallel rays from an infinite distance, casting consistent shadows regardless of position, ideal for outdoor daylight scenes.
Question 4: What is an 'HDRI' (High Dynamic Range Image) used for in Blender rendering?
- Applying high-resolution textures to objects
- Providing realistic 360° environment lighting and reflections for a scene (Correct answer)
- High-definition rendering output format
- A shader node for boosting material brightness
Correct answer: Providing realistic 360° environment lighting and reflections for a scene
HDRIs are 360° panoramic images with extended brightness range used as world environment maps to provide realistic image-based lighting (IBL).
Question 5: In Blender, what does 'Denoising' do during or after rendering?
- Removes sound from the video sequence
- Reduces render noise using AI or filter algorithms, allowing fewer samples for cleaner results (Correct answer)
- Defragments render cache data
- Normalizes light intensity across the scene
Correct answer: Reduces render noise using AI or filter algorithms, allowing fewer samples for cleaner results
Denoising smooths out the grainy noise from low-sample Cycles renders using filters (like NLM or OptiX AI denoiser) to produce clean images.
Question 6: What is the purpose of 'Light Probes' in Blender's Eevee render engine?
- Testing light brightness before final render
- Capturing scene lighting information for indirect lighting, reflections, and irradiance in Eevee (Correct answer)
- Probing for light leaks in geometry
- Placing physical light sensors in the scene
Correct answer: Capturing scene lighting information for indirect lighting, reflections, and irradiance in Eevee
Light Probes (Irradiance Volume, Reflection Cubemap, Reflection Plane) bake indirect lighting data that Eevee uses to simulate global illumination.
What is the main difference between Cycles and Eevee in Blender?