home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rfwall.rw_ / rfwall.bin
Text File  |  1995-11-14  |  2KB  |  67 lines

  1. ModelBegin
  2.       ClumpBegin
  3.  
  4.         # main wall
  5.         VertexExt  0.0 0.0  0.0    UV 0.0 0.0  # vertex 1
  6.         VertexExt  0.0 0.9  0.0    UV 0.0 4.0  # vertex 2
  7.         VertexExt  0.9 0.9  0.0    UV 4.0 4.0  # vertex 3
  8.         VertexExt  0.9 0.0  0.0    UV 4.0 0.0  # vertex 4
  9.       
  10.         MaterialBegin
  11.                Color    0.99    0.00    0.00
  12.                Surface 0.40    0.50    0.50
  13.      Texture rfwall
  14.      #TextureModes Lit Foreshorten Filter
  15.      Quad    4    3    2    1    # wall
  16.          MaterialEnd
  17.  
  18.      # window 1
  19.         Vertex  0.2 0.2  0.01    # vertex 5
  20.         Vertex  0.2 0.4  0.01    # vertex 6
  21.         Vertex  0.3 0.4  0.01    # vertex 7
  22.         Vertex  0.3 0.2  0.01    # vertex 8
  23.  
  24.      # window 2
  25.         Vertex  0.4 0.2  0.01    # vertex 9
  26.         Vertex  0.4 0.4  0.01    # vertex 10
  27.         Vertex  0.5 0.4  0.01    # vertex 11
  28.         Vertex  0.5 0.2  0.01    # vertex 12
  29.  
  30.      # window 3
  31.         Vertex  0.6 0.2  0.01    # vertex 13
  32.         Vertex  0.6 0.4  0.01    # vertex 14
  33.         Vertex  0.7 0.4  0.01    # vertex 15
  34.         Vertex  0.7 0.2  0.01    # vertex 16
  35.  
  36.      # window 4
  37.         Vertex  0.2 0.5  0.01    # vertex 17
  38.         Vertex  0.2 0.7  0.01    # vertex 18
  39.         Vertex  0.3 0.7  0.01    # vertex 19
  40.         Vertex  0.3 0.5  0.01    # vertex 20
  41.  
  42.       # window 5
  43.         Vertex  0.4 0.5  0.01    # vertex 21
  44.         Vertex  0.4 0.7  0.01    # vertex 22
  45.         Vertex  0.5 0.7  0.01    # vertex 23
  46.         Vertex  0.5 0.5  0.01    # vertex 24
  47.  
  48.       # window 6
  49.         Vertex  0.6 0.5  0.01     # vertex 25
  50.         Vertex  0.6 0.7  0.01     # vertex 26
  51.         Vertex  0.7 0.7  0.01     # vertex 27
  52.         Vertex  0.7 0.5  0.01     # vertex 28
  53.  
  54.        MaterialBegin
  55.                Color    0.5    0.5    0.5
  56.                Surface 0.40    0.90    0.90
  57.      Quad    8    7    6    5    # window
  58.      Quad    12    11    10    9    # window
  59.      Quad    16    15    14    13    # window
  60.      Quad    20    19    18    17    # window
  61.      Quad    24    23    22    21    # window
  62.      QuadExt    28    27    26    25    Tag 1234 # window 
  63.         MaterialEnd
  64.       ClumpEnd
  65. ModelEnd
  66.  
  67.