POV-Ray : Newsgroups : povray.advanced-users : Question about atmospheric media : Re: Question about atmospheric media Server Time
30 Jul 2024 10:18:31 EDT (-0400)
  Re: Question about atmospheric media  
From: Nieminen Juha
Date: 9 Sep 1999 08:11:00
Message: <37d7a3d4@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote:
: http://members.xoom.com/POVRAY3/media2.html

  Yes, the answer was there. The extinction value is the one:

global_settings { ambient_light 2 }
camera { location -z*25+y*7 look_at 0 angle 35 }
light_source
{ (-x*10+y*5)*4, 2
  spotlight point_at 0 radius 5 falloff 6
}
plane { y,-2 pigment { checker rgb 1, rgb .5 } }
plane { -z,-2 pigment { checker rgb 1, rgb .5 } }
cylinder { -y*2, y*2, 1 pigment { rgb z } finish { specular .5 } }

media
{ intervals 20
  scattering { 3, rgb .1 extinction .1 }
  confidence .9999
}

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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