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