Cleanup for last commit, these variables are no longer needed.

This commit is contained in:
Thomas Dinges
2016-01-30 02:12:59 +01:00
parent 9815f8a623
commit f688fb6127

View File

@@ -769,12 +769,6 @@ typedef ccl_addr_space struct ShaderData {
/* length of the ray being shaded */
float ray_length;
/* ray bounce depth */
int ray_depth;
/* ray transparent depth */
int transparent_depth;
#ifdef __RAY_DIFFERENTIALS__
/* differential of P. these are orthogonal to Ng, not N */
differential3 dP;