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

  1. # RenderWare(tm) Script File
  2. # A red hot chilli pepper sprite.
  3.  
  4. ModelBegin
  5.     ClumpBegin
  6.         AxisAlignment XYZ
  7.  
  8.         Vertex -0.5 -0.5  0.0 UV 0.0 1.0
  9.         Vertex  0.5 -0.5  0.0 UV 1.0 1.0
  10.         Vertex  0.5  0.5  0.0 UV 1.0 0.0
  11.         Vertex -0.5  0.5  0.0 UV 0.0 0.0
  12.  
  13.         TextureModes Null
  14.         Texture chilli Mask chillim
  15.  
  16.         Quad 1 2 3 4
  17.     ClumpEnd
  18. ModelEnd
  19.  
  20.