home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / mortyr2_demo.exe / {app} / shaders / pixel / bump.ps < prev   
Encoding:
Text File  |  2002-12-05  |  94 b   |  5 lines

  1. ps.1.1
  2. tex t0                    // Sample normal
  3.  
  4. mul r0, v0, t0  // v0*t0, then move to r0
  5.