home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 013A / B2BDEMO.ZIP / B2BDEMO.EXE / SCRIPTS / RADAR.RWX < prev    next >
Text File  |  1996-10-02  |  1KB  |  58 lines

  1. #*********************************************************
  2. #
  3. #  Model of radar tower 
  4. #
  5. #**********************************************************
  6. #
  7. #
  8. #
  9.  
  10. ModelBegin
  11.    ClumpBegin
  12.       VertexExt -6  0  6 UV 0 4
  13.       VertexExt  6  0  6 UV 1 4
  14.       VertexExt  6  0 -6 UV 0 4
  15.       VertexExt -6  0 -6 UV 1 4
  16.  
  17.       VertexExt -6 150  6 UV 0 0
  18.       VertexExt  6 150  6 UV 1 0
  19.       VertexExt  6 150 -6 UV 0 0
  20.       VertexExt -6 150 -6 UV 1 0
  21.  
  22.       VertexExt -6 150  6 UV 0 4
  23.       VertexExt  6 150  6 UV 1 4
  24.       VertexExt  6 150 -6 UV 0 4
  25.       VertexExt -6 150 -6 UV 1 4
  26.  
  27.       VertexExt -6 300  6 UV 0 0
  28.       VertexExt  6 300  6 UV 1 0
  29.       VertexExt  6 300 -6 UV 0 0
  30.       VertexExt -6 300 -6 UV 1 0
  31.                   
  32.       Color 0.5 0.5 0.5
  33.       
  34.  
  35.       Color 0.2 0.2 0.2
  36.       Texture girders Mask mgirders
  37.       
  38.       Quad  1  2  6  5
  39.       Quad  5  6  2  1
  40.       Quad  2  3  7  6
  41.       Quad  6  7  3  2
  42.       Quad  3  4  8  7
  43.       Quad  7  8  4  3
  44.       Quad  4  1  5  8
  45.       Quad  8  5  1  4
  46.       Quad  9 10 14 13
  47.       Quad 13 14 10  9
  48.       Quad 10 11 15 14
  49.       Quad 14 15 11 10
  50.       Quad 11 12 16 15
  51.       Quad 15 16 12 11
  52.       Quad 12  9 13 16
  53.       Quad 16 13  9 12
  54.    
  55.    ClumpEnd
  56.    
  57. ModelEnd
  58.