home *** CD-ROM | disk | FTP | other *** search
/ Hráč 2004 August / Hrac_72_2004-08_dvd.iso / dema / Kreed / textures / system / tanim0.xrs < prev    next >
Text File  |  2003-01-18  |  637b  |  29 lines

  1. XRS
  2.  
  3. pass texturing
  4. {
  5.     setRS    D3DRS_ALPHABLENDENABLE 1
  6.     setRS    D3DRS_SRCBLEND D3DBLEND_ONE
  7.     setRS    D3DRS_DESTBLEND D3DBLEND_ONE
  8.     setRS    D3DRS_ALPHATESTENABLE 0
  9.     setRS    D3DRS_CULLMODE D3DCULL_CCW
  10.     setRS    D3DRS_ZWRITEENABLE 1
  11.  
  12.     setVS    1 "pws_texturing.vso"
  13.     setPS    2 "pws_txaddp.pso" "pws_txmulp.pso"
  14.  
  15.     animmap 0 6
  16.             1000 "textures/system/tanim0.bmp"
  17.             100 "textures/system/tanim1.bmp"
  18.             100 "textures/system/tanim2.bmp"
  19.             500 "textures/system/tanim3.bmp"
  20.             100 "textures/system/tanim2.bmp"
  21.             100 "textures/system/tanim1.bmp"
  22.  
  23.     texmod    0
  24.             {
  25.                 scroll -0.5 -0.5 0 0
  26.                 rotate 0 100
  27.                 scroll 0.5 0.5 0 0
  28.             }
  29. }