|
|
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'
|
|