home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / twtt2.ps < prev    next >
Text File  |  2004-06-07  |  229b  |  20 lines

  1. ps_1_1
  2.  
  3. def c2, 0.3, 0.4, 0.3, 1
  4. def c3, 0.2, 0.2, 0.2, 0
  5.  
  6. tex t0 ; diffuse
  7. tex t1 ; lookup, unused here
  8. tex t2 ; noise
  9.  
  10. dp3 r0.rgb, t0, c2
  11. +mov r0.a, c2.a
  12. mad r0, r0, t2, c3
  13. mul r0, r0, r0
  14. mul r0, r0, v0
  15.  
  16.  
  17.  
  18.  
  19.  
  20.