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

  1. ModelBegin
  2.  ClumpBegin
  3.    Vertex 0.1    0.6   0.5    # vertex 1 
  4.    Vertex 0.4    0.7   0.7    # vertex 2
  5.    Vertex 1.0    1.0   0.1    # vertex 3
  6.    Vertex 0.8    0.1   1.0    # vertex 4
  7.  
  8.    Vertex 0.4    0.7   0.7    # vertex 5 is repeat of vertex 2
  9.    Vertex 1.0    1.0   0.1    # vertex 6 is repeat of vertex 3
  10.  
  11.   LightSampling Facet
  12.   Surface 0.1 0.6 0.8
  13.   TextureMode Lit
  14.   Texture NULL
  15.  
  16.   Triangle 1 2 3
  17.   Triangle 3 2 4
  18.  
  19.  ClumpEnd
  20. ModelEnd
  21.