option -ray-comp

This commit is contained in:
Zeno Rogue 2019-10-28 17:33:54 +01:00
parent f1e31b961b
commit 2002845f8a
1 changed files with 4 additions and 0 deletions

View File

@ -895,6 +895,10 @@ int readArgs() {
PHASEFROM(2);
want_use = 1;
}
else if(argis("-ray-comp")) {
PHASEFROM(2);
comparison_mode = true;
}
else if(argis("-ray-cells")) {
PHASEFROM(2); shift();
rays_generate = true;