Motion Graphics 3D Animation and Motion 2 — Questions and Answers
Question 1: What does 'UV mapping' do in 3D texturing?
- Controls animation speed
- Projects a 2D texture onto a 3D surface by assigning 2D coordinates to 3D vertices (Correct answer)
- Sets lighting angles
- Defines render output resolution
Correct answer: Projects a 2D texture onto a 3D surface by assigning 2D coordinates to 3D vertices
UV mapping unwraps a 3D model into a 2D space, assigning UV coordinates that define how a 2D texture image is applied to the 3D surface.
Question 2: What is 'global illumination' in 3D rendering?
- A single directional light
- A rendering technique that simulates how light bounces between surfaces, creating realistic indirect lighting (Correct answer)
- An HDR environment map only
- A post-processing filter
Correct answer: A rendering technique that simulates how light bounces between surfaces, creating realistic indirect lighting
Global Illumination (GI) simulates the way light reflects and bounces between surfaces, producing realistic color bleeding and soft indirect lighting.
Question 3: What does the term 'subsurface scattering' describe?
- A particle effect below the surface
- Light that penetrates a translucent material and scatters inside before exiting, used for skin and wax (Correct answer)
- A depth sorting algorithm
- A matte extraction technique
Correct answer: Light that penetrates a translucent material and scatters inside before exiting, used for skin and wax
Subsurface Scattering (SSS) simulates how light enters a translucent material, bounces internally, and exits at a different point — critical for realistic skin rendering.
Question 4: What is the 'Z-depth' or 'depth pass' used for in 3D motion graphics?
- Controlling animation timing
- A render pass that stores distance from camera, used to add depth of field or fog in compositing (Correct answer)
- Setting texture resolution
- Defining object order in the scene
Correct answer: A render pass that stores distance from camera, used to add depth of field or fog in compositing
A Z-depth pass renders each pixel's distance from the camera as a grayscale value, which compositors use to add realistic depth of field or atmospheric effects.
Question 5: What is a 'particle system' in 3D and motion graphics applications?
- A physics cloth simulator
- A system that generates and controls large numbers of small objects to simulate effects like fire, smoke, rain, or dust (Correct answer)
- A rendering optimization
- A font animation tool
Correct answer: A system that generates and controls large numbers of small objects to simulate effects like fire, smoke, rain, or dust
A particle system spawns and controls large quantities of small elements with shared properties — velocity, size, lifetime — to create natural phenomena like smoke, sparks, or snow.
Question 6: What does 'procedural animation' mean in motion graphics?
- Manually animating each frame
- Animation generated by algorithms and rules rather than manually set keyframes (Correct answer)
- Importing motion capture data
- Pre-rendered animation sequences
Correct answer: Animation generated by algorithms and rules rather than manually set keyframes
Procedural animation uses mathematical rules and algorithms — like noise functions or physics — to generate motion automatically rather than hand-placing keyframes.
What does 'UV mapping' do in 3D texturing?