blender/intern/cycles/app
Szymon Ulatowski 9de09220fc EEVEE: Implement the missing Sky texture
I'm not sure if the Sky was deliberately left out or was just waiting for a
better moment, but so many I was disappointed that Sky in EEVEE is
completely white.

There are already 2 implementations (osl and gpu) so this is the third one.
Looking at other cases it seems that we are not supposed to share sources
between cycles and the rest? So the new util_sky_model files are just
copies of what is already in cycles, except that the data file uses the RGB
variant of the Hosek/Wilkie model, because we output RGB anyway (but can be
easily changed to XYZ if desired - the results are nearly identical).
I am not sure if it is okay to pass 3*9 float values as 3 mat4 uniforms (I
wanted to use mat3 but it does not work).
Also, should I cache the sky model data between renders if the parameters
do not change?

Reviewed By: fclem, brecht

Differential Revision: https://developer.blender.org/D7108
2020-07-09 17:31:36 +02:00
..
CMakeLists.txt EEVEE: Implement the missing Sky texture 2020-07-09 17:31:36 +02:00
cycles_cubin_cc.cpp Cycles: Restore cycles_cubin_cc to working order 2020-03-26 11:41:44 -06:00
cycles_server.cpp Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
cycles_standalone.cpp Fix build error for Cycles standalone 2020-06-03 19:10:51 +02:00
cycles_xml.cpp Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
cycles_xml.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
io_export_cycles_xml.py Cleanup: correct misleading classmethod arg 2019-04-19 07:36:07 +02:00