POV-Ray : Newsgroups : povray.binaries.images : LanuHum Global Test image : Re: LanuHum Global Test image - wip 3 photons? Server Time
30 Jul 2024 10:22:22 EDT (-0400)
  Re: LanuHum Global Test image - wip 3 photons?  
From: Thomas de Groot
Date: 11 Jan 2014 10:55:47
Message: <52d16983$1@news.povray.org>
I have difficulties with photons/caustics. If you compare with 
Christoph's image of the scene, you will see there how the water plays 
on the ceiling. I cannot reproduce this.

I am using the following settings:

global_settings:
   photons {
     spacing 0.01
     gather 20, 100
     autostop 0
     jitter 0.5
     max_trace_level 15
     adc_bailout 1/10e5
   }

objects:
object {suzanne_ob
   interior {
     ior 1.5
     dispersion 1.05
     dispersion_samples 10
     caustics 1.0
     //fade_distance 5
     //fade_power 2
   }
   photons {
     target
     refraction on
     reflection on
     collect off
   }
}

object {water_ob
   interior {
     ior 1.3
     dispersion 1.05
     dispersion_samples 10
     caustics 1.0
     //fade_distance 5
     //fade_power 2
   }
   photons {
     target
     refraction on
     reflection on
     collect off
   }
}

light_source:
     photons { refraction on reflection on }

glass surfaces:
photons {pass_through}

How can I tweak these parameters?

Thomas


Post a reply to this message

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