POV-Ray : Newsgroups : povray.binaries.images : Spinner colony (again) : Re: Spinner colony (again) Server Time
8 Jul 2024 07:13:19 EDT (-0400)
  Re: Spinner colony (again)  
From: Mike Horvath
Date: 13 Feb 2015 15:40:49
Message: <54de6151@news.povray.org>
On 2/13/2015 6:21 AM, Stephen wrote:
> Even a simple sky sphere will do.
> Here is the one I use to start with.
>
>
> #declare Shadow_Clouds_Top =
> pigment {
>    color rgbft <0.196,0.600,0.800,0.000,0.000>
> }
>
> #declare Shadow_Clouds_Mid =
> pigment {
>    bozo
>    color_map {
>      [0.000 rgbft <0.850,0.850,0.850,0.000,0.000>]
>      [0.100 rgbft <0.750,0.750,0.750,0.000,0.000>]
>      [0.500 rgbft <1.000,1.000,1.000,0.000,1.000>]
>    }
>
>    rotate    <0.0,0.0,90.000>
>    rotate    <180.000,0.0,0.0>
>    scale     <1.000,6.000,6.000>
>    rotate    <-180.000,0.000,-90.000>
>    turbulence <0.650,0.650,0.650>
>    octaves 6
>    lambda 2.000
>    omega 0.700
> }
>
> #declare Shadow_Clouds_Bot =
> pigment {
>    bozo
>    color_map {
>      [0.000 rgbft <0.850,0.850,0.850,0.000,0.000>]
>      [0.100 rgbft <0.750,0.750,0.750,0.000,0.000>]
>      [0.500 rgbft <1.000,1.000,1.000,0.000,1.000>]
>    }
>
>    rotate    <0.0,0.0,90.000>
>    rotate    <180.000,0.0,0.0>
>    scale     <1.000,6.000,6.000>
>    rotate    <-180.000,0.000,-90.000>
>    translate <0.000,-0.150,0.000>
>    turbulence <0.650,0.650,0.650>
>    octaves 6
>    lambda 2.000
>    omega 0.700
> }
>
>
> #declare SkySphere1 =
> sky_sphere {
> pigment{ Shadow_Clouds_Top }
> pigment{ Shadow_Clouds_Mid }
> pigment{ Shadow_Clouds_Bot }
>
> }
>
>


Here's my render with your skysphere. I still don't see any copper tint 
to the solar panels. It's not a big deal though.


Post a reply to this message


Attachments:
Download 'gh_scene_spinner_cutaway_15.png' (100 KB)

Preview of image 'gh_scene_spinner_cutaway_15.png'
gh_scene_spinner_cutaway_15.png


 

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