Game Art Game Animation Principles 1 — Questions and Answers
Question 1: What is a 'rig' in 3D game character animation?
- The collision mesh used for the character's physics
- A system of bones and controls layered over a 3D mesh that animators use to pose and animate the character (Correct answer)
- The LOD system managing character polygon counts at distance
- The blend tree connecting a character's movement animations in engine
Correct answer: A system of bones and controls layered over a 3D mesh that animators use to pose and animate the character
A rig is a skeleton and control system built inside a 3D character mesh that allows animators to pose and animate the model.
Question 2: What is 'squash and stretch' as applied to game animation?
- A UV distortion technique for deforming cloth materials
- An animation principle that exaggerates deformation to convey mass, weight, and impact during movement (Correct answer)
- A LOD blending technique between animation states
- A compression format for storing keyframe data
Correct answer: An animation principle that exaggerates deformation to convey mass, weight, and impact during movement
Squash and stretch exaggerates a character's shape during motion — like a ball flattening on impact — to sell weight and energy in an animation.
Question 3: What is 'anticipation' in game character animation?
- A predictive pathfinding algorithm used in AI movement
- A preparatory motion before the main action that primes the player to perceive the incoming move (Correct answer)
- An audio cue that plays before a character speaks
- A blend weight that increases before a transition between states
Correct answer: A preparatory motion before the main action that primes the player to perceive the incoming move
Anticipation is a preparatory backward or winding-up motion before the main action, communicating intent and making the main movement feel more powerful.
Question 4: What does 'follow-through' mean in game character animation?
- Completing the full design pipeline before handing off to the engine team
- The continuation of movement in secondary elements (hair, clothing) after the main body motion has stopped (Correct answer)
- Extending an animation's timeline to prevent early looping
- Following a character path node to its end point in AI navigation
Correct answer: The continuation of movement in secondary elements (hair, clothing) after the main body motion has stopped
Follow-through captures how secondary elements continue to move after the primary action stops, adding life and realism to a character.
Question 5: What is 'secondary animation' in game character art?
- Animations triggered only by scripted story events
- Motion applied to non-primary elements like hair, cloth, and accessories that react physically to the character's main movement (Correct answer)
- The idle animation state in a character's blend tree
- LOD2 animations with reduced bone counts for distant characters
Correct answer: Motion applied to non-primary elements like hair, cloth, and accessories that react physically to the character's main movement
Secondary animation adds life by making hair, capes, pouches, and loose clothing react naturally to the character's movement.
Question 6: What is a 'root motion' animation in game development?
- An animation that plays when a character touches their root bone to the ground
- An animation where the character's actual world position is driven by the animation data itself rather than external engine movement code (Correct answer)
- The idle animation assigned to a character's root state in a blend tree
- A motion capture session captured from the root joint only
Correct answer: An animation where the character's actual world position is driven by the animation data itself rather than external engine movement code
Root motion animations bake actual position and rotation displacement into the animation, making the character move organically rather than sliding on a controller value.
What is a 'rig' in 3D game character animation?