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

  1. ModelBegin
  2.       ClumpBegin
  3.  
  4.         Vertex -0.60 -0.60  0.60    # vertex 1
  5.         Vertex  0.60 -0.60  0.60    # vertex 2
  6.         Vertex  0.60  0.60  0.60    # vertex 3
  7.         Vertex -0.60  0.60  0.60    # vertex 4
  8.       
  9.         MaterialBegin
  10.                Color    0.99    0.00    0.00
  11.                Surface 0.40    0.50    0.50
  12.                LightSampling Vertex
  13.  
  14.         Polygon 4    1    2    3    4    # 4-sided polygon defined by vertex 1, 2, 3, 4
  15. MaterialEnd 
  16.         MaterialBegin
  17.                Color    0.00    0.00    0.99
  18.                Surface 0.40    0.50    0.50
  19.                LightSampling Vertex 
  20.  
  21.         Polygon 4    4    3    2    1    # 4-sided polygon defined  by vertex 4, 3, 2, 1
  22. MaterialEnd 
  23.       ClumpEnd
  24. ModelEnd
  25.  
  26.  
  27.