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

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