home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rfshare4.rw_ / rfshare4.bin
Encoding:
Text File  |  1995-11-14  |  543 b   |  25 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 -1 -1 0 UV 0 0    # vertex 3
  6.    VertexExt 0 1 0    UV 1 0    # vertex 4
  7.    VertexExt 0 0 0    UV 1 1    # vertex 5 
  8.    VertexExt 0 -1 0    UV 1 0    # vertex 6
  9.    VertexExt 1 1 0    UV 0 0    # vertex 7
  10.    VertexExt 1 0 0    UV 0 1    # vertex 8
  11.    VertexExt 1 -1 0    UV 0 0    # vertex 9 
  12.  
  13.   LightSampling Facet
  14.   Surface 0.1 0.6 0.8
  15.   TextureMode Lit
  16.   Texture p.bmp
  17.  
  18. Quad 1 2 5 4
  19. Quad 2 3 6 5
  20. Quad 5 6 9 8
  21. Quad 4 5 8 7
  22.  
  23.  ClumpEnd
  24. ModelEnd
  25.