Cycles: code refactoring, to do render layer visibility test a bit different,

replacing the camera visibility flag with object layer flags.
This commit is contained in:
Brecht Van Lommel
2011-12-21 20:51:43 +00:00
parent 2f90cfd423
commit b65061e2ae
9 changed files with 37 additions and 29 deletions

View File

@@ -41,9 +41,9 @@ public:
bool transparent_shadows;
bool no_caustics;
float blur_caustics;
int seed;
int layer_flag;
bool need_update;