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

PBREffect #12

Closed walbourn closed 6 years ago

walbourn commented 7 years ago

Basic Theory of Physically-Based Rendering

SIGGRAPH 2016 Course

Pharr, Jakob, and Humphreys, Physically Based Rendering: From Theory to Implementation, Morgan Kaufmann, website code

The Comprehensive PBR Guide, Allegorithmic website

walbourn commented 7 years ago

For now, there's a SimplePBR12 sample.