Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-08-17 20:08:03 +0400
committerThomas Dinges <blender@dingto.org>2013-08-17 20:08:03 +0400
commit8b955e9b19dd8616f61c27d5e9d2d80d66dacd96 (patch)
tree40522b399fd3cfaba1f546daf713c9f79ade08d7 /intern/cycles/render/CMakeLists.txt
parent0786eebd1194b108d71299137c715b10e100d8f5 (diff)
Cycles / Sky Model:
* Replaced the Preetham model with the newer Hosek / Wilkie model: "An Analytic Model for Full Spectral Sky-Dome Radiance" http://cgg.mff.cuni.cz/projects/SkylightModelling/ * We use the sample code data, which comes with the paper, but removed some unnecessary parts, we only need the xyz version. * New "Albedo" UI paraemeter, to control the ground albedo (between 0 and 1). * Works with SVM only atm (CPU and CUDA). Example render: http://www.pasteall.org/pic/show.php?id=57635 ToDo / Open Questions: * OSL still uses the old model, will be done later. In the meantime it's useful to compare the two models this way. * The new model needs a much weaker Strength value (0.01), otherwise it's white. Can this be fixed? * Code cleanup.
Diffstat (limited to 'intern/cycles/render/CMakeLists.txt')
-rw-r--r--intern/cycles/render/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/cycles/render/CMakeLists.txt b/intern/cycles/render/CMakeLists.txt
index 0cf29435a8c..dbbfe2ee7c9 100644
--- a/intern/cycles/render/CMakeLists.txt
+++ b/intern/cycles/render/CMakeLists.txt
@@ -35,6 +35,7 @@ set(SRC
scene.cpp
session.cpp
shader.cpp
+ sky_model.cpp
sobol.cpp
svm.cpp
tables.cpp
@@ -62,6 +63,8 @@ set(SRC_HEADERS
scene.h
session.h
shader.h
+ sky_model.h
+ sky_model_data.h
sobol.h
svm.h
tables.h