home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / form / sstools.ini < prev   
INI File  |  1993-11-11  |  2KB  |  65 lines

  1. ; this is a "profile" like those you get in windows
  2. ; the name of this one , "sstools.ini", is taken from fractint
  3. ; this file is a convenient place to dump stuff for me
  4. ; can be used mixed with fractint stuff
  5.  
  6. [FORM]
  7. ;
  8. ; NAME         | VALUES ALLOWED  | EQUIVALENT COMMAND LINE SWITCHES
  9. ; =============|=================|=================================
  10. ; pov_output   | no yes          | -pov- -pov+
  11. ; pov_version  | 1 or 2          | -pov_version= 1 | 2
  12. ; pov_type     | UNNESTED        | -pov1 
  13. ;              | NESTED          | -pov2
  14. ;              | DECLARES        | -pov3
  15. ; plg_output   | no yes          | -plg- -plg+
  16. ; display      | no yes          | -display- -display+
  17. ; display_type | FLAT            | -display1
  18. ;              | WIREFRAME       | -display2
  19. ;              | GOURAUD         | -display3
  20. ;              | PHONG           | -display4
  21. ; save         | yes no          | -save -save-
  22. ; save_name    | filename        | -save=filename  
  23. ;              | (only if        |
  24. ;              | save=yes)       |
  25. ; pause        | yes no          | -k+ -k-
  26. ; dump         | yes no          | -dump+ -dump-
  27. ; screen_res   | 1               | -res1
  28. ;              | 2               | -res2
  29. ;              | 3               | -res3
  30. ; vesa         | yes no          | -vesa -vesa-
  31. ; verbose      | yes no          | -verbose+ -verbose-
  32. ; bios         | yes no          | -bios -bios-
  33. ; path         | comma separated | -path=semicolon separated 
  34. ;              | directories     |       directories
  35. ; SaveBackgroundAsWhite | yes no | -w+ -w-
  36. ; SaveAs       | GIF or TGA      | -g+ -t- or -t+ -g-
  37. ; view_angle   | degrees         | -view_angle=
  38. ;               | around y axis   |
  39. ; use_ems      | Y N             | -ems+ or -ems-
  40. ;
  41. ; float_render | Y N             | -float+ or -float-
  42. ;
  43. ;
  44. pov_output=no
  45. plg_output=no
  46. display=yes
  47. display_type=GOURAUD
  48. screen_res=1
  49. bios=yes        ; change to no for more speed, see below if having trouble
  50. vgamodex=no        ; change to yes if having trouble in 320x200 mode (quite likely)
  51. vesa=yes        ; don't change this unless you find a need
  52. path=shapes, formincs    ; use "," or space as path separators here
  53. SaveBackgroundAsWhite=No        ; nice black background
  54. SaveAs=GIF
  55. view_angle=0
  56. use_ems=yes
  57. ;pov_type=UNNESTED, NESTED , DECLARES
  58. ;pov_version=2
  59. ;save=yes|no
  60. ;save_name="filename"    ; .tga added if reqd
  61. ;pause=yes|no
  62. ;Dump=yes|no
  63. ;verbose=yes|no
  64.  
  65.