home *** CD-ROM | disk | FTP | other *** search
/ Computerspiele Selbermachen / computerspieleselbermachen.iso / pv3d / pov.bat < prev    next >
DOS Batch File  |  1993-10-09  |  272b  |  10 lines

  1. @echo One example of BAT file to call POVRAY with 
  2. @echo mapping bumpping library path .
  3.  
  4. :-lpov        to scene.pov files path
  5. :-linc        to xxx.gif xxx.tga  files path
  6.  
  7. povray -i%1.pov -oinc\%1.tga  +d +ft -b20 -w80 -h50  +x -lpov -linc %2 %3 %4 %5 %6 %7 
  8.  
  9.  
  10.