Difference between revisions of "3D Fundamentals Tutorial 5"
From Chilipedia
(→Video) |
(→Video) |
||
Line 4: | Line 4: | ||
The tutorial video is on YouTube [https://www.youtube.com/watch?v=9A5TVh6kPLA here]. | The tutorial video is on YouTube [https://www.youtube.com/watch?v=9A5TVh6kPLA here]. | ||
− | <div class="mw-collapsible mw-collapsed"><br /> | + | <div class="mw-collapsible mw-collapsed"><br/> |
* Why do we want to draw triangles? [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=0m20s 0:20] | * Why do we want to draw triangles? [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=0m20s 0:20] | ||
* How to render a 3D polygon on a 2D screen [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=2m49s 2:49] | * How to render a 3D polygon on a 2D screen [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=2m49s 2:49] |
Revision as of 02:57, 4 May 2020
In this video we find out what's the deal with triangles, and how we deal with the pointy little fuckers and make them our bitch.
Video
The tutorial video is on YouTube here.
Graphics.h
13:33
</div>
Downloads
The GitHub repository for the tutorial code is here.