Hardware 3D (C++ DirectX Graphics) Tutorial 22
From Chilipedia
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
-
Surfacefor loading images via GDI+ -
Bindablefor creating texture and texture view -
Bindablefor creating sampler state - Different
Samplersettings (wrap mode and filter) - Skinning a cube