home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / POLY3DS.ZIP / POLY3D.CFG < prev    next >
Encoding:
Text File  |  1990-05-05  |  1.5 KB  |  53 lines

  1. ;
  2. ; Config file for poly3d (MSDOS version)
  3. ;
  4.  
  5. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  6. ;Interactive    TRUE
  7.  
  8. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  9. ; (depth) as dotted lines
  10. DepthCue    TRUE
  11.  
  12. ;The viewing mode to begin with:
  13. ; 1. Perspective View
  14. ; 2. Orthographic view
  15. ViewMode    2
  16.  
  17. ;
  18. ;Vertices normal length. This number is divided by 100 to form object space
  19. ;normal size scaler.
  20. NormalLength    10
  21.  
  22. ;The transformation to begin with should be in:
  23. ; 1. Screen axes coordinate system
  24. ; 2. Object axes coordinate system
  25. TransMode    1
  26.  
  27. More        TRUE        ;If true print more messages (boolean) (-m)
  28.  
  29. ;If the mouse autodetect fails, uncomment the following
  30. ;Mouse        FALSE        ;Mouse exists ? (boolean)
  31.  
  32. ;Graphic driver can be one of:
  33. ; 0 - Autodetect (same as no default at all in this file)
  34. ; 1 - CGA (Hires two colors mode).
  35. ; 3 - EGA
  36. ; 4 - EGA64
  37. ; 5 - EGAMONO
  38. ; 7 - Hercules.
  39. ; 9 - VGA
  40. GraphDriver    0
  41.  
  42. ;If the polygons are ordered in a pattern and only the first i edges of
  43. ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
  44. ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
  45. ;set to 0 all the polygon edges are to be handled.
  46. NumOfEdges    0
  47.  
  48. ;If a closed object is to be displayed, each edge is shared by two polygons,
  49. ;and there is not reason to display it twice (if fact it will be displayed
  50. ;twice in opposite direction - a heuristic that is used here). This can
  51. ;speed up the display by almost factor of two.
  52. ClosedObject    FALSE
  53.