Character Modeling Practice Test — Questions and Answers
Question 1: What is a 'morph target' in the context of facial animation?
- A separate mesh representing a specific facial expression or shape (Correct answer)
- A texture map that stores facial displacement data
- A shader that simulates skin subsurface scattering
- A constraint that limits facial bone rotation ranges
Correct answer: A separate mesh representing a specific facial expression or shape
A morph target (also called a blend shape) is a separate version of the mesh deformed into a specific shape, which is blended with the base mesh to create facial expressions.
Question 2: What polygon count range is typical for a game-ready facial mesh in modern AAA titles?
- 5,000–15,000 polygons (Correct answer)
- 500–1,000 polygons
- 1,000,000+ polygons
- 50,000–100,000 polygons
Correct answer: 5,000–15,000 polygons
Modern AAA game character faces typically use 5,000–15,000 polygons, balancing visual quality with real-time rendering performance requirements.
Question 3: Which software is most widely used in the film industry for facial blend shape creation and management?
- Blender 2.4
- AutoCAD
- SketchUp
- Autodesk Maya (Correct answer)
Correct answer: Autodesk Maya
Autodesk Maya is the industry standard in film and VFX for creating and managing facial blend shapes due to its robust blendshape deformer and animation toolset.
Question 4: When modeling a female character, how does the pelvis typically differ from a male character?
- Shorter and more angular
- Wider and shallower (Correct answer)
- Same width but deeper
- Narrower and taller
Correct answer: Wider and shallower
Female pelvis geometry is wider and shallower compared to males, directly affecting hip width and the overall silhouette of the character.
Question 5: What are 'hard edges' and 'soft edges' on a low-poly mesh, and how do they relate to normal map baking?
- Hard edges create sharp shading discontinuities; they must correspond to UV seams to avoid shading artifacts in normal maps (Correct answer)
- Types of polygon subdivisions
- They have no relation to normal map baking
- Hard edges are for convex surfaces; soft edges are for concave surfaces
Correct answer: Hard edges create sharp shading discontinuities; they must correspond to UV seams to avoid shading artifacts in normal maps
Hard edges must be placed at UV seams to avoid shading seam artifacts, because the normal map encodes surface information relative to the vertex normal direction.
Question 6: What is the primary reason hand topology in character modeling requires extra loops around each finger joint?
- To reduce draw calls
- To separate UV islands
- To allow knuckle bending without mesh collapse (Correct answer)
- To add texture detail
Correct answer: To allow knuckle bending without mesh collapse
Extra edge loops around each finger joint provide the geometry needed for the mesh to fold cleanly when fingers curl or bend.
Question 7: In character hand topology, what is the typical polygon approach for the palm area?
- Quad grid that fans edge flow into each finger base (Correct answer)
- No topology in palm — only fingers are modeled
- Single large polygon for the palm
- Triangulated surface for strength
Correct answer: Quad grid that fans edge flow into each finger base
The palm uses a quad grid topology that gradually fans edge flow outward to support each finger's base, allowing all five fingers to deform naturally from a shared palm.
Question 8: Which facial feature typically requires the most complex edge flow to animate convincingly?
- Chin
- Forehead
- Ears
- Mouth (Correct answer)
Correct answer: Mouth
The mouth requires the most complex edge flow because it must stretch, compress, and rotate in multiple directions during speech, eating, and emotional expressions.
Question 9: What is the primary reason for placing edge loops around the eyes in facial modeling?
- To reduce overall rendering time
- To allow natural deformation during animations and expressions (Correct answer)
- To make UV unwrapping easier on curved surfaces
- To increase polygon count for added surface detail
Correct answer: To allow natural deformation during animations and expressions
Edge loops around the eyes follow the orbicularis oculi muscle and allow the geometry to deform naturally when the character blinks or squints.
Question 10: What does 'DynaMesh' in ZBrush allow a sculptor to do?
- Apply texture maps at full resolution
- Bake lighting into the mesh
- Dynamically remesh the model at uniform polygon density as it is sculpted (Correct answer)
- Export animation rigs
Correct answer: Dynamically remesh the model at uniform polygon density as it is sculpted
DynaMesh continuously retopologizes the mesh to maintain uniform polygon density, allowing sculptors to push and pull form freely without polygon stretching artifacts.
Question 11: What is an 'n-gon' and why should it be avoided in character topology?
- A normal map artifact
- A polygon with more than 4 sides that can cause shading and deformation artifacts (Correct answer)
- A UV projection type
- A morph target error
Correct answer: A polygon with more than 4 sides that can cause shading and deformation artifacts
An n-gon is a polygon with 5 or more vertices; it can produce unpredictable shading, fail to subdivide cleanly, and cause deformation errors when animated.
Question 12: What is a 'pole' in character topology and how many edges is considered ideal?
- Any vertex on the mesh boundary
- A vertex where edges converge; 3 or 5 edges are acceptable but 6+ causes shading issues (Correct answer)
- The topmost vertex of a head model
- A vertex where exactly 4 edges meet; always avoid these
Correct answer: A vertex where edges converge; 3 or 5 edges are acceptable but 6+ causes shading issues
A pole is a vertex where an unusual number of edges meet; 3-edge and 5-edge poles are common and manageable, but high-valence poles (6+) cause shading artifacts.
Question 13: In a production character, what is the role of a low-poly 'game-res' mesh versus the high-poly sculpt?
- The low-poly is for real-time use and receives baked detail from the high-poly (Correct answer)
- The high-poly is used directly in games
- The low-poly is only for printing
- They are identical in topology
Correct answer: The low-poly is for real-time use and receives baked detail from the high-poly
The low-poly mesh runs in real time and displays detail baked from the high-poly sculpt.
Question 14: What does 'corrective blend shape' refer to in facial modeling?
- A blend shape that corrects unwanted deformations when other shapes combine (Correct answer)
- A blend shape that repairs normal map baking errors
- A blend shape that fixes topology errors in the base mesh
- A blend shape used to adjust UV mapping on curved areas
Correct answer: A blend shape that corrects unwanted deformations when other shapes combine
Corrective blend shapes fix unwanted geometry deformations that occur when multiple blend shapes are applied simultaneously, ensuring clean combined expressions.
Question 15: What is 'floating geometry' used for in game character modeling?
- Geometry used only in cutscenes
- Separate mesh pieces not physically connected to the base mesh that bake their surface detail onto the low-poly without adding polygons to it (Correct answer)
- UV islands outside the 0–1 UV space
- Vertices that are not attached to any face
Correct answer: Separate mesh pieces not physically connected to the base mesh that bake their surface detail onto the low-poly without adding polygons to it
Floating geometry pieces bake their surface detail into the normal map of the low-poly base mesh, adding complex surface detail without increasing the base mesh polygon count.
Question 16: When modeling a stylized character, why might you deliberately exaggerate anatomical proportions?
- To minimize texture seams
- To reinforce character personality and readability (Correct answer)
- To simplify rigging
- To reduce polygon count
Correct answer: To reinforce character personality and readability
Exaggerated proportions amplify visual cues about a character's personality — large hands suggest strength, oversized eyes suggest innocence.
Question 17: Which Blender feature provides a sculpting-friendly multi-resolution workflow similar to ZBrush subdivision levels?
- Boolean modifier
- Cast modifier
- Skin modifier
- Multiresolution modifier (Correct answer)
Correct answer: Multiresolution modifier
The Multiresolution modifier stores several subdivision levels for sculpting and baking detail.
Question 18: In character retopology, what tool feature in most 3D applications allows new quads to snap to the surface of a high-poly mesh?
- UV projection snapping
- Auto-smooth modifier
- Surface snapping or shrink-wrap constraint (Correct answer)
- Normal map projection
Correct answer: Surface snapping or shrink-wrap constraint
Surface snapping (or shrink-wrap/project onto surface) snaps newly drawn polygons directly to the high-poly mesh surface, making retopology fast and accurate.
Question 19: What is the purpose of 'masking' in digital character sculpting?
- Protecting specific mesh areas from brush strokes to sculpt selectively (Correct answer)
- Defining rig weight limits
- Applying texture masks for shaders
- Hiding layers in the viewport
Correct answer: Protecting specific mesh areas from brush strokes to sculpt selectively
Masking blocks selected mesh areas from being deformed by brush strokes, allowing artists to sculpt freely in one region without accidentally affecting another.
Question 20: What is 'subsurface scattering' (SSS) and why is it critical for realistic character skin rendering?
- A polygon smoothing algorithm
- A shading effect where light penetrates the skin surface and scatters beneath it, creating the warm translucent look of real skin (Correct answer)
- A normal map generation technique
- A UV packing algorithm
Correct answer: A shading effect where light penetrates the skin surface and scatters beneath it, creating the warm translucent look of real skin
Subsurface scattering simulates light penetrating and scattering beneath the skin surface, producing the warm translucent quality of realistic human skin.
Question 21: Which feature in 3ds Max is best for laying out a character's UVs for texturing?
- Material Editor
- UVW Map modifier only
- Render Setup
- Unwrap UVW modifier (Correct answer)
Correct answer: Unwrap UVW modifier
The Unwrap UVW modifier provides full control to cut seams and flatten the mesh for texturing.
Question 22: What is the primary purpose of a 'facial rig' in character production?
- To provide a control system for animating facial expressions through bones or blend shapes (Correct answer)
- To reduce the polygon count of facial geometry automatically
- To improve texture resolution and clarity on the face
- To physically support the 3D model file during sculpting sessions
Correct answer: To provide a control system for animating facial expressions through bones or blend shapes
A facial rig provides animators with intuitive controls (through bones, joints, or blend shapes) to pose and animate the character's face without directly manipulating individual vertices.
Question 23: In character modeling, how many head heights is a typical heroic human figure?
- 6 heads
- 7-8 heads (Correct answer)
- 10 heads
- 5 heads
Correct answer: 7-8 heads
A heroic or idealized human figure is typically 7 to 8 heads tall, which exaggerates realistic proportions for dramatic effect.
Question 24: Another name for vertices is...
- Sides
- Corners (Correct answer)
- Faces
- Edges
Correct answer: Corners
In geometry, vertices are the points where two or more edges meet in a 3D shape, or where two lines meet in a 2D shape. Informally, these points are often referred to as 'corners.' This term is a more common and understandable synonym for vertices, especially in introductory contexts of geometry and modeling.
Question 25: What is the role of a 'high-poly to low-poly match check' before baking normal maps?
- Confirming rig bind pose alignment
- Validating texture file formats
- Ensuring the low-poly mesh's silhouette closely matches the high-poly to minimize projection artifacts before committing to baking (Correct answer)
- Verifying that UV islands are correctly sized
Correct answer: Ensuring the low-poly mesh's silhouette closely matches the high-poly to minimize projection artifacts before committing to baking
A match check verifies that the low-poly silhouette closely follows the high-poly surface before baking to minimize projection skew and surface detail errors.
Question 26: What is the purpose of 'proxy geometry' or a 'proxy rig' in character production pipelines?
- To create cloth simulations
- To bake normal maps
- To generate collision meshes
- A simplified low-res version of the character used for fast viewport interaction and animation blocking (Correct answer)
Correct answer: A simplified low-res version of the character used for fast viewport interaction and animation blocking
Proxy geometry is a simplified low-resolution version of the character used during animation to maintain fast viewport performance.
Question 27: What does the bevel operation do to a sharp primitive edge?
- Deletes it
- Rounds or chamfers it into one or more segments (Correct answer)
- Doubles the mesh
- Removes UVs
Correct answer: Rounds or chamfers it into one or more segments
Bevel replaces a hard edge with rounded segments for a more natural look.
Question 28: What is symmetry modeling commonly used for in character work?
- Doubling the texture resolution
- Modeling one half and mirroring it to the other side (Correct answer)
- Speeding up rendering
- Creating random asymmetry
Correct answer: Modeling one half and mirroring it to the other side
Most characters are bilaterally symmetric, so you model one half and mirror it.
Question 29: What is 'LOD' (Level of Detail) in game character production?
- A type of texture mipmap
- Multiple progressively lower-poly versions of a character used at different distances (Correct answer)
- A rig complexity setting
- A lighting quality setting
Correct answer: Multiple progressively lower-poly versions of a character used at different distances
LOD meshes are simplified versions of a character that replace the high-poly mesh when the character is far from the camera, optimizing rendering performance.
Question 30: Which bone structure forms the foundation of the pelvis region in a character model?
- Ilium, ischium, and pubis (Correct answer)
- Sacrum only
- Tibia and fibula
- Femur
Correct answer: Ilium, ischium, and pubis
The pelvis is formed by three fused bones — the ilium, ischium, and pubis — which must be accurately represented for believable hip deformation.
Question 31: What does ZRemesher in ZBrush primarily generate?
- A skeleton for animation
- An automatic clean quad-based retopology (Correct answer)
- A texture atlas
- A baked displacement map
Correct answer: An automatic clean quad-based retopology
ZRemesher creates a new, more evenly distributed quad topology from a sculpt.
Question 32: In ZBrush, which approach is most commonly used for adding subtle skin pore details to a facial sculpt?
- Alpha-based stamps or surface noise using a custom pore alpha (Correct answer)
- Inflate brush at maximum strength
- Clay buildup brush at low intensity
- Move brush strokes along the skin surface
Correct answer: Alpha-based stamps or surface noise using a custom pore alpha
Custom alpha textures combined with surface noise or stamp-based brushes allow artists to apply realistic pore patterns across the skin surface efficiently in ZBrush.
Question 33: What is the purpose of a 'supporting edge loop' near a hard crease in character modeling?
- Adding polygon count to meet a budget
- Separating UV islands
- Creating a morph target boundary
- Tightening the crease to maintain a sharp edge when subdivision is applied (Correct answer)
Correct answer: Tightening the crease to maintain a sharp edge when subdivision is applied
A supporting edge loop placed close to a crease edge tells the subdivision algorithm to keep the edge sharp rather than smoothing it away.
Question 34: Why is quad-dominant topology preferred for organic characters over tri-heavy meshes?
- Quads subdivide cleanly and deform more predictably than triangles (Correct answer)
- Tris are incompatible with game engines
- Quads produce smaller file sizes
- Quads render faster in all engines
Correct answer: Quads subdivide cleanly and deform more predictably than triangles
Quad polygons subdivide evenly and deform in a predictable direction, making them far better for characters that need smooth surface shading and animation deformation.
Question 35: What is 'retopology' in the context of high-to-low poly character workflows?
- Baking normal maps
- Exporting mesh files to game engines
- Rebuilding the topology of a high-poly sculpt into a clean, animator-friendly low-poly mesh (Correct answer)
- Subdividing a low-poly mesh
Correct answer: Rebuilding the topology of a high-poly sculpt into a clean, animator-friendly low-poly mesh
Retopology is the process of rebuilding a clean, properly flowing low-poly mesh over the surface of a high-poly sculpt to create an animation-ready version.
Question 36: Which application is primarily a real-time rendering and look-development tool often used to present characters with product-quality lighting?
- Wrap
- KeyShot (Correct answer)
- ZRemesher
- Topogun
Correct answer: KeyShot
KeyShot is a fast rendering tool used to create polished lit presentations of models.
Question 37: What is the role of the zygomatic arch in facial character modeling?
- Creates the cheekbone prominence that shapes the mid-face (Correct answer)
- Controls nostril placement
- Anchors the ear geometry
- Defines the jaw movement pivot
Correct answer: Creates the cheekbone prominence that shapes the mid-face
The zygomatic arch (cheekbone) defines mid-face prominence and is a key landmark that differentiates face types and character personalities.
Question 38: What is 'LOD' (Level of Detail) in character modeling for games?
- A rigging complexity scale
- A shader quality setting
- A texture resolution scale
- Multiple versions of the same character mesh at decreasing polygon counts, used at different viewing distances (Correct answer)
Correct answer: Multiple versions of the same character mesh at decreasing polygon counts, used at different viewing distances
LODs are multiple versions of a character mesh at decreasing polygon counts, automatically switched based on camera distance to maintain performance.
Question 39: In character modeling, what does 'foreshortening' awareness help a modeler achieve?
- Correct proportions when a limb is viewed at an angle (Correct answer)
- Faster rendering times
- Cleaner UV unwraps
- Reduced polycount on extremities
Correct answer: Correct proportions when a limb is viewed at an angle
Understanding foreshortening ensures that limbs and body parts read correctly from any camera angle, not just straight-on orthographic views.
Question 40: What is the 'shoulder topology problem' in character modeling?
- Shoulders have too many UV seams
- Shoulder joints require separate meshes
- The shoulder area requires complex edge flow to support extreme arm-raise deformation without collapse (Correct answer)
- Shoulders need the most texture resolution
Correct answer: The shoulder area requires complex edge flow to support extreme arm-raise deformation without collapse
The shoulder is one of the most complex deformation areas because it must support a wide range of arm positions; careful edge flow and extra loops are required to prevent collapsing.
Question 41: Which primitive is the best base for modeling a character's eyeball?
- Cube
- Cylinder
- Plane
- Sphere (Correct answer)
Correct answer: Sphere
A sphere matches the naturally round form of an eyeball with minimal cleanup.
Question 42: What is the 'mouth loop' in facial topology and what does it control?
- Circular edge loops around the lips that enable smiling, frowning, and lip pursing (Correct answer)
- A rig constraint for jaw bone
- A hard edge for texture seam placement
- A UV boundary around the lips
Correct answer: Circular edge loops around the lips that enable smiling, frowning, and lip pursing
The mouth loop is a series of concentric edge rings around the lips that allow the full range of lip shapes — smiles, frowns, puckers — without mesh tearing.
Question 43: In retopology workflows, what is meant by 'edge flow' and why is it critical for character models?
- The order in which edges are exported
- The directional arrangement of polygon edge loops that follows muscle and deformation contours to ensure clean animation deformation (Correct answer)
- The UV edge smoothing algorithm
- The normal direction of boundary edges
Correct answer: The directional arrangement of polygon edge loops that follows muscle and deformation contours to ensure clean animation deformation
Edge flow describes how polygon edge loops are arranged to follow muscle forms and deformation areas, which is critical for clean mesh deformation during animation.
Question 44: In 3D character modeling, what does the term 'blocking out' refer to in the anatomy phase?
- Establishing basic large forms and masses before detailing (Correct answer)
- Painting vertex colors
- Adding surface detail textures
- Setting up the armature
Correct answer: Establishing basic large forms and masses before detailing
Blocking out means establishing the primary masses and silhouette of the character before adding anatomical detail.
Question 45: What is the purpose of 'cage projection' during normal map baking?
- It defines the UV seam placement
- It sets the render camera angle
- An inflated version of the low-poly mesh that defines the projection range for capturing high-poly surface detail accurately (Correct answer)
- It defines bone influence boundaries
Correct answer: An inflated version of the low-poly mesh that defines the projection range for capturing high-poly surface detail accurately
A cage is a slightly inflated copy of the low-poly mesh that envelops the high-poly, defining the projection range to capture surface detail without baking artifacts.
Question 46: What is the 'bind pose' (also called T-pose or A-pose) and why is it important for skinning?
- The pose stored in the animation clip
- The lowest LOD pose
- The final rendered pose
- The default neutral pose in which the skeleton is bound to the mesh for skinning (Correct answer)
Correct answer: The default neutral pose in which the skeleton is bound to the mesh for skinning
The bind pose is the neutral reference pose (usually T-pose or A-pose) in which the skeleton is initially bound to the mesh before any animation.
Question 47: Where should the main facial edge loops radiate from in a character's face?
- From the ears outward
- From the forehead downward
- From the eyes and mouth outward (Correct answer)
- From the nose outward
Correct answer: From the eyes and mouth outward
Facial edge loops should radiate from the eyes and mouth, following the natural muscle flow of the face, ensuring clean deformation during expressions.
Question 48: What is the purpose of a 'low-poly proxy' during the high-poly sculpting phase of character creation?
- To test rigging behavior before final sculpt
- To generate ambient occlusion early
- To generate UV maps for the final character
- A rough low-poly cage used to maintain proportions and check silhouette while sculpting the high-poly detail (Correct answer)
Correct answer: A rough low-poly cage used to maintain proportions and check silhouette while sculpting the high-poly detail
A low-poly proxy provides a proportion and silhouette reference during high-poly sculpting, ensuring the final sculpt aligns with the intended character design.
Question 49: How many blend shapes are typically needed to create a comprehensive FACS-compliant facial expression set?
- 50–100 blend shapes (Correct answer)
- 20–30 blend shapes
- 500+ blend shapes
- 5–10 blend shapes
Correct answer: 50–100 blend shapes
A comprehensive FACS implementation typically requires 50–100 blend shapes to cover all major action units and their combinations for realistic facial animation.
Question 50: Which area of the face is most challenging to model for realistic aging effects?
- The nostrils
- The back of the ears
- The eye area and surrounding skin (Correct answer)
- The top of the head
Correct answer: The eye area and surrounding skin
The eye area is most challenging for aging because it involves complex skin folding, crow's feet wrinkles, drooping eyelids, and changes to the fat pads beneath the skin.
Question 51: In face topology, what is the 'cheek quad' region and why is it important?
- A quad reserved for cheekbone texture detail
- A UV chart reserved for blush texture
- The large flat polygon region between the mouth loops and eye loops that directs edge flow transition (Correct answer)
- A polygon used for cheek puffing morph targets
Correct answer: The large flat polygon region between the mouth loops and eye loops that directs edge flow transition
The cheek quad region bridges the circular mouth loops and eye loops, managing the edge flow transition across the mid-face and enabling both eye and mouth shapes simultaneously.
Question 52: In game character production, what is a typical polygon budget for a AAA main character?
- 1,000–5,000 polygons
- 100–500 polygons
- 20,000–100,000 polygons (Correct answer)
- 5,000,000+ polygons
Correct answer: 20,000–100,000 polygons
Modern AAA main characters typically use 20,000 to 100,000 polygons, balancing visual fidelity with real-time rendering performance.
Question 53: What is the 'Move' brush used for in early-stage character sculpting?
- Stamping alpha detail patterns
- Translating large regions of the mesh to adjust proportions and primary form (Correct answer)
- Smoothing the mesh surface
- Carving fine skin pores
Correct answer: Translating large regions of the mesh to adjust proportions and primary form
The Move brush grabs and drags large sections of mesh, making it ideal for adjusting overall proportions, repositioning facial features, or refining silhouette early in the sculpt.
Question 54: When creating a character's hand, why is good edge flow around the knuckles important?
- It allows correct deformation when the fingers bend (Correct answer)
- It reduces the polygon count automatically
- It improves the UV unwrap colors
- It makes the mesh export faster
Correct answer: It allows correct deformation when the fingers bend
Edge loops that follow the knuckle joints let the fingers bend without pinching.
Question 55: What is the significance of the 'landmarks' technique in character modeling anatomy?
- It identifies key bony protrusions that guide surface form (Correct answer)
- It manages polygon density
- It defines UV island boundaries
- It sets rendering quality levels
Correct answer: It identifies key bony protrusions that guide surface form
Landmarks are bony protrusions visible through skin that guide the placement of surface details and ensure anatomically plausible form.
Question 56: Which sub-object level would you use to extrude an arm out from a character's torso?
- Polygon (Correct answer)
- Vertex
- Element
- Edge
Correct answer: Polygon
Extruding a polygon (face) creates new geometry such as a limb from the body.
Question 57: Which muscle group creates the visible V-shape from shoulder to waist on a well-built male character?
- Pectorals
- Latissimus dorsi (Correct answer)
- Trapezius
- Deltoids
Correct answer: Latissimus dorsi
The latissimus dorsi muscles flare out from the lower back to the armpits, creating the characteristic V-taper silhouette of an athletic male torso.
Question 58: Which part of the foot arch is most commonly incorrectly modeled, causing a flat-foot appearance?
- Medial longitudinal arch (Correct answer)
- Ankle malleolus
- Heel bone
- Toe phalanges
Correct answer: Medial longitudinal arch
The medial longitudinal arch along the inner foot is often omitted, resulting in an unrealistic flat-footed appearance.
Question 59: What is the purpose of a 'cavity map' or 'curvature map' in character texturing?
- Representing surface concavity and convexity to add fine texture detail like pore shadows and edge highlights (Correct answer)
- Defining cloth simulation boundaries
- Storing skeleton bind pose data
- Defining UV boundaries
Correct answer: Representing surface concavity and convexity to add fine texture detail like pore shadows and edge highlights
A cavity map captures surface concavity (dark) and convexity (bright) to add micro-detail like pore darkening and surface edge highlights.
Question 60: What technique is commonly used to add fine skin details like pores and wrinkles to a low-poly facial model?
- Boolean subtraction operations
- Edge bevel operations along wrinkle lines
- Normal map baking from a high-poly sculpt (Correct answer)
- Procedural UV scaling on the face mesh
Correct answer: Normal map baking from a high-poly sculpt
Normal map baking transfers fine surface details like pores and wrinkles from a high-poly sculpted mesh onto the low-poly game mesh, preserving visual detail without the polygon cost.
Character Modeling Practice Test
A comprehensive skills assessment covering 3D character creation techniques including anatomy, topology, rigging, facial modeling, and high-poly to low-poly workflows used in games and animation production.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds