home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _41DCF3BD5A83416BA22B1C2E13BDD137 < prev    next >
Encoding:
Text File  |  2004-07-19  |  383 b   |  24 lines

  1. regc4f( 5, %daycolor_r, %daycolor_g, %daycolor_b, %daycolor_a )
  2. pshader("
  3.  
  4. ps_1_1
  5.  
  6. #include <cardef.h>
  7. #define    DayColor    c5
  8.  
  9. #define    Diffuse        v0.a
  10. #define SpotDiffuse v0
  11.  
  12. tex t0      ;texture 
  13.  
  14.     mul        r0.rgb, t0, Diffuse
  15.  
  16.     mul     r0.rgb, r0, DayColor
  17.     +mov    r0.a, t0.a
  18.     ; spot lights
  19. #if VS_SPOTLIGHTS
  20.     mad     r0.rgb, t0, SpotDiffuse, r0
  21. #endif
  22. ")
  23.  
  24.