Cycles / Tile Rendering:

* Added new option to chose the tile order.
In addition to the "Center" method, 4 new methods are available now, like Top -> Bottom and Right -> Left. 

Thanks to Sergey for code review and some tweaks!
This commit is contained in:
Thomas Dinges
2013-01-07 19:55:49 +00:00
parent 999aaa1a51
commit 41c588256b
7 changed files with 86 additions and 15 deletions

View File

@@ -51,6 +51,7 @@ public:
bool experimental;
int samples;
int2 tile_size;
int tile_order;
int start_resolution;
int threads;