home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / win / sieciowe / oiv_demo.lzh / disk5 / DATA.5 / data / SlotCar / Startup.iv < prev    next >
Text File  |  1994-11-13  |  3KB  |  90 lines

  1. #Inventor V2.0 ascii
  2.  
  3. # Initial startup screen
  4.  
  5. Separator {
  6.     OrthographicCamera {
  7.     position 0 0 200
  8.     nearDistance 0.1
  9.     farDistance  1000.0
  10.     focalDistance 1.0
  11.     height 150
  12.     }
  13.     LightModel { model BASE_COLOR }
  14.     Complexity { value .8 }
  15.     Separator {
  16.     DirectionalLight { direction 1 0 0 }
  17.     PointLight { location  380 60 140 intensity 1.0 color 0.4 0 1.0 }
  18.     LightModel { model PHONG }
  19.     Transform { translation 0 -50 100 scaleFactor 3 2 5 rotation 0 1 0 0.8 }
  20.     Material {
  21.         diffuseColor 0.3 0 0.1
  22.         specularColor 0.9 0 0.3
  23.         shininess 0.5
  24.     }
  25.     Translation { translation 0 48 0 }
  26.     Font { name Utopia-Italic size 18 }
  27.     Text3 { parts ( FRONT | SIDES ) string "SlotCars" justification CENTER }
  28.     }
  29.     Separator {
  30.     BaseColor { rgb 1 1 1 }
  31.     Translation { translation 0 32 0 }
  32.     Font { name Utopia-Regular size 8 }
  33.     Complexity { value 0.5 }
  34.     Text3 { string [ 
  35.         "Move mouse up/down to go faster/slower.",
  36.         "Click left/right mouse buttons to change lanes.",
  37.         "Use arrow keys to change view.",
  38.         "Stop at start/finish line to start a new race.",
  39.         ]
  40.         spacing 1.3
  41.         justification CENTER }    
  42.     }
  43.     Separator {
  44.     Separator {
  45.         Translation { translation 0 -11 0 }
  46.         Material { shininess 0.6 specularColor .5 0 .9 diffuseColor .05 0 0.2 }
  47.         Separator {
  48.         BaseColor { rgb .20 0 0.4 }
  49.         Translation { translation 0 -5 0 }
  50.         DEF StartButton Cube { width 46 height 18 depth 4 }
  51.         }
  52.     }
  53.  
  54.     BaseColor { rgb 1 1 1 }
  55.     PickStyle { style UNPICKABLE }
  56.     Translation { translation 0 -21 11.1 }
  57.     Font { name Utopia-Regular size 18 }
  58.     Text3 { string "Start" justification CENTER }
  59.     }
  60.     Separator {
  61.     # Big polygon as background
  62.     PickStyle { style UNPICKABLE }
  63.     MaterialBinding { value PER_VERTEX }
  64.     BaseColor { rgb [ .2 0 .4, .2 0 .4, .9 .6 0, .9 .6 0 ] }
  65.     Coordinate3 {
  66.         point [ -200 -80 -550, 200 -80 -550,
  67.            200 80 -550, -200 80 -550 ]
  68.     }
  69.     FaceSet { numVertices 4 }
  70.     }
  71.     Separator {
  72.     DirectionalLight { color 1 1 1 intensity 0.7 direction 0 -1 1.0 }
  73.     DirectionalLight { color 1 0.7 0.2 intensity 0.6 direction 0 0 -1 }
  74.     DirectionalLight { color 0.3 0.0 0.9 intensity 0.5 direction 1 -0.3 -0.6 }
  75.     DirectionalLight { color 1 1 1 intensity 0.5 direction -1 0 0 }
  76.     PickStyle { style UNPICKABLE }
  77.  
  78.     Rotation { rotation 1 0 0 0.1 }
  79.     Transform {
  80.         translation -28 -55 29
  81.             rotation 0 1 0 -2.5
  82.         scaleFactor 7.0 7.0 7.0
  83.     }
  84.     LightModel { model PHONG }
  85.     File { name "carEd.iv" }
  86.     Transform { translation 2 0 62 scaleFactor 0.3 0.1 5.0 }
  87.     File { name "Straight.iv" }
  88.     }
  89. }
  90.