home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / mazeroom.rwx < prev    next >
Text File  |  1995-02-15  |  2KB  |  60 lines

  1. ModelBegin
  2.     ClumpBegin # room (+/- 1.0, +/- 0.5, +/- 1.0)
  3.  
  4.     Surface 0.1 0.6 0.0
  5.     Color 0 1 0
  6.     TextureModes foreshorten
  7.  
  8.         Vertex  4.0 -0.5 4.0 UV 1 0    # 1
  9.         Vertex  4.0 -0.5 0.0 UV 1 1
  10.         Vertex  0.0 -0.5 0.0 UV 0 1
  11.         Vertex  0.0 -0.5 4.0 UV 0 0
  12.  
  13.     Texture stmaze9
  14.         Quad 1 2 3 4        # floor
  15.  
  16.         Vertex  4.0 -0.5 4.0 UV 1 0    # 5
  17.         Vertex  4.0  2.0 4.0 UV 1 1
  18.         Vertex  4.0  2.0 0.0 UV 0 1
  19.         Vertex  4.0  0.5 0.0 UV 0 0.4
  20.         Vertex  4.0  0.5 1.0 UV 0.25 0.4
  21.         Vertex  4.0 -0.5 1.0 UV 0.25 0
  22.  
  23.         Texture stone2
  24.         Polygon 6  5 6 7 8 9 10        # right (doored) wall
  25.  
  26.         Vertex  4.0 -0.5 0.0 UV 1 0    # 11
  27.         Vertex  4.0  2.0 0.0 UV 1 1
  28.         Vertex  0.0  2.0 0.0 UV 0 1
  29.         Vertex  0.0 -0.5 0.0 UV 0 0
  30.  
  31.         Quad 11 12 13 14               # front wall
  32.  
  33.         Vertex  0.0 -0.5 0.0 UV 1 0    # 15
  34.         Vertex  0.0  2.0 0.0 UV 1 1
  35.         Vertex  0.0  2.0 4.0 UV 0 1
  36.         Vertex  0.0 -0.5 4.0 UV 0 0
  37.  
  38.         Quad 15 16 17 18    # right wall
  39.  
  40.         Vertex  1.0 -0.5 4.0 UV 0.25 0    # 19
  41.         Vertex  1.0  0.5 4.0 UV 0.25 0.4
  42.         Vertex  0.0  0.5 4.0 UV 0 0.4
  43.         Vertex  0.0  2.0 4.0 UV 0 1
  44.         Vertex  4.0  2.0 4.0 UV 1 1
  45.         Vertex  4.0 -0.5 4.0 UV 1 0
  46.  
  47.         Polygon 6  19 20 21 22 23 24   # back (doored) wall
  48.  
  49.         Vertex  4.0  2.0 4.0 UV 1 0    # 25
  50.         Vertex  4.0  2.0 0.0 UV 1 1
  51.         Vertex  0.0  2.0 0.0 UV 0 1
  52.         Vertex  0.0  2.0 4.0 UV 0 0
  53.  
  54.     Texture stone003
  55.         Quad 28 27 26 25               # ceiling
  56.         
  57.     ClumpEnd
  58. ModelEnd
  59.  
  60.