POV-Ray : Newsgroups : povray.newusers : ClockAnimation Help: printing sequential numbers : Re: ClockAnimation Help: printing sequential numbers Server Time
4 Nov 2024 23:16:00 EST (-0500)
  Re: ClockAnimation Help: printing sequential numbers  
From: Chris Colefax
Date: 11 May 2001 05:28:45
Message: <3afbb0cd@news.povray.org>
Jong <jjk### [at] mmewhaackr> wrote:
>  Thank you for your big help.
> btw, I've inserted your short scripts to my pov file.
> I encountered error message as below:
>
>  ....   error ) expected but ; found instead.
>
> All of the demo files that came with AutoClck.zip ran OK, though.

Sorry - that was my fault for forgetting to add the last bracket at the end
of the declare statement!  The correct code should have been:

#declare ChangingAngle = (
    From (0.0, <0,0,0>)
    Using("",1,1,"")
    To(1, <0,0,-180>)
    );


Post a reply to this message

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