Podcast
Questions and Answers
What is the main difference between 2D and 3D graphics?
What is the main difference between 2D and 3D graphics?
- The color depth
- The number of dimensions (correct)
- The file format
- The resolution
What are the three coordinates used in 3D graphics?
What are the three coordinates used in 3D graphics?
- A, B, C
- R, G, B
- X, Y, Z (correct)
- H, S, L
What is the process called when 3D coordinates are flattened onto a 2D plane?
What is the process called when 3D coordinates are flattened onto a 2D plane?
- Translation
- Projection (correct)
- Scaling
- Rotation
In 3D computer graphics, which function can be used to draw a line between any two points?
In 3D computer graphics, which function can be used to draw a line between any two points?