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 / GateMini.iv < prev    next >
Text File  |  1994-11-13  |  1KB  |  71 lines

  1. #Inventor V2.0 ascii
  2.  
  3. # Start-Finish Gate (Minimum LOD)
  4.  
  5. Switch {
  6.     # Switch Gate sign based on GameMode
  7.     # (Startu[|Practice|Pre-race|Race|After-Race|Race-Over)
  8.     whichChild 3 = GlobalField { type SFLong GameMode 3 }.GameMode
  9.  
  10.     # "Start-up"
  11.     Label {}
  12.  
  13.     # "Warm-up" - sign
  14.     Separator {
  15.     renderCulling ON
  16.     Separator {
  17.         # Sign backboard
  18.         Separator {
  19.         Translation { translation 0 27.5 0 }
  20.         BaseColor { rgb 0 0 0 }
  21.         DEF SBox Cube { width 108 depth 1 height 8 }
  22.         DrawStyle { style LINES lineWidth 0 }
  23.         BaseColor { rgb 0.6 0 1.0 }
  24.         Scale { scaleFactor 1.05 1.05 1.05 }
  25.         USE SBox
  26.         }
  27.     }
  28.     }
  29.  
  30.     # "Startng race" - pre-race Sign
  31.     Separator {
  32.     renderCulling ON
  33.     Separator {
  34.         # Sign backboard
  35.         Separator {
  36.         Translation { translation 0 27.5 0 }
  37.         BaseColor { rgb 0 0 0 }
  38.         USE SBox
  39.         DrawStyle { style LINES lineWidth 0 }
  40.         BaseColor { rgb 1 1 0 }
  41.         Scale { scaleFactor 1.05 1.05 1.05 }
  42.         USE SBox
  43.         }
  44.     }
  45.     }
  46.  
  47.     # "Racing" - during the race sign
  48.     DEF RaceSign Separator {
  49.     renderCulling ON
  50.     Complexity { value 0.0 }
  51.     Separator {
  52.         # Sign backboard
  53.         Separator {
  54.         Translation { translation 0 27.5 0 }
  55.         BaseColor { rgb 0 0 0 }
  56.         USE SBox
  57.         DrawStyle { style LINES lineWidth 0 }
  58.         BaseColor { rgb 0 1 0 }
  59.         Scale { scaleFactor 1.05 1.05 1.05 }
  60.         USE SBox
  61.         }
  62.     }
  63.     }
  64.     
  65.     # After Race Sign
  66.     USE RaceSign
  67.  
  68.     # Race Over Sign
  69.     USE RaceSign
  70. }
  71.