POV-Ray : Newsgroups : povray.general : Strange fog effect in solid transparent sphere : Re: Strange fog effect in solid transparent sphere Server Time
1 Aug 2024 00:19:39 EDT (-0400)
  Re: Strange fog effect in solid transparent sphere  
From: Nicolas Calimet
Date: 28 Jun 2006 12:37:43
Message: <44a2b057$1@news.povray.org>
By the way, note that your script can be simplified; for instance:

> plane{z , -4000
> pigment{color rgb<1.0000,1.0000,1.0000>}
> finish{phong 0 specular 0 diffuse 0 ambient 1.0}}

background{color rgb 1}  // unless you need to cast shadows on the background...

> object {
>     sphere {<0,0,-920>,50}
>     texture {tex1}
> }

sphere{<0,0,-920>,50 texture {tex1}}

	- NC


Post a reply to this message

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