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

  1. ModelBegin
  2.  ClumpBegin
  3.    VertexExt -1 1 0     UV 0 0    # vertex 1 
  4.    VertexExt -1 0 0     UV 0 1    # vertex 2
  5.    VertexExt 0 0 0     UV 1 1    # vertex 3
  6.    VertexExt 0 1 0    UV 1 0    # vertex 4
  7.  
  8.    VertexExt -1 0 0    UV 0 0    # vertex 5 
  9.    VertexExt -1 -1 0     UV 0 1    # vertex 6
  10.    VertexExt 0 -1 0    UV 1 1    # vertex 7
  11.    VertexExt 0 0 0    UV 1 0    # vertex 8
  12.  
  13.    VertexExt 0 0 0    UV  0 0    # vertex 9 
  14.    VertexExt 0 -1 0    UV  0 1    # vertex 10
  15.    VertexExt 1 -1 0    UV  1 1    # vertex 11
  16.    VertexExt 1 0 0    UV  1 0    # vertex 12
  17.  
  18.    VertexExt 0 1 0    UV 0 0    # vertex 13 
  19.    VertexExt 0 0 0    UV 0 1    # vertex 14
  20.    VertexExt 1 0 0    UV 1 1    # vertex 15
  21.    VertexExt 1 1 0    UV 1 0    # vertex 16
  22.  
  23.   LightSampling Facet
  24.   Surface 0.1 0.6 0.8
  25.   TextureMode Lit
  26.   Texture p.bmp
  27.  
  28. Quad 1 2 3 4
  29. Quad 5 6 7 8
  30. Quad 9 10 11 12
  31. Quad 13 14 15 16
  32.  
  33.  ClumpEnd
  34. ModelEnd
  35.  
  36.