Difference between revisions of "3D Fundamentals Tutorial 2"

From Chilipedia
Jump to: navigation, search
(Created page with "In this video we lay the groundwork needed to represent and transform positions and 3D space, we define the relationship between our 3D space and the screen coordinates, and w...")
 
Line 3: Line 3:
 
== Video ==
 
== Video ==
  
The tutorial video is on YouTube [https://youtu.be/O7dKCaWzvzA here].
+
The tutorial video is on YouTube [https://youtu.be/HV1ZGyiY5C8 here].
  
 
== Downloads ==
 
== Downloads ==
  
 
The GitHub repository for the tutorial code is [https://github.com/planetchili/3D_Fundamentals here].
 
The GitHub repository for the tutorial code is [https://github.com/planetchili/3D_Fundamentals here].

Revision as of 22:24, 5 November 2016

In this video we lay the groundwork needed to represent and transform positions and 3D space, we define the relationship between our 3D space and the screen coordinates, and we setup a data structure to hold our test cube geometry.

Video

The tutorial video is on YouTube here.

Downloads

The GitHub repository for the tutorial code is here.