Computer Graphics Assignment Answers
Computer Graphics Assignment Answers
2. Describe the difference between orthographic projection and oblique projection in parallel
projection.
- Orthographic Projection:
- Oblique Projection:
3. How is oblique projection classified? What are the distinguishing features of cavalier and cabinet
projections?
- Cavalier Projection:
- Cabinet Projection:
Perspective Projection
5. Why is perspective projection preferred for visualizing 3D scenes in computer graphics and
animations?
✓ It mimics human vision, where objects appear smaller as they move farther away.
6. Explain the difference between perspective projection and parallel projection in terms of visual
realism.
❖ Perspective Projection:
❖ Parallel Projection:
Color Model
7. Describe RGB color model with a diagram.
o The RGB model is based on the additive color system, using Red, Green, and Blue
as primarycolors.
o By combining these colors at different intensities, a wide range of colors is produced.
o Example: Red (255, 0, 0), Green (0, 255, 0), Blue (0, 0, 255).
DD
8. Why is the RGB model commonly used in digital displays like monitors, TVs, and projectors?
- Digital displays emit light, and the additive color system works well with light-based devices.
- It allows efficient color rendering using combinations of red, green, and blue light.
9. What happens when all three components (R, G, and B) have maximum intensity? What about
minimum intensity?
- The CMYK model (Cyan, Magenta, Yellow, and Black) is used for printing.
- It is based on the subtractive color system, where colors are formed by removing light.