home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / irit60e2.zip / illustrt.cfg < prev    next >
Text File  |  1996-02-28  |  1KB  |  39 lines

  1. ;Number of isolines per surface. Should be at list 2.
  2. NumOfIsolines    10
  3.  
  4. ;The way the curve is optimaly (or not) sampled into a polyline.
  5. ;0 - uniform in parametric space.
  6. ;1 - curvature adaptive.
  7. ;See also SamplesPerCurve below.
  8. PolyOpti    0
  9.  
  10. ;Number of point samples per curve.
  11. SamplesPerCurve    32
  12.  
  13. ;Sort output accourding to Z depth.
  14. SortOutput    FALSE
  15.  
  16. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  17. ;well as the surfaces/curves themselves.
  18. DrawSurfaceMesh    FALSE
  19.  
  20. ;If TRUE then surfaces is drawn (using isoparametric curves.)
  21. DrawSurface    TRUE
  22.  
  23. ;If TRUE two vertices representing the end points of every edge are added.
  24. VertexPoints    FALSE
  25.  
  26. ;If TRUE edges trimmed amount that depends on the angle between the
  27. ;intersecting edges.
  28. AngularDist    TRUE
  29.  
  30. ;If TRUE edges trimmed amount that depends on the angle between the
  31. ;intersecting edges.
  32. MoreVerbose    FALSE
  33.  
  34. ;Trimming of intersecting edge to create haloed line's effect.
  35. TrimInter    0.03
  36.  
  37. ;Z depth to consider two lines intersecting to be at the same Z level.
  38. InterSameZ    0.03
  39.