|
|
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.
--
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbf 1}hollow interior{media{emission 3-T}}}#end
Z(-x-x.2x)camera{location z*-10rotate x*90normal{bumps.02scale.05}}
Post a reply to this message
|
|
|
|
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
|
|
|
|
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.
>
No, no. A povary. You know, a POVARY. Like in Shakesphere...
"Get thee to a povary!
Why wouldst thou be a compiler of syntax errors?
To a povary, go! Or if though needs render,
I give this this plague for thy source code:
be thou as strictly typed as C,
as as accurate as double float,
thou shalt not escape aliasing..."
Post a reply to this message
|
|