home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 38
/
Freelog038.iso
/
Graphisme3D
/
Pov
/
Dos
/
povmsdos.exe
/
POVMSDOS.ZIP
/
TGAFLI.INI
< prev
next >
Wrap
Text File
|
1996-03-12
|
1KB
|
31 lines
;; Persistence Of Vision raytracer version 3.0 sample INI file.
;; TGAFLI.INI
;;
;; Assuming Input_File=myfile.pov
;; this INI creates a myfile??.tga output files
;; and then creates myfile.fli from it.
;;
;; Requires dta.exe to create fli
;; Requires exists.exe which is included in POV-Ray distribution.
;; If exists.exe is not available, comment out both Pre_Scene_... lines.
;;
Output_to_File=On
Output_File_Type=t
Pre_Frame_Command=
Pre_Frame_Return=
Post_Frame_Command=
Post_Frame_Return=
Pre_Scene_Command=exists %s.fli ;;If myfile.fli already exists
Pre_Scene_Return=-q ;; skip entire scene
;;
;; There is an unsolved problem when running dta directly.
;; Preliminary results show that calling it via command.com fixes
;; the problem but as yet, we don't know why.
;;
Post_Scene_Command=command /C dta /o%s.fli /R1 %s*.tga ;;make myfile.fli
Post_Scene_Return=f ;;If error, crash
Pause_When_Done=Off
Continue_Trace=On ;;Lets you resume
Test_Abort=On ;;Lets you interrupt