Difference between revisions of "Hardware 3D (C++ DirectX Graphics) Tutorial 17"

From Chilipedia
Jump to: navigation, search
(Created page with "In this video we get a little more familiar with the rendering pipeline as we fiddle with the various settings and try all sorts of variations out. == Topics Covered == * Lin...")
 
(Video Timestamp Index)
Line 8: Line 8:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/pfbWt1BnPIo Tutorial 17]
+
[https://youtu.be/YFrCrasocX8 Tutorial 17]
  
 
== Source Code ==
 
== Source Code ==

Revision as of 00:21, 23 March 2019

In this video we get a little more familiar with the rendering pipeline as we fiddle with the various settings and try all sorts of variations out.

Topics Covered

  • Line list and line strip primitive topologies
  • Adding vertex attributes (vertex color)
  • Indexed drawing
  • Adjusting the viewport

Video Timestamp Index

Tutorial 17

Source Code

See also