home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / scenes / advanced / desk.ini < prev    next >
Encoding:
Text File  |  2000-04-06  |  634 b   |  25 lines

  1. ; Persistence Of Vision raytracer version 3.1 sample file.
  2. ; This .ini file runs a 3 frame "animation".  Image maps for picture
  3. ; frame in the final picture are generated by the 1st two frames;
  4. ; the final image is the last frame itself.
  5. ;
  6. Antialias=off
  7. Width=640
  8. Height=480
  9.  
  10. ; This .pov file wants .png's for its image_maps.  
  11. Output_File_Type=N
  12.  
  13. ; Don't want to pause between frames
  14. Pause_when_Done=off
  15.  
  16. ; This will be converted to DESK1.PNG, DESK2.PNG, etc.
  17. Input_File_Name=desk.pov
  18.  
  19. Initial_Frame=1
  20. Final_Frame=4
  21.  
  22. ; Clock, in this context, is simply used as a frame indicator
  23. Initial_Clock=1
  24. Final_Clock=4
  25.