; Persistence Of Vision raytracer version 3.1 ; Lego Aniamtion 103 - Step Movement ; By Ahui Herrera http://jedi_agh.tripod.com ; Input_File_Name=3439_SpyPlane.pov ; Number of Frames to create ; There are 27 instruction steps so we need 27 images or frames Initial_Frame=1 Final_Frame=27 ; clock variable Initial_Clock= 1 Final_Clock= 27 ; 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