POV-Ray : Newsgroups : povray.general : glow on surfaces : Re: glow on surfaces Server Time
6 Aug 2024 06:22:09 EDT (-0400)
  Re: glow on surfaces  
From: Tom Melly
Date: 1 May 2002 10:13:37
Message: <3ccff811$1@news.povray.org>
"WhiteGandalf" <zus### [at] liberoit> wrote in message
news:20020501144914176+0200@news.povray.org...
> Hello,
>

<snip>

Hi,

You're talking about transluscent surfaces. There has never been an ideal way to
implement this in POV (any version).

IIRC the best results have been obtained by using a scattering media.

Playing with this looks hopeful...

camera
{
  location  <0.0, 0.5, -4.0>
  look_at   <0.0, 0.0,  0.0>
}

light_source
{
  0
  color 1
  translate z*2
  fade_power 2
  fade_distance 0.5
}

box{
  <-1,-1,-0.1>,<1,1,0.1>
  texture{
    pigment{rgbt 1}
  }
  interior{media{scattering{2, 20 extinction 0.25}}}
  hollow on
}


Post a reply to this message

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