Difference between revisions of "3D Fundamentals Tutorial 16"
From Chilipedia
(Created page with "Directional lights are okay, but with a point light it's lit fam. == Topics == * Point light shading calculations * Multiple effects in one scene by sharing Z-Buffer via <cod...") |
(→Video) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
== Video == | == Video == | ||
− | The tutorial video is on YouTube [https://youtu.be/ | + | The tutorial video is on YouTube [https://youtu.be/nwwniNUhM5w here]. |
== Downloads == | == Downloads == | ||
Line 15: | Line 15: | ||
== See also == | == See also == | ||
* [https://www.patreon.com/planetchili Planet Chili Patreon] | * [https://www.patreon.com/planetchili Planet Chili Patreon] | ||
− | * [[3D Fundamentals Tutorial | + | * [[3D Fundamentals Tutorial 17|Next in series (Tutorial 17)]] |
* [[3D Fundamentals Series]] | * [[3D Fundamentals Series]] |
Latest revision as of 00:15, 2 September 2018
Directional lights are okay, but with a point light it's lit fam.
Contents
Topics
- Point light shading calculations
- Multiple effects in one scene by sharing Z-Buffer via
shared_ptr
Video
The tutorial video is on YouTube here.
Downloads
The GitHub repository for the tutorial code is here.