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>2016-01-24 14:31:36 +0300
committerThomas Dinges <blender@dingto.org>2016-01-24 14:31:36 +0300
commit35c3e7b52283517aa9f43798f691c1881a89d386 (patch)
tree62ee7e08ffe78da74e0196640f0a9b701d6ed7f2 /intern/cycles/kernel
parentf796e2d3d2e34b184b504fe454464568894a0df3 (diff)
Cleanup: Remove outdated comment in volume code.
Thanks to jesterking for finding this one.
Diffstat (limited to 'intern/cycles/kernel')
-rw-r--r--intern/cycles/kernel/kernel_volume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/kernel_volume.h b/intern/cycles/kernel/kernel_volume.h
index a8cd7b0b4c0..ccb7436397d 100644
--- a/intern/cycles/kernel/kernel_volume.h
+++ b/intern/cycles/kernel/kernel_volume.h
@@ -750,7 +750,7 @@ ccl_device void kernel_volume_decoupled_free(KernelGlobals *kg, VolumeSegment *s
}
/* scattering for homogeneous and heterogeneous volumes, using decoupled ray
- * marching. this function does not do emission or modify throughput.
+ * marching.
*
* function is expected to return VOLUME_PATH_SCATTERED when probalistic_scatter is false */
ccl_device VolumeIntegrateResult kernel_volume_decoupled_scatter(