|
|
Rafal 'Raf256' Maj wrote:
> Francois Labreque <fla### [at] videotronca> wrote in
> news:3D2### [at] videotronca
>
>
>>--
>>/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
>>/* flabreque */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
>>/* @ */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
>>/* videotron.ca */}camera{location<6,1.25,-6>look_at a orthographic}
>
>
> Persistence of Vision(tm) Ray Tracer Version 3.5 win32 (.icl)
>
> File: C:\dev\pov\signs\FrancoisLabreque.pov Line: 4
> {rgb 9}}#P(2*b,b+c)polygon{5,F,F+z,L+z,L,F pigment{rgb
> 9}}#P(b+c,<2,3>)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#
> }camera{location<6,1.25,-6>look_at a orthographic <----ERROR
> Parse Error: Expected 'perspective camera modifier', orthographic found
> instead
> Returned from renderer with error status
>
> maybe :
>
> }camera{orthographic location<6,1.25,-6>look_at a }
Thanks for the heads up. I hadn't checked to see if 3.5 broke my .sig
--
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/* flabreque */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/* @ */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/* videotron.ca */}camera{orthographic location<6,1.25,-6>look_at a }
Post a reply to this message
|
|