POV-Ray : Newsgroups : povray.general : stripes in my color map : Re: stripes in my color map Server Time
29 Jul 2024 18:16:16 EDT (-0400)
  Re: stripes in my color map  
From: Joost
Date: 3 Dec 2010 10:05:01
Message: <web.4cf906e4ba37d98edfff491b0@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:

>   I was referring to a POV-Ray scene, rather than an image.

That would just be:

#include "colors.inc"

 #declare T_Sky_G = texture {
     pigment { gradient y color_map {
      [0.0 color  rgb < 212, 233, 255>/255  ]
      [1.0 color  rgb < 98, 136, 251>/255]  }         }
     finish { ambient 0.2 }       }

camera { orthographic location <300, 169, -300> look_at  <300, 172, 0> right
<590, 0, 0> up <0, 271.4, 0> }

light_source {< -1500, 2200, -2500> rgb < 1, 1, 1> parallel}
light_source {<  0, 2000, -3000> color Gray35 parallel shadowless}
light_source {< 2000, 1000, -500> color Gray20 parallel shadowless}

#declare skybox = box { < 0, 0, 0>, < 1, 1, 1> texture {T_Sky_G} }
object { skybox scale < 750, 234, 1> translate < -50, 97.5, 2000> }


Post a reply to this message

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