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

  1. regc(0, "TFACTOR")
  2.  
  3. pshader("
  4.  
  5. ps_1_4
  6.  
  7. texld r0, t0_dw.xyw    ;spot UV
  8. texld r1, t1_dw.xyw    ;spoz Z
  9. texld r2, t2    ;RGB=terrain colormap
  10. texld r3, t3    ;details
  11. texld r4, t4    ;terrain layers
  12. texld r5, t5    ;detailsmasks
  13.  
  14.  
  15.  
  16.  
  17.  
  18.     dp3 r3.rgb, r3, r4                ;Mul details with masks                = DETAILS    
  19.     +mul r0.a, r0.b, r1.b
  20.     
  21.     mul r2.rgb, r2, c0
  22.     +mul r2.a, r0.a, r3.b
  23.     
  24.     mul r0.rgb, r2, r2.a
  25.     +mov r0.a, c0.a    
  26.  
  27.  
  28.     dp3        r3.rgb, r3, r5
  29.     +mul    r0.a, r0.b, r1.b    
  30.  
  31.     lrp        r2.rgb, r5.a, r4, r2
  32.     +mul    r3.a, r0.a, r3.b
  33.     
  34.     mul        r0, r2, r3.a
  35.     
  36.     mul        r0, r0, c0
  37.  
  38. ")
  39.  
  40.