keywords:graphics, shading theory, rasterization principles

Shading

Shading Steps:

  1. rasterizing the triangle;
  2. interpolating the UV coordinates;
  3. outputting those parts of texture to the screen;
Bibliography

Shader Basics Tutorial (no code)
https://www.youtube.com/watch?v=UVNnkDqcTGE

How Real Time Computer Graphics and Rasterization work (Recommended)
https://www.youtube.com/watch?v=brDJVEPOeY8

Rasterizer Algorithm Explanation
https://www.youtube.com/watch?v=t7Ztio8cwqM

Graphics Pipeline 3D Rendering
https://www.youtube.com/watch?v=BUcch9b6cFg


A rose by any other name would smell as sweet. -William Shakespeare