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-06-16 20:08:11 +0400
committerThomas Dinges <blender@dingto.org>2013-06-16 20:08:11 +0400
commita841813cd9154ba952f27cf0a43fa24a5ea946ca (patch)
treef3ab10b14c136d0597a4f73301c5857d3e3681a9 /intern/cycles/render/CMakeLists.txt
parent04295954408db25e749a897a7db2972049005688 (diff)
Cycles / Blackbody node:
* Replaced the Brute Force version with a nice lookup table, this speeds it up a lot. Patch by Philipp Oeser (lichtwerk) with some cleanup and changes by myself. Thanks! ToDo: * Temperature values between 800 and 804 Kelvin are wrong in SVM, check on this.
Diffstat (limited to 'intern/cycles/render/CMakeLists.txt')
-rw-r--r--intern/cycles/render/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/CMakeLists.txt b/intern/cycles/render/CMakeLists.txt
index f3f230c29dc..0cf29435a8c 100644
--- a/intern/cycles/render/CMakeLists.txt
+++ b/intern/cycles/render/CMakeLists.txt
@@ -16,6 +16,7 @@ set(INC_SYS
set(SRC
attribute.cpp
background.cpp
+ blackbody.cpp
buffers.cpp
bssrdf.cpp
camera.cpp
@@ -43,6 +44,7 @@ set(SRC
set(SRC_HEADERS
attribute.h
background.h
+ blackbody.h
buffers.h
bssrdf.h
camera.h