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

  1. ;
  2. ; Config file for poly3d (UNIX 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. ;The transformation to begin with should be in:
  18. ; 1. Screen axes coordinate system
  19. ; 2. Object axes coordinate system
  20. TransMode    1
  21.  
  22. ;
  23. ;Vertices normal length. This number is divided by 100 to form object space
  24. ;normal size scaler.
  25. NormalLength    10
  26.  
  27. More        FALSE        ;If true print more messages (boolean) (-m)
  28.  
  29. ;If the polygons are ordered in a pattern and only the first i edges of
  30. ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
  31. ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
  32. ;set to 0 all the polygon edges are to be handled.
  33. NumOfEdges    0
  34.  
  35. ;If a closed object is to be displayed, each edge is shared by two polygons,
  36. ;and there is not reason to display it twice (if fact it will be displayed
  37. ;twice in opposite direction - a heuristic that is used here). This can
  38. ;speed up the display by almost factor of two.
  39. ClosedObject    FALSE
  40.