home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rfshare6.rw_ / rfshare6.bin
Text File  |  1995-11-14  |  594b  |  28 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.  
  17. Texture p1.bmp 
  18. Quad 1 2 5 4
  19. Texture p2.bmp 
  20. Quad 2 3 6 5
  21. Texture p3.bmp 
  22. Quad 5 6 9 8
  23. Texture p4.bmp 
  24. Quad 4 5 8 7
  25.  
  26.  ClumpEnd
  27. ModelEnd
  28.