POV-Ray : Newsgroups : povray.binaries.animations : Re: Caustics : Re: Caustics Server Time
20 Jul 2024 01:18:33 EDT (-0400)
  Re: Caustics  
From: Jide
Date: 26 Nov 2001 17:20:34
Message: <3c02c032@news.povray.org>
JRG wrote
> Have you put hollow inside the heightfield block?

Yep. I think I have remembered everything. Here's the
relevant code conserning mdeia and photons.

global_settings {
  photons {
    spacing 0.0075
    jitter 0.5
    media 100
  }
}

#declare M_Watx =
material {
  yadda yadda
  media {
    method 3
    samples 5,5
    intervals 1
    scattering { 2, rgb <0.1,0.18,0.2> }
    collect on
  }
}

height_field {
    yadda yadda
    hollow
    material { M_Watx }
  photons {
    target
    reflection off
    refraction on
    collect off  // I suspected this might be it but I doesn't seem to
matter
  }
}

-Jide


Post a reply to this message

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