Hardware 3D (C++ DirectX Graphics) Tutorial 22

From Chilipedia
Revision as of 16:07, 4 May 2019 by Chili (Talk | contribs)

Jump to: navigation, search

In this video we add texture mapping to our arsenal of Bindable abilities. It takes two (Binables) to 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