home *** CD-ROM | disk | FTP | other *** search
- regc(0, "TFACTOR")
-
- pshader("
-
- ps_1_1
-
- tex t0 ;spot UV
- tex t1 ;spoz Z
- tex t2 ;Detail
- tex t3 ;road
-
- mul r0, t0, t1 ;light range
-
- mul r0.rgb, r0, c0 ;color light
- +mov_x4_sat r0.a, t3.a ;blend mask extraction
-
- lrp r1, r0.a, t3, t2 ;road blend detail
-
- mul r0.rgb, r0, r1
- +mov r0.a, c0.a
-
- ")
-
-