home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / win / sieciowe / oiv_demo.lzh / disk4 / DATA.4 / data / SlotCar / Grandstand.iv < prev    next >
Text File  |  1994-11-13  |  1KB  |  74 lines

  1. #Inventor V2.0 ascii
  2. Separator {
  3.     renderCulling ON
  4.     ShapeHints {
  5.         vertexOrdering  COUNTERCLOCKWISE
  6.         shapeType       SOLID
  7.         faceType        CONVEX
  8.     }
  9.  
  10.     Coordinate3 { point [
  11.  
  12.         # Base Coords
  13.         -150 0 0,      # 0
  14.          150 0 0,
  15.          150 0 75,
  16.         -150 0 75,
  17.  
  18.         # Slant Extremes
  19.         -150  60 0,    # 4
  20.          150  60 0,
  21.          150  10 75,
  22.         -150  10 75,
  23.  
  24.         # Overhang Top
  25.         -150  60 50,   # 8
  26.          150  60 50,
  27.         -150  70  0,
  28.          150  70  0,
  29.         -150  70 50,
  30.          150  70 50,
  31.         ]
  32.     }
  33.  
  34.     BaseColor { rgb .8 .4 .25 }
  35.     IndexedFaceSet { coordIndex [
  36.  
  37.         # Background Crowd
  38.         4, 7, 6, 5, -1
  39.         ]
  40.     }
  41.  
  42.     # All of the people!
  43.     LODD {
  44.         distance 1300
  45.         File { name Crowd.iv }
  46.         Info {}
  47.     }
  48.  
  49.     # The Grandstand
  50.     LightModel { model PHONG }
  51.     BaseColor { rgb .6 .6 .6 }
  52.     IndexedFaceSet { coordIndex [
  53.  
  54.         # GrandStand Sides
  55.         0, 3, 7, 4, -1,
  56.         1, 5, 6, 2, -1,
  57.         3, 2, 6, 7, -1,
  58.         0, 4, 5, 1, -1,
  59.  
  60.         # GrandStand Roof
  61.         10, 12, 13, 11, -1,
  62.         4,  8, 12, 10, -1,
  63.         4, 10, 11, 5, -1,
  64.         5, 11, 13, 9, -1,
  65.         8,  9, 13, 12, -1,
  66.         11, 13, 12, 10, -1,
  67.         10, 12, 8, 4, -1,
  68.         9, 13, 11, 5, -1,
  69.         5, 11, 10, 4, -1,
  70.         ]
  71.     }
  72. }
  73.  
  74.