microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.57k stars 511 forks source link

PBREffect #50

Closed amerkoleci closed 6 years ago

amerkoleci commented 8 years ago

With almost all engines supporting this, would be nice to have PBR effect support.

walbourn commented 8 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