POV-Ray : Newsgroups : povray.general : Wanted: Air and Water : Re: Wanted: Air and Water Server Time
19 May 2024 02:14:24 EDT (-0400)
  Re: Wanted: Air and Water  
From: Sven Littkowski
Date: 12 Feb 2016 01:35:40
Message: <56bd7d3c$1@news.povray.org>
UPDATE

For the air, I am using now successlessly the code below: it is just dark.

cylinder // Air
{
 < 0.0, 0.0,  0.0 > < 0.0, 0.0, 5000.0 > 1500.0
 hollow
 interior
 {
  media
  {
   scattering
   {
    3
    < 0.5, 0.7, 1.0 >
    extinction 1.0
   }
  }
 }
}


Post a reply to this message

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