home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rfani3.rw_ / rfani3.bin
Text File  |  1995-11-14  |  2KB  |  63 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.60 0.60    #9  -  V3
  23.         Vertex  0.60 -0.60 -0.60     UV 0.0 0.60    #10  -  V7
  24.         Vertex  0.60  0.60 -0.60     UV 0.0 0.0     #11  -  V6
  25.         Vertex  0.60  0.60  0.60    UV 0.60 0.0     #12  -  V2
  26.  
  27.         # left side
  28.         Vertex -0.60 -0.60 -0.60    UV 0.0 2.0     #13  -  V8
  29.         Vertex -0.60 -0.60  0.60     UV 2.0 2.0     #14 -  V4
  30.         Vertex -0.60  0.60  0.60     UV 2.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 0.0     #17  -  V4
  35.         Vertex -0.60 -0.60 -0.60     UV 0.0 2.0     #18  -  V8
  36.         Vertex  0.60 -0.60 -0.60    UV 3.0 2.0     #19  -  V7
  37.         Vertex  0.60 -0.60  0.60     UV 3.0 0.0     #20  -  V3
  38.  
  39.        #top side
  40.         Vertex   -0.60  0.60  0.60    UV 0.0 0.5     #21  -  V1
  41.         Vertex  0.60  0.60  0.60    UV 0.5 0.0     #22  -  V2
  42.         Vertex  0.60  0.60 -0.60    UV 1.0 0.5     #23  -  V6
  43.         Vertex -0.60  0.60 -0.60      UV 0.5 1.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 rfFace
  50.  
  51.              Quad 1 2 3 4        # front side
  52.     Quad 5 6 7 8        # backt side
  53.     Quad 9 10 11 12        # right side
  54.     Quad 13 14 15 16        # left side
  55.     Quad 17 18 19 20        # bottom side
  56.     Quad 21 22 23 24        #top side
  57.     MaterialEnd
  58.  
  59. ClumpEnd
  60. ModelEnd
  61.  
  62.  
  63.