Difference between revisions of "3D Fundamentals Series"

From Chilipedia
Jump to: navigation, search
(List of Tutorials)
Line 13: Line 13:
 
| style="border:1px solid grey;"|September 30, 2016
 
| style="border:1px solid grey;"|September 30, 2016
 
| style="border:1px solid grey;"|7:43
 
| style="border:1px solid grey;"|7:43
 +
|- style="background-color:#333;color:#c1c1c1;"
 +
| style="border:1px solid grey;padding:8px;" colspan="4" | {{#lsth:Beginner C++ Game Programming Tutorial 1}}
 
|}
 
|}

Revision as of 17:59, 1 October 2016

The 3D Fundamentals series teaches the math, algorithms, and physics (optics) theories and methods that underpin all modern realtime 3D graphics. The goal of this series is to provide a foundation of knowledge that will make it much easier to learn a hardware API like Direct3D or OpenGL or a pre-made engine like Unity or Unreal Engine.

List of Tutorials

Tutorial Number Title Release Date Runtime
0 3D Fundamentals [Introduction] September 30, 2016 7:43
This tutorial mainly deals with how to call a function in C++ and basic syntax rules. We also talk about pixels, intellisense and other dumb bullshit.