3D Product 3D Modeling Fundamentals 1 — Questions and Answers
Question 1: What does the term 'polygon mesh' refer to in 3D modeling?
- A collection of vertices, edges, and faces that define a 3D object's shape (Correct answer)
- A type of texture applied to a surface
- A rendering algorithm used in ray tracing
- A file format for exporting 3D models
Correct answer: A collection of vertices, edges, and faces that define a 3D object's shape
A polygon mesh is the geometric data structure that defines a 3D object using interconnected vertices, edges, and polygonal faces.
Question 2: Which modeling technique builds shapes by adding or subtracting geometric primitives?
- Constructive Solid Geometry (CSG) (Correct answer)
- NURBS modeling
- Sculpting
- Box modeling
Correct answer: Constructive Solid Geometry (CSG)
Constructive Solid Geometry (CSG) creates complex shapes through Boolean operations like union, difference, and intersection of simple primitives.
Question 3: What is a NURBS curve in 3D modeling?
- Non-Uniform Rational B-Spline, a mathematical curve used to create smooth surfaces (Correct answer)
- A type of polygon used in low-poly modeling
- A UV mapping technique for texturing
- A subdivision surface algorithm
Correct answer: Non-Uniform Rational B-Spline, a mathematical curve used to create smooth surfaces
NURBS (Non-Uniform Rational B-Splines) are mathematical representations used to define smooth, precise curves and surfaces in 3D modeling.
Question 4: What does 'UV unwrapping' accomplish in 3D product modeling?
- It flattens a 3D model's surface into a 2D map for texture application (Correct answer)
- It reduces the polygon count of a model
- It converts a mesh to a solid body
- It mirrors geometry across an axis
Correct answer: It flattens a 3D model's surface into a 2D map for texture application
UV unwrapping projects a 3D model's surface onto a flat 2D plane, creating a UV map that allows textures to be accurately applied.
Question 5: In 3D modeling, what is 'subdivision surface' modeling?
- A technique that smooths a low-poly mesh by dividing polygons into smaller ones (Correct answer)
- A method for creating terrain from height maps
- A Boolean operation for combining meshes
- A UV layout technique
Correct answer: A technique that smooths a low-poly mesh by dividing polygons into smaller ones
Subdivision surface modeling smooths and refines a coarse mesh by recursively dividing each polygon into smaller ones to create organic, smooth forms.
Question 6: What is the purpose of a 'normal map' in 3D product visualization?
- To simulate fine surface detail without adding extra geometry (Correct answer)
- To define the physical dimensions of a model
- To control how light refracts through a transparent object
- To set the object's pivot point
Correct answer: To simulate fine surface detail without adding extra geometry
A normal map encodes surface direction data to simulate fine details like scratches and bumps on a surface without increasing polygon count.
What does the term 'polygon mesh' refer to in 3D modeling?