This project is a fork of ssloy/tinyrenderer.
I am following the Wiki to learn more about Computer Graphics and practice C++.
Read
- Bresenham's line algorithm
- Graphics Book
- Cartesian coordinate system
- UV Mapping
- Barycentric coordinate system
- Cross product
- Back-face culling
- Painter's algorithm
- Binary space partitioning
- Z-buffering
Watch