This commit is contained in:
Krzysztof Narkowicz 2016-08-28 16:03:43 +02:00 коммит произвёл GitHub
Родитель 33cd2f00c2
Коммит 8e637e888d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
IntegrateDFG
=======
Simple program which integrates DFG for split sum IBL approximation and saves calculated LUT as CSV or 2D DDS texture (RGBA_F32 and RG_16F). For more details see "Real Shading in Unreal Engine 4" by Brian Karis (http://blog.selfshadow.com/publications/s2013-shading-course/).
Simple program which integrates DFG for split sum IBL approximation and saves calculated LUT as CSV or 2D DDS texture (RGBA_F32 and RG_16F). For more details see ["Real Shading in Unreal Engine 4"](http://blog.selfshadow.com/publications/s2013-shading-course/) by Brian Karis.