POV-Ray : Newsgroups : povray.general : Povary Remote Rendering Server Time
6 Aug 2024 16:57:27 EDT (-0400)
  Povary Remote Rendering (Message 1 to 5 of 5)  
From: John
Subject: Povary Remote Rendering
Date: 7 Feb 2002 23:33:14
Message: <3c63550a@news.povray.org>
Does there exist services that allow remote rendering of povary files.  Any
of them allow you access to the PVM version so you can get it back really
quick?  If they do exists how much do they cost?  I know I would proabaly be
willing to pay 50 cent per CPU hour on a pretty new CPU. Or is that too
much?. Does anybody else use/or would use(if it doesn't exist) a service
like this for POV. Could you please share you experience..

Thanks,
John


Post a reply to this message

From: Ken
Subject: Re: Povary Remote Rendering
Date: 8 Feb 2002 00:12:35
Message: <3C635ED8.79A7A984@pacbell.net>
John wrote:
> 
> Does there exist services that allow remote rendering of povary files.  Any
> of them allow you access to the PVM version so you can get it back really
> quick?  If they do exists how much do they cost?  I know I would proabaly be
> willing to pay 50 cent per CPU hour on a pretty new CPU. Or is that too
> much?. Does anybody else use/or would use(if it doesn't exist) a service
> like this for POV. Could you please share you experience..

http://astronomy.swin.edu.au/pbourke/povray/

-- 
Ken Tyler


Post a reply to this message

From: Ron Parker
Subject: Re: Povary Remote Rendering
Date: 8 Feb 2002 08:43:33
Message: <slrna67lg7.crk.ron.parker@fwi.com>
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

From: Ken
Subject: Re: Povary Remote Rendering
Date: 8 Feb 2002 09:21:45
Message: <3C63DF8C.201FB875@pacbell.net>
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

From: Charles
Subject: Re: Povary Remote Rendering
Date: 10 Feb 2002 17:36:29
Message: <3C66F737.35942385@enter.net>
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

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