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

  1. ModelBegin
  2.       ProtoBegin mypoly
  3.          Surface 0.2 0.7 1
  4.          Color 1 1 1
  5.          Texture P
  6.      TextureMode NULL
  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.       ProtoEnd
  15.  
  16.       ClumpBegin
  17.         ProtoInstance mypoly
  18.       ClumpEnd
  19. ModelEnd
  20.  
  21.