home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / cgi-bin / Japan / Theme / bearth / bearth.ini < prev    next >
Text File  |  2017-09-21  |  771b  |  42 lines

  1. ;                     PERSISTENCE OF VISION RAY TRACER
  2. ;
  3. ;                           POV-Ray VERSION 3.0
  4. ;
  5. ; Width and Height of image in pixels.  Accepts integer values.
  6. ;
  7. Width = 240
  8. Height = 240
  9. ;
  10. ;
  11. ; Turns pause when done feature off/on.  Accepts boolean values.
  12. ;
  13. Pause_when_Done = off
  14. ;
  15. ;
  16. ; Sets minimum number of objects before auto bounding kicks in.
  17. ;
  18. Bounding_Threshold = 3
  19. ;
  20. ;
  21. ; Test for user abort with any keypress every 100 pixels.
  22. ;
  23. Test_Abort=On
  24. Test_Abort_Count=100
  25. ;
  26. ; Specify path to search for any files not found in current
  27. ; directory.  Up to 25 such paths may be specified.
  28. Library_Path=/stage/htdocs/cgi-bin/Japan/Theme/bearth
  29. ;
  30. ;
  31. ;
  32. Antialias = on
  33. ;
  34. ;
  35. ; Render 4 view
  36. ;
  37. Field_Render=Off
  38. Initial_Clock=0
  39. Final_Clock=3
  40. Initial_Frame=0
  41. Final_Frame=3
  42.