home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rfpoly31.rw_ / rfpoly31.bin
Text File  |  1995-11-14  |  727b  |  25 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 Facet
  13.               Polygon 4    1    2    3    4  # 4-sided polygon defined by vertex 1, 2, 3, 4
  14.         MaterialEnd 
  15.  
  16.         MaterialBegin
  17.                Color    0.00    0.00    0.99
  18.                Surface 0.40    0.50    0.50
  19.                LightSampling Facet
  20.               Polygon 4    4    3    2    1   # 4-sided polygon defined  by vertex 4, 3, 2,1 
  21.         MaterialEnd 
  22.      ClumpEnd
  23. ModelEnd
  24.  
  25.