3D Fundamentals Tutorial 5
From Chilipedia
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.
- Why do we want to draw triangles? 0:20
- How to render a 3D polygon on a 2D screen 2:49
- Drawing a simple triangle 4:48
- Rasteriation rules 9:47
- Coding it up, adding </code>DrawTriangle()</code> functions in
Graphics.h
13:33 - 2:49
- 2:49
- 2:49
- 2:49
- 2:49
Downloads
The GitHub repository for the tutorial code is here.