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

Per-pixel lighting support for EnvironmentMapEffect #3

Closed walbourn closed 8 years ago

walbourn commented 8 years ago

The original XNA Game Studio built-in EnvironmentMapEffect does not implement per-pixel lighting to fit within the constraints of Pixel Shader Model 2.0. With Direct3D Hardware Feature Level 11.0 minimum, this should be supported.

walbourn commented 8 years ago

Submitted.