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 / PolygonTime.iv < prev    next >
Text File  |  1994-11-13  |  519b  |  16 lines

  1. #Inventor V2.0 ascii
  2.  
  3. # This scene graph is used to time polygon rendering performance. It is
  4. # never rendered as part of the game. Since there is no light in this
  5. # scene and the polygon is black, it is displayed as a dark window.
  6.  
  7. Separator {
  8.     OrthographicCamera { height 2 }
  9.     # This is used to scale the square based on the window size
  10.     DEF PolygonTimeScale Scale {}
  11.     LightModel { model BASE_COLOR }
  12.     BaseColor { rgb 0 0 0 }
  13.     Coordinate3 { point [-1 1 0, -1 -1 0, 1 -1 0, 1 1 0] }
  14.     FaceSet {}
  15. }
  16.