Trees.nvp 569 B

123456789101112131415161718
  1. ;////////////////////////////////////////////////////////////////////////////////
  2. ;// //
  3. ;// (c) 2001-2003 Electronic Arts Inc. //
  4. ;// //
  5. ;////////////////////////////////////////////////////////////////////////////////
  6. ; Trees pixel shader. Not actually used at this time. jba.
  7. ; Created: John Ahlquist, June 2003
  8. ; Declare pixel shader version 1.1
  9. ps.1.1
  10. tex t0 ; get texture 0
  11. mov r0, v0
  12. mul r0, r0, t0
  13. mul_x2 r0.rgb, r0, c1 ; modulate 2 * c1
  14. mov r0.a, t0.a