Visual Effects Visual Effects MCQ 2 — Questions and Answers
Question 1: Which compositing operation multiplies the alpha channel of one layer with the RGB values of another to achieve transparency?
- Over
- In (Correct answer)
- Out
- Atop
Correct answer: In
The 'In' Porter-Duff compositing operation multiplies the source by the destination's alpha, keeping only the overlapping region.
Question 2: In VFX, what is 'pre-multiplication' (premult) used for when working with images that have an alpha channel?
- Boosting color saturation before keying
- Multiplying RGB values by the alpha before compositing to avoid fringing artifacts (Correct answer)
- Applying a pre-grade look to the footage
- Scaling down image resolution for faster rendering
Correct answer: Multiplying RGB values by the alpha before compositing to avoid fringing artifacts
Pre-multiplication bakes the alpha into the RGB channels so compositing operations produce clean edges without color fringing.
Question 3: What does the term 'holdout matte' refer to in visual effects compositing?
- A matte that reveals only the background plate
- A matte that protects a foreground element from being covered by a VFX layer placed behind it (Correct answer)
- A garbage matte used during green screen keying
- A matte used to hold color corrections in place
Correct answer: A matte that protects a foreground element from being covered by a VFX layer placed behind it
A holdout matte cuts a hole in a VFX element so foreground objects that pass in front of it remain visible.
Question 4: Which rendering technique traces rays from the camera into the scene and simulates how light bounces between surfaces to produce global illumination?
- Rasterization
- Scanline rendering
- Path tracing (Correct answer)
- Shadow mapping
Correct answer: Path tracing
Path tracing stochastically samples light paths from the camera, naturally producing soft shadows, color bleeding, and caustics.
Question 5: In particle simulation, what is the role of an 'emitter'?
- A force field that deflects particles away from surfaces
- The source object that spawns particles into the simulation (Correct answer)
- A shader that controls the color of particles at birth
- A collision object that destroys particles on contact
Correct answer: The source object that spawns particles into the simulation
An emitter is the origin point or surface from which particles are born into the simulation.
Question 6: What is 'ambient occlusion' (AO) used for in VFX rendering?
- Simulating the scattering of light inside translucent materials
- Approximating soft shadows in crevices and contact areas where ambient light is occluded (Correct answer)
- Adding bloom to bright light sources in the scene
- Controlling the roughness of reflective surfaces
Correct answer: Approximating soft shadows in crevices and contact areas where ambient light is occluded
Ambient occlusion darkens areas where surfaces are close together and ambient light has difficulty reaching.
Question 7: What does 'DPX' stand for in the context of VFX image file formats?
- Digital Picture Exchange (Correct answer)
- Dynamic Pixel Export
- Digital Proxy Xform
- Display Pipeline XML
Correct answer: Digital Picture Exchange
DPX (Digital Picture Exchange) is a common uncompressed image format used in film and VFX for high-quality frame sequences.
Which compositing operation multiplies the alpha channel of one layer with the RGB values of another to achieve transparency?