Difference between revisions of "3D Fundamentals Tutorial 17"
From Chilipedia
(Created page with "Per-pixel lighting (also known as Phong or Blinn-Phong shading). == Topics == * Per-pixel point lighting * Per-pixel vs. per-vertex lights * Normal maps * Importance of renor...") |
(→Video) |
||
Line 9: | Line 9: | ||
== Video == | == Video == | ||
− | The tutorial video is on YouTube [https://youtu.be/ | + | The tutorial video is on YouTube [https://youtu.be/pEfvVP5dC0Q here]. |
== Downloads == | == Downloads == |
Latest revision as of 23:48, 8 September 2018
Per-pixel lighting (also known as Phong or Blinn-Phong shading).
Contents
Topics
- Per-pixel point lighting
- Per-pixel vs. per-vertex lights
- Normal maps
- Importance of renormalization
Video
The tutorial video is on YouTube here.
Downloads
The GitHub repository for the tutorial code is here.