home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / DRAWFN3S.ZIP / DRAWFN3D.CFG < prev    next >
Encoding:
Text File  |  1990-05-06  |  540 b   |  23 lines

  1. UMin        -0.5        ;UV parametric domain (Real)
  2. UMax         0.5        ;  /
  3. VMin        -0.5        ; /
  4. VMax         0.5        ;/
  5.  
  6. NumOfSamples    10        ;Number of samples per iso line (Integer)
  7.  
  8. NumOfIsoLines    10        ;Number of iso lines along U/V (Integer)
  9.  
  10. ;Graphic driver can be one of:
  11. ; 0 - Autodetect (same as no default at all in this file)
  12. ; 1 - CGA (Hires two colors mode).
  13. ; 3 - EGA
  14. ; 4 - EGA64
  15. ; 5 - EGAMONO
  16. ; 7 - Hercules.
  17. ; 9 - VGA
  18. GraphDriver    0
  19.  
  20. DblBuffer    FALSE        ;Use double buffer in transformations (Boolean).
  21.  
  22. Mouse        TRUE        ;Mouse exists ? (Boolean)
  23.