triangle2010 opened this issue on Sep 07, 2011 · 42 posts
Sentinelle posted Sun, 18 September 2011 at 9:14 AM
Correction. In my recent post, the line
s = EmptySurface().Alternate_Diffuse = BLACK * h;
should have been
s = EmptySurface().Alternate_Diffuse(BLACK * h);
Sorry about the boo boo.