|
|
Ron Parker wrote:
>
> On Thu, 07 Feb 2002 21:15:04 -0800, Ken wrote:
> > John wrote:
> >>
> >> Does there exist services that allow remote rendering of povary files. Any
> >
> > http://astronomy.swin.edu.au/pbourke/povray/
>
> I just want to know what kind of eggs you get from a povary.
They look like this -
camera { location <-1, 0, -2> look_at <-1, 0, 0>}
sky_sphere { pigment {
gradient y
color_map { [0.0 color blue 0.6] [1.0 color rgb 1] }
}
}
light_source {<-100,200,-100> colour rgb 1}
light_source { <100,100,-100> colour rgb 1}
plane { y, -0.6 pigment {color rgb <0.3,0.5,0.3>}}
#declare F = function (x,y,z){y^2 + z^2 - x^3 + x}
isosurface {
function {F(x,y,z)}
max_gradient 4
accuracy 0.001
contained_by {box {<-1,-1,-1><0,1,1>}}
scale <1.7,1,1>
pigment {bozo
turbulence 0.3
colour_map {[0.70 rgb <.7,.5,.4>]
[0.75 rgb <.6,.4,.3>]}
scale 0.08}
finish {phong 0.1 phong_size 10}
}
--
Ken Tyler
Post a reply to this message
|
|