Subject:
|
Re: animation help
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Tue, 18 Dec 2001 08:29:32 GMT
|
Viewed:
|
493 times
|
| |
| |
an INI file is not needed, you have to chang it for every scene, so its
easier to just change the comand line settings for every scene and keep it
all in one file, see my other reply to this thread.
Gary
Ahui Herrera <jedi_agh@yahoo.com> wrote in message
news:Gq4HB8.32z@lugnet.com...
> What does your INI file look like. To do animations POV needs an INI file
> giving it number of frames to render, clock values, file size, and file format.
>
> This is from the tutorial that will be on ldraw soon. This is what an ini
> file should look like for aniamtions. The defualt ini file in pov is
> QUCKERS.ini which DOES NOT have animation capabilities. ';' are comment lines.
>
> ; Persistence Of Vision raytracer version 3.1
> ; Lego Aniamtion 102 - Movement in Outer Space
> ; By Ahui Herrera http://jedi_agh.tripod.com
> ;
>
> Input_File_Name=YWing.pov
>
> ; Number of Frames to create
> ; 2 sec x 30 frames per seocnd = 60 frames
> ; This will create 60 images
> Initial_Frame=1
> Final_Frame= 60
>
> ;Subset_Start_Frame = 60
> ;Subset_End_Frame = 60
>
> ; clock variable for Mini-Animation 1 & 3
> ; this lets pov know what clock values to use. It will start at 0 and
> ; then do 0 + 700/60, 0 + (700/60) + (700/60), etc...
> Initial_Clock= 0
> Final_Clock= 700
>
>
> ; Output Image Size
> Width=320
> Height=240
>
> Output_File_Type=N
> ; T - Uncompressed Tar 24-bit File
> ; N - New PNG (portable network graphics) format
> ; S - System-specific such as Mac Pict or Windows BMP
> ; C - Compressed Targa-24 format (RLE, run length encoded)
> ; P - Unix PPM format
>
> Cyclic_Animation=off
> Pause_when_Done=off
> Antialias=off
> Antialias_Threshold=0.3
>
>
> If you need more help email me. - Ahui
|
|
Message is in Reply To:
| | Re: animation help
|
| What does your INI file look like. To do animations POV needs an INI file giving it number of frames to render, clock values, file size, and file format. This is from the tutorial that will be on ldraw soon. This is what an ini file should look like (...) (23 years ago, 18-Jan-02, to lugnet.cad)
|
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|