Cycles: Clarify new argument in PathRadiance

This commit is contained in:
Sergey Sharybin
2017-08-11 12:46:09 +02:00
parent 596ee4b505
commit 2e25754ecd

View File

@@ -528,6 +528,8 @@ typedef ccl_addr_space struct PathRadiance {
*/
float3 shadow_radiance_sum;
float shadow_throughput;
/* Accumulated transparency along the path after shadow catcher bounce. */
float shadow_transparency;
#endif