home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / texture.rwx < prev    next >
Text File  |  1995-02-15  |  618b  |  25 lines

  1. # RenderWare(tm) Script File
  2. # A texture mapped, square facet.
  3.  
  4. ModelBegin 
  5.     ClumpBegin    
  6.         Vertex -1.0 -1.0 0.0 UV 0.0 1.0
  7.         Vertex  0.0 -1.0 0.0 UV 0.5 1.0
  8.         Vertex  1.0 -1.0 0.0 UV 1.0 1.0
  9.         Vertex -1.0  0.0 0.0 UV 0.0 0.5
  10.         Vertex  0.0  0.0 0.0 UV 0.5 0.5
  11.         Vertex  1.0  0.0 0.0 UV 1.0 0.5
  12.         Vertex -1.0  1.0 0.0 UV 0.0 0.0
  13.         Vertex  0.0  1.0 0.0 UV 0.5 0.0
  14.         Vertex  1.0  1.0 0.0 UV 1.0 0.0
  15.  
  16.         TextureMode null
  17.     Texture mandel
  18.  
  19.     Quad 1 2 5 4
  20.         Quad 2 3 6 5
  21.         Quad 4 5 8 7
  22.         Quad 5 6 9 8
  23.     ClumpEnd
  24. ModelEnd
  25.