Difference between revisions of "3D Fundamentals Tutorial 8"

From Chilipedia
Jump to: navigation, search
(Video)
Line 8: Line 8:
  
 
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].
 +
 +
== 3D Graphics History ==
 +
Coming soon!
  
 
== See also ==
 
== See also ==

Revision as of 23:37, 26 September 2017

Here we set up the pipeline that is going to form the scaffolding for our model of the 3D graphics processing. In the coming videos, we are going to be replacing units of fixed functionality in this pipeline one by one with programmable shader stages.

Video

The tutorial video is on YouTube here.

Downloads

The GitHub repository for the tutorial code is here.

3D Graphics History

Coming soon!

See also