home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / water1x.ps < prev    next >
Text File  |  2004-04-30  |  378b  |  18 lines

  1. ps_1_1
  2.  
  3. ; c0 foglalt
  4. ; c1 foglalt
  5.  
  6. def c2, 0.4, 0.4, 0.4, 0.4 ; scale
  7. def c3, 0.7, 0.7, 0.7, 0.7 ; offset
  8.  
  9. tex t0 ; bump map
  10. texbem t1, t0 ; env map
  11. tex t2 ; bump map meg1x
  12.  
  13. mad r0.rgb, t2, c2, c3 ; scale&bias bump
  14. mul r0.rgb, r0, v0 ; scale shading
  15. mul r0.rgb, r0, t1 ; mul envmap
  16. mad r0.rgb, t2, v1, r0 ; scale and add specular
  17. +mov r0.a, v0.a ; vertex alpha
  18.