3. 3D Modelling Flashcards
(36 cards)
What is the definition of 3D graphics?
3D graphics involve the creation, representation, and simulation of objects and environments in three dimensions (width, height, and depth).
List some applications of 3D graphics.
- Video game development
- Animation
- Simulation
- Virtual reality
- Architectural visualization
- Product design
What are the three axes of the 3D coordinate system?
- X-axis (horizontal)
- Y-axis (vertical)
- Z-axis (depth)
What are the components of 3D objects?
- Vertices
- Edges
- Faces
Define vertices in the context of 3D objects.
Vertices are points in 3D space where two or more edges meet.
What is the purpose of edges in 3D modeling?
Edges are line segments connecting pairs of vertices.
What are faces in 3D graphics?
Faces are flat surfaces enclosed by edges, typically triangles or quadrilaterals.
What is the modeling process in 3D graphics?
Modeling is the process of creating a 3D representation of an object using various modeling techniques.
What is polygonal modeling?
Polygonal modeling represents objects using flat surfaces (polygons) composed of vertices and edges.
What is NURBS modeling?
NURBS modeling uses curves and surfaces defined mathematically to create smooth, flexible, and complex shapes.
What is sculpting in 3D modeling?
Sculpting allows for organic modeling as if the object is being shaped from a digital clay.
What is procedural modeling?
Procedural modeling uses algorithms and mathematical formulas to generate models procedurally.
Name a popular open-source 3D modeling software.
Blender
What is Autodesk Maya used for?
Autodesk Maya is a professional 3D modeling and animation tool widely used in the film and game industries.
What is texture mapping?
Texture mapping is the method of wrapping a 2D image (texture) onto the surface of a 3D model.
What is UV mapping?
UV mapping is the process of unwrapping the 3D model to a 2D plane to accurately apply the texture.
What are materials in 3D graphics?
Materials specify how a surface interacts with light, including properties like diffuse color, shininess, and transparency.
What is the importance of lighting in 3D graphics?
Accurately simulating light is crucial for creating realistic 3D scenes.
List the types of light sources in 3D graphics.
- Point Light
- Directional Light
- Spotlight
- Area Light
What is global illumination?
Global illumination simulates how light bounces off surfaces and affects other surfaces in the scene.
What is ambient occlusion?
Ambient occlusion is a shading technique that simulates soft shadows in crevices and around objects.
What is rendering in 3D graphics?
Rendering is the final process of generating a 2D image from a 3D model after lighting and texture are applied.
What is rasterization?
Rasterization converts 3D objects to pixels for display and is widely used in real-time applications like video games.
What is ray tracing?
Ray tracing is a rendering technique that simulates how light interacts with objects by tracing rays from the camera.