Difference between revisions of "3D Fundamentals Tutorial 5"

From Chilipedia
Jump to: navigation, search
(Video)
(Video)
Line 9: Line 9:
 
* Drawing a simple triangle [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=4m48s 4:48]
 
* Drawing a simple triangle [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=4m48s 4:48]
 
* Rasteriation  rules [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=9m47s 9:47]
 
* Rasteriation  rules [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=9m47s 9:47]
* Coding it up, adding </code>DrawTriangle()</div> functions  in <code>Graphics.h</code> [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=13m33s 13:33]
+
* Coding it up, adding </code>DrawTriangle()</code> functions  in <code>Graphics.h</code> [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=13m33s 13:33]
 
* [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=2m49s 2:49]
 
* [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=2m49s 2:49]
 
* [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=2m49s 2:49]
 
* [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.


  • 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.

See also