POV-Ray : Newsgroups : povray.binaries.images : Binary Planets : Re: Binary Planets Server Time: 6 Jul 2008 08:14:57 GMT
  Re: Binary Planets  
From: Thomas de Groot
Date: 23 Apr 2008 07:03:38
I like the image, though. Not much wrong with it, except, imo, that the sun 
is probably to near. The result is that the planets seem to be lighted by 
different sources.

> /*
> light_source{0,4
>          //fade_power 2
>          translate <2,.1,3>*100
>          }*/
> light_source {<2,.1,3>*100, color <2.1,2,1.9>*2 media_attenuation on}
> sphere {<2,.1,3>*100, 7.5
> texture {
>  pigment {color <2.1,2,1.9>/2}
>  finish {ambient 10 diffuse 0}
> }
> no_shadow
> }
>

I would at least mutiply the translate by 1000 or 10000:

 light_source{0,4
          //fade_power 2
          translate <2,.1,3>*10000
          }

Hope this helps.

Thomas


Post a reply to this message

Copyright 1991-2004 POV-Team™