Difference between revisions of "3D Fundamentals Tutorial 5"

From Chilipedia
Jump to: navigation, search
(Video)
Line 2: Line 2:
  
 
== Video ==
 
== Video ==
 
 
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 />
 +
* 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]
 +
* 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]
 +
* Coding it up, adding </code>DrawTriangle()</div> 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]
 +
* [https://www.youtube.com/watch?v=9A5TVh6kPLA?time=2m49s 2:49]
 +
<div class="mw-collapsible-content">
 +
:*
 +
</div>
 +
</div>
  
 
== Downloads ==
 
== Downloads ==

Revision as of 02:56, 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()
functions in Graphics.h 13:33
  • 2:49
  • 2:49
  • 2:49
  • 2:49
  • 2:49

    </div>

    Downloads

    The GitHub repository for the tutorial code is here.

    See also