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

  1. ModelBegin
  2.  ClumpBegin
  3.   Surface 0.2 0.7 1
  4.   Color 1 1 1
  5.   Texture reefd.bmp
  6.   TextureModes Lit
  7.    
  8.   VertexExt  -1   -1  1  UV 0 1  # vertex 1
  9.   VertexExt   1   -1  1  UV 1 1  # vertex 2
  10.   VertexExt   1    1  1  UV 1 0  # vertex 3
  11.   VertexExt  -1    1  1  UV 0 0  # vertex 4
  12.    
  13.   Quad 1 2 3 4
  14.  ClumpEnd
  15. ModelEnd
  16.  
  17.