saner smsize limits

master
lsalzman 2013-06-03 13:57:22 +03:00
parent 4cf0f12896
commit 3f53b4acc5
1 changed files with 1 additions and 1 deletions

View File

@ -1617,7 +1617,7 @@ FVAR(smprec, 1e-3f, 1, 1e3f);
FVAR(smcubeprec, 1e-3f, 1, 1e3f);
FVAR(smspotprec, 1e-3f, 1, 1e3f);
VARFP(smsize, 10, 12, 16, cleanupshadowatlas());
VARFP(smsize, 10, 12, 14, cleanupshadowatlas());
VAR(smsidecull, 0, 1, 1);
VAR(smviscull, 0, 1, 1);
VAR(smborder, 0, 3, 16);