POV-Ray : Newsgroups : povray.beta-test : Photons bug? : Photons bug? Server Time
29 Jul 2024 18:20:42 EDT (-0400)
  Photons bug?  
From: JRG
Date: 5 Apr 2002 11:59:45
Message: <3cadd801@news.povray.org>
Render this scene more times. Each time I re-render it the rendering time differs
very much from the previous render instance.
Here are my results:
320x240
1) 5 sec.
2) 45 sec.
3) 1 min 18 sec.
4) 5 sec.
5) 5 sec.
6) 45 sec.

And so on. The slower the rendering the better the caustics look.

I also noticed that glass.pov in the incdemo folder now look wrong, very grainy. I
had rendered it with Beta 1 and looked right.


#version 3.5;

global_settings {
  assumed_gamma 1.0
  photons {count 50000 autostop 0}
}

// ----------------------------------------

camera {
  location  <0.0, 0.5, -4.0>
  right     x*image_width/image_height
  look_at   <0.0, 0.0,  0.0>
}

light_source {
  <-30,30,-30>
  rgb 1
}

// ----------------------------------------

plane {
  y, -1
  pigment { rgb 1 }
}

sphere {
  0.0, 1
pigment {rgbf <.95,.95,.95,.98>}
finish {ambient 0
    diffuse 0.05
    specular 1
    roughness 0.003
    reflection {.1,1 fresnel on}
    conserve_energy
}
interior {ior 1.5}
photons {target reflection on refraction on}

}

POV-Ray v3.5 Beta 15 Windows ME Athlon.




--
Jonathan.

Home: http://digilander.iol.it/jrgpov


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.