;// Persistence Of Vision Ray Tracer Scene Description File ;// File: ID_FMA.POV ;// Vers: 3.5 ;// Desc: 2002/01/15, IRTC Contest FORCE ;// ID_FMA.POV by Iain Davidson ;// ; Persistence Of Vision raytracer version 3.5 ini file. ; Width=320 Height=240 ; ;[Draft-320x240, No AA] ;Antialias=Off ; ;[Final-320x240, AA 0.3] Antialias=On Antialias_Threshold=0.3 Antialias_Depth=7 ;5 ;Fancy_Floor=1 ; the image dimensions, make shure you have nothing on left on the commandline. ; N = PNG M=BMP Default=M ;Output_File_Type=N ; the file to render. Input_File_Name=id_fma.pov ; the Output_File_Name should match with ImageOutName in the scenefile / HTMLgen macro!!!!! Output_File_Name=id_fma Initial_Frame=0 Final_Frame=100 Initial_Clock=0 Final_Clock=1.0 ; if render a sub-section Subset_Start_Frame = 24 Subset_End_Frame = 100 Cyclic_Animation=off Pause_when_Done=off