home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / eagle / det06.vo < prev    next >
Encoding:
Text File  |  1993-04-21  |  1.4 KB  |  68 lines

  1. // detail rear side
  2.  
  3. polygon {
  4.         points 4
  5.         vertex -4 -0.15  2
  6.         vertex  4 -0.15  2
  7.         vertex  4 -0.15 -2
  8.         vertex -4 -0.15 -2
  9.         clip {
  10.                 apex 3 -0.5 0
  11.                 base 3  0   0
  12.                 radius 1
  13.                 outside
  14.         }
  15.         clip {
  16.                 apex 0 -0.5 0
  17.                 base 0  0   0
  18.                 radius 1
  19.                 outside
  20.         }
  21.         clip {
  22.                 apex -3 -0.5 0
  23.                 base -3 0 0
  24.                 radius 1
  25.                 outside
  26.         }
  27. }
  28.  
  29.  
  30. cone { apex  3 -0.15 0 base 3 0 0 radius 1 }
  31. cone { apex  0 -0.15 0 base 0 0 0 radius 1 }
  32. cone { apex -3 -0.15 0 base -3 0 0 radius 1 }
  33.  
  34. sphere { center  3 0 0 radius .35 }
  35. sphere { center -3 0 0 radius .35 }
  36. cone { apex 3 0 0 base -3 0 0 radius .35 }
  37.  
  38. polygon {
  39.         points 4
  40.         vertex -4 0    2
  41.         vertex  4 0    2
  42.         vertex  4 -0.15 2
  43.         vertex -4 -0.15 2
  44. }
  45. polygon {
  46.         points 4
  47.         vertex -4 -0.15 -2
  48.         vertex  4 -0.15 -2
  49.         vertex  4 0    -2
  50.         vertex -4 0    -2
  51. }
  52. polygon {
  53.         points 4
  54.         vertex -4 0     2
  55.         vertex -4 -0.15  2
  56.         vertex -4 -0.15 -2
  57.         vertex -4 0    -2
  58. }
  59. polygon {
  60.         points 4
  61.         vertex 4 -0.15  2
  62.         vertex 4 0     2
  63.         vertex 4 0    -2
  64.         vertex 4 -0.15 -2
  65. }
  66.  
  67.  
  68.