Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 437 Bytes

This repository consist of three projects:

  1. Virtual Camera:
    This project shows how to draw 3D objects in 2D coordinate system.
  2. Object Covering:
    This project shows clipping shapes using painter's algorithm.
  3. Light Simulator:
    This project simulates light reflections. I used Phong shading algorithm. I based this project on witek1902 repository