Difference between revisions of "3D Fundamentals Tutorial 13"
From Chilipedia
Line 1: | Line 1: | ||
− | Shading, dynamic lighting, whatever you wanna call it. This is the real meat of realtime 3D graphics. | + | Shading, dynamic lighting, whatever you wanna call it. This is the real meat of realtime 3D graphics. We are now getting into the real shit bois (and gurls). We also look at loading meshes from files, because I don't know about you, but I am tired as fuck of goddamn cubes. |
== Video == | == Video == |
Revision as of 23:12, 21 January 2018
Shading, dynamic lighting, whatever you wanna call it. This is the real meat of realtime 3D graphics. We are now getting into the real shit bois (and gurls). We also look at loading meshes from files, because I don't know about you, but I am tired as fuck of goddamn cubes.
Video
The tutorial video is on YouTube here.
Downloads
The GitHub repository for the tutorial code is here.