Page 1 of 1

help me..problem with interior

Posted: Sun Dec 17, 2006 11:53 pm
by filippo
for the calculations I have used the pathtracing with 30 sample per pixel

what are the white dots ?
[img=http://img208.imageshack.us/img208/3387 ... lm2.th.jpg]

Posted: Mon Dec 18, 2006 12:23 am
by OnoSendai
They're called fireflies :)
try setting metropolis to true (in inifile.txt),
if the fireflies u get from that are unacceptable to u, drop the max_num_consec_rejections down to 100 or so(in inifile.txt) (introduces some bias, fights fireflies).

Posted: Mon Dec 18, 2006 2:32 am
by u3dreal
You can do the same in M2I that should also work ..

cheers

u3dreal ;)

Posted: Mon Dec 18, 2006 6:42 am
by CTZn
Side note: I'm quite anxious with reading a quick explanation for the advanced <renderer_settings>, or a link to a paper or post will do as well. One sentence per tag is enough to get an idea... Mainly:

Code: Select all

<large_mutation_prob>
<max_change>
<russian_roulette_live_prob>
<max_num_consec_rejections>
<strata_width>
Thx...