POV-Ray : Newsgroups : povray.binaries.images : Stars pattern (~60 kb jpeg) : Stars pattern (~60 kb jpeg) Server Time
12 Aug 2024 01:28:33 EDT (-0400)
  Stars pattern (~60 kb jpeg)  
From: Alex Kluchikov
Date: 28 Nov 2003 00:39:24
Message: <3fc6df8c@news.povray.org>
Hello!
  Here is stars pattern. This scene contains only one object (no camera 
and no lights :).
  The idea is quite simple, but I have not ever see something like this, 
so, decided to post mine.
  Hope, it is interesting for somebody.

//=== Begin of "stars.pov"
plane{z,15

  texture{
   pigment{
    gradient y color_map{
     [0,color rgb <.3,.5,.7>]
     [1,color rgb <.0,.2,.4>]
    }
   }
   finish{ambient 1}
   translate -.5*y
   scale 15*y
  }

  texture{
   pigment{
    crackle form <.12,0,0> metric 1/4
    color_map{
     [0.1,color rgb 1]
     [.35,color rgb <.5,.75,1>*2 transmit .5]
     [1,color rgb <0,0,1>*2 transmit 1]
    }
    rotate z*45
   }
   finish{ambient 1}
  }

}
//=== End

Sincerely Yours, Alex Kluchikov


Post a reply to this message


Attachments:
Download 'stars.jpg' (61 KB)

Preview of image 'stars.jpg'
stars.jpg


 

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