| # | Line 293 | Line 293 | samp_hemi( /* sample indirect hemisphere */ | |
|---|---|---|
| 293 | hp->sampOK *= -1; /* soft failure */ | |
| 294 | return(hp); | |
| 295 | } | |
| 296 | + | if (hp->sampOK < 64) |
| 297 | + | return(hp); /* insufficient for super-sampling */ |
| 298 | n = ambssamp*wt + 0.5; | |
| 299 | if (n > 8) { /* perform super-sampling? */ | |
| 300 | ambsupersamp(hp, n); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |