|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
How do you do animation in pov-ray I use the clock vairable but nothing
happens what do I do???
--
Jason S
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jason Scott wrote:
>
> How do you do animation in pov-ray I use the clock vairable but nothing
> happens what do I do???
A classic VFAQ question : )
http://www.students.tut.fi/~warp/povVFAQ/languageVFAQ.html#turnonanimation
For a good tutorial on the subject follow this link -
http://www.puzzlecraft.com/cm/ClockMod.html
--
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jason Scott wrote:
> How do you do animation in pov-ray I use the clock vairable but nothing
> happens what do I do???
clock works like any other variable, for instance translate clock*y
to use clock you need to make an ini file for your scene with the
following:
Input_File_Name = yourscene.pov
Height = n
Width = n
Antialias = On/Off
Antialias_Threshold = n.n
Initial_Frame = n
Final_Frame = n
Initial_Clock = n
Final_Clock = n
then render it (not the scene itself)
--
David Fontaine <dav### [at] faricynet> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
how would you do type the code for animation in dos for pov-ray
--
Jason S
Jason Scott <fir### [at] hotmailcom> wrote in message
news:39cc26a8@news.povray.org...
> How do you do animation in pov-ray I use the clock vairable but nothing
> happens what do I do???
>
>
> --
> Jason S
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jason Scott <fir### [at] hotmailcom> wrote:
: how would you do type the code for animation in dos for pov-ray
http://www.students.tut.fi/~warp/povVFAQ/languageVFAQ.html#turnonanimation
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |