POV-Ray : Newsgroups : povray.beta-test : weird white stain with beta povray v3.8.0 (not with povray v3.7.0) : Re: weird white stain with beta povray v3.8.0 (not with povray v3.7.0) Server Time
25 Apr 2024 19:42:11 EDT (-0400)
  Re: weird white stain with beta povray v3.8.0 (not with povray v3.7.0)  
From: Alain Martel
Date: 21 Jan 2022 12:54:13
Message: <61eaf345$1@news.povray.org>
Le 2022-01-21 à 09:52, Kenneth a écrit :
> // the large sky-sphere
> sphere{0, 1
> pigment{rgb .1}
>      finish{ambient 0 diffuse 0 emission 1}
>      scale 8000 // change to 50
>     // hollow on // does not seem to be necessary-- the media objects and
>                  // rad patches show up anyway
>      no_image
> }

Have you tried to replace that large sphere with a sky_sphere ? Or even 
a simple background statement if the pigment is solid ?
Some options :

background{ rgb 0.1 }

sky_sphere{
	pigment{ rgb 0.1 }
   }

sky_sphere{
  pigment{plnar{
	[0 rgb 0.1]
	[1 rgb 0]
	}
    }


Post a reply to this message

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