POV-Ray : Newsgroups : povray.binaries.images : Glass and caustics. : Re: Glass and caustics. Server Time
7 Aug 2024 13:15:49 EDT (-0400)
  Re: Glass and caustics.  
From: Hasan3
Date: 26 Feb 2006 05:40:01
Message: <web.440184aa9eaaafb6d96170650@news.povray.org>
My photon settings:

global_settings {
  max_trace_level 35
  assumed_gamma 2.2
  ambient_light rgb< 0,0,0>

  photons {
    spacing 0.05
    autostop 0
    jitter 0.4
    count 1000000
    media 0
    max_trace_level 25
  }

}



.....

  light_source {<6.4,11,6.5>
          color rgb <1,1,1>*1
          media_interaction on
            photons {
               refraction on
               reflection on
            }
  }

.....

object's photon settings :
  object{
   .......
    photons {
        collect on
        refraction on
        reflection off
        target  1
    }

  }


is there any problem ?


Post a reply to this message

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