home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rfface2.rw_ / rfface2.bin
Text File  |  1995-11-14  |  469b  |  17 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.     Color    1.00    0.00    0.00
  10.               Surface 0.40    0.50    0.50
  11.     Polygon 4    1    2    3    4  # 4-sided polygon defined by vertex 1, 2, 3, 4
  12.     Color    0.00    0.00    1.00
  13.     Polygon 4    4    3    2    1  # 4-sided polygon defined by vertex 4, 3, 2, 1
  14.        ClumpEnd
  15. ModelEnd
  16.  
  17.