3. 3D Modelling Flashcards

(36 cards)

1
Q

What is the definition of 3D graphics?

A

3D graphics involve the creation, representation, and simulation of objects and environments in three dimensions (width, height, and depth).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List some applications of 3D graphics.

A
  • Video game development
  • Animation
  • Simulation
  • Virtual reality
  • Architectural visualization
  • Product design
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the three axes of the 3D coordinate system?

A
  • X-axis (horizontal)
  • Y-axis (vertical)
  • Z-axis (depth)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the components of 3D objects?

A
  • Vertices
  • Edges
  • Faces
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define vertices in the context of 3D objects.

A

Vertices are points in 3D space where two or more edges meet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the purpose of edges in 3D modeling?

A

Edges are line segments connecting pairs of vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are faces in 3D graphics?

A

Faces are flat surfaces enclosed by edges, typically triangles or quadrilaterals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the modeling process in 3D graphics?

A

Modeling is the process of creating a 3D representation of an object using various modeling techniques.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is polygonal modeling?

A

Polygonal modeling represents objects using flat surfaces (polygons) composed of vertices and edges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is NURBS modeling?

A

NURBS modeling uses curves and surfaces defined mathematically to create smooth, flexible, and complex shapes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is sculpting in 3D modeling?

A

Sculpting allows for organic modeling as if the object is being shaped from a digital clay.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is procedural modeling?

A

Procedural modeling uses algorithms and mathematical formulas to generate models procedurally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Name a popular open-source 3D modeling software.

A

Blender

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Autodesk Maya used for?

A

Autodesk Maya is a professional 3D modeling and animation tool widely used in the film and game industries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is texture mapping?

A

Texture mapping is the method of wrapping a 2D image (texture) onto the surface of a 3D model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is UV mapping?

A

UV mapping is the process of unwrapping the 3D model to a 2D plane to accurately apply the texture.

17
Q

What are materials in 3D graphics?

A

Materials specify how a surface interacts with light, including properties like diffuse color, shininess, and transparency.

18
Q

What is the importance of lighting in 3D graphics?

A

Accurately simulating light is crucial for creating realistic 3D scenes.

19
Q

List the types of light sources in 3D graphics.

A
  • Point Light
  • Directional Light
  • Spotlight
  • Area Light
20
Q

What is global illumination?

A

Global illumination simulates how light bounces off surfaces and affects other surfaces in the scene.

21
Q

What is ambient occlusion?

A

Ambient occlusion is a shading technique that simulates soft shadows in crevices and around objects.

22
Q

What is rendering in 3D graphics?

A

Rendering is the final process of generating a 2D image from a 3D model after lighting and texture are applied.

23
Q

What is rasterization?

A

Rasterization converts 3D objects to pixels for display and is widely used in real-time applications like video games.

24
Q

What is ray tracing?

A

Ray tracing is a rendering technique that simulates how light interacts with objects by tracing rays from the camera.

25
What are the benefits of ray tracing?
Ray tracing produces highly realistic images but is computationally intensive.
26
What is scanline rendering?
Scanline rendering processes one horizontal line of pixels at a time to create the final image.
27
What does post-processing refer to in 3D graphics?
Post-processing refers to the effects applied to an image after rendering to achieve a desired visual result.
28
Name some common post-processing techniques.
* Anti-Aliasing * Bloom * Motion Blur * Depth of Field
29
What is a common challenge in 3D rendering?
Balancing realism and performance in rendering techniques.
30
What are artifacts in 3D rendering?
Artifacts are issues like shadow artifacts, lighting inconsistencies, and texture stretching that can affect visual quality.
31
What is a practical example of 3D modeling?
Creating a simple 3D object like a chair or a table in a 3D modeling tool.
32
What is the purpose of applying textures to 3D models?
To enhance realism by adding surface details.
33
What is Blender used for?
Blender is an open-source software for 3D modeling, animation, and rendering.
34
What does the conclusion of the unit emphasize?
Mastery of 3D graphics concepts is crucial for artists, designers, and developers.
35
List and explain the types of light sources
Area Point Directonal Spotlight
36
Fill in the blank: _______ refers to the effects applied to an image after rendering.
[Post-processing]