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

  1. ModelBegin
  2.       ClumpBegin
  3.         Color 0.0 0.0 0.0
  4.         Surface 0.0 0.0 0.0
  5.         GeometrySampling Solid
  6.         TextureModes NULL
  7.         Texture NULL
  8.  
  9.         # front side
  10.         Vertex -0.60 -0.60  0.60    UV 0.0 1.0    #1  -  V4
  11.         Vertex  0.60 -0.60  0.60     UV 1.0 1.0    #2  -  V3
  12.         Vertex  0.60  0.60  0.60     UV 1.0 0.0    #3  -  V2
  13.         Vertex -0.60  0.60  0.60     UV 0.0 0.0    #4  -  V1
  14.  
  15.         # back side
  16.         Vertex -0.60  0.60 -0.60     UV  0.0 1.0     #5  -  V5
  17.         Vertex  0.60  0.60 -0.60     UV  1.0 1.0     #6  -  V6
  18.         Vertex  0.60 -0.60 -0.60     UV  1.0 0.0     #7  -  V7
  19.         Vertex -0.60 -0.60 -0.60     UV  0.0 0.0    #8  -  V8
  20.  
  21.         # right side
  22.         Vertex  0.60 -0.60  0.60     UV  0.0 1.0     #9  -  V3
  23.         Vertex  0.60 -0.60 -0.60     UV  1.0 1.0     #10  -  V7
  24.         Vertex  0.60  0.60 -0.60     UV  1.0 0.0     #11  -  V6
  25.         Vertex  0.60  0.60  0.60    UV  0.0 0.0    #12  -  V2
  26.  
  27.         # left side
  28.         Vertex -0.60 -0.60 -0.60    UV  0.0 1.0     #13  -  V8
  29.         Vertex -0.60 -0.60  0.60     UV  1.0 1.0     #14 -  V4
  30.         Vertex -0.60  0.60  0.60     UV  1.0 0.0     #15  -  V1
  31.         Vertex -0.60  0.60 -0.60     UV  0.0 0.0    #16  -  V5
  32.  
  33.         # bottom side
  34.         Vertex -0.60 -0.60  0.60     UV  0.0 1.0     #17  -  V4
  35.         Vertex -0.60 -0.60 -0.60     UV  1.0 1.0     #18  -  V8
  36.         Vertex  0.60 -0.60 -0.60    UV  1.0 0.0     #19  -  V7
  37.         Vertex  0.60 -0.60  0.60     UV  0.0 0.0    #20  -  V3
  38.  
  39.        #top side
  40.         Vertex   -0.60  0.60  0.60    UV  0.0 1.0     #21  -  V1
  41.         Vertex  0.60  0.60  0.60    UV  1.0 1.0     #22  -  V2
  42.         Vertex  0.60  0.60 -0.60    UV  1.0 0.0     #23  -  V6
  43.         Vertex -0.60  0.60 -0.60      UV  0.0 0.0    #24  -  V5
  44.  
  45.          MaterialBegin
  46.     Color 1.0 1.0 1.0
  47.               Surface 0.40 0.50 0.50
  48.               TextureModes Lit
  49.               Texture cloud
  50.               Quad 1 2 3 4        # front side
  51.          MaterialEnd
  52.  
  53.          MaterialBegin
  54.     Color 1.0 1.0 1.0
  55.               Surface 0.40 0.50 0.50
  56.               TextureModes Lit
  57.               Texture ricco
  58.     Quad 5 6 7 8        # back side
  59.           MaterialEnd
  60.  
  61.           MaterialBegin
  62.     Color 1.0 1.0 1.0
  63.               Surface 0.40 0.50 0.50
  64.               TextureModes Lit
  65.               Texture wood001
  66.     Quad 9 10 11 12        # right side
  67.           MaterialEnd
  68.  
  69.           MaterialBegin
  70.     Color 1.0 1.0 1.0
  71.               Surface 0.40 0.50 0.50
  72.               TextureModes Lit
  73.              Texture reefb
  74.     Quad 13 14 15 16        # left side
  75.           MaterialEnd
  76.  
  77.           MaterialBegin
  78.     Color 1.0 1.0 1.0
  79.               Surface 0.40 0.50 0.50
  80.               TextureModes Lit
  81.               Texture chilli
  82.     Quad 17 18 19 20        # bottom side
  83.           MaterialEnd
  84.  
  85.           MaterialBegin
  86.     Color 1.0 1.0 1.0
  87.               Surface 0.40 0.50 0.50
  88.               TextureModes Lit
  89.               Texture forest
  90.     Quad 21 22 23 24        #top side
  91.          MaterialEnd
  92.  
  93.  
  94. ClumpEnd
  95. ModelEnd
  96.  
  97.  
  98.