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.48k stars 394 forks source link

Normal map effects #1

Closed walbourn closed 8 years ago

walbourn commented 8 years ago

The current set of 'built-in' shaders does not include support for normal mapped rendering with optional specular map. This is a common technique in modern rendering, so worth adding.

walbourn commented 8 years ago

Submitted.