home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _EC44DD68506540D68266823149D1B745 < prev    next >
Encoding:
Text File  |  2003-12-09  |  363 b   |  27 lines

  1. regc(0, "TFACTOR")
  2.  
  3. pshader("
  4.  
  5. ps_1_1
  6.  
  7. def c1, 0, 1, 0, 0
  8.  
  9. tex t0 ;spot UV
  10. tex t1 ;spoz Z
  11. tex t2 ;Detail
  12. tex t3 ;road
  13.  
  14. dp3 r1.rgb, c1, t2
  15. +mul r1.a, t0.b, t1.b        ;light range
  16.  
  17. mul r0.rgb, r1.a, c0    ;color light
  18. +mov_x4_sat r0.a, t3.a ;blend mask extraction
  19.  
  20. lrp r1, r0.a, t3, r1 ;road blend detail
  21.  
  22. mul r0.rgb, r0, r1
  23. +mov r0.a, c0.a
  24.  
  25. ")
  26.  
  27.