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