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

  1. ModelBegin
  2.            ProtoBegin mypoly
  3.                Surface 0.2 0.7 1
  4.                Color 1 1 1
  5.                Texture P
  6.    
  7.               TextureMode foreshorten lit filter
  8.    
  9.     VertexExt  -1   -1  1  UV 0.8 1.7  # vertex 1
  10.     VertexExt   1   -1  1  UV 1.8 1.7  # vertex 2
  11.     VertexExt   1    1  1  UV 1.8 0.7  # vertex 3
  12.     VertexExt  -1    1  1  UV 0.8 0.7  # vertex 4
  13.    
  14.                Quad 1 2 3 4
  15.            ProtoEnd
  16.  
  17.            ClumpBegin
  18.                ProtoInstance mypoly
  19.            ClumpEnd
  20.        ModelEnd
  21.  
  22.