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