microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.5k stars 395 forks source link

SkinnedNormalMapEffect #108

Closed walbourn closed 2 years ago

walbourn commented 2 years ago

Extend NormalMapEffect to include support for skinned animations.

walbourn commented 2 years ago

The existing soldier sdkmesh already contains normal map textures in the materials along with bones/skinning, so testing this scenario is very straight-forward.

walbourn commented 2 years ago

DirectX 11 version in this PR