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

From Chilipedia
Jump to: navigation, search
(Video Timestamp Index)
Line 9: Line 9:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/P3lpJnm9IEY Tutorial 22]
+
* [https://youtu.be/daKJcSGqrIU Tutorial 22]
  
 
== Resources ==
 
== Resources ==

Revision as of 16:42, 4 May 2019

In this video we add texture mapping to our arsenal of Bindable abilities. It takes two (Binables) to dance the texturing tango (you need a Texture (view) and a Sampler). We also add some code from previous tutorials for the loading of image files.

Topics Covered

  • Surface for loading images via GDI+
  • Bindable for creating texture and texture view
  • Bindable for creating sampler state
  • Different Sampler settings (wrap mode and filter)
  • Skinning a cube

Video Timestamp Index

Resources

Source Code

See also