eyes_overbright2.psh

来自「hl2 source code. Do not use it illegal.」· PSH 代码 · 共 19 行

PSH
19
字号
ps.1.1

;------------------------------------------------------------------------------
; Draw the eyes
; t0 - texture
; t1 - iris
; t2 - glint
;------------------------------------------------------------------------------

tex t0
tex t1
tex t2

lrp	r0, t1.a, t1, t0	; Blend in the iris with the background
mul_x2 r0, v0, r0		; Modulate by the illumination with overbright
 
add r0.rgb, r0, t2 +	; Add in the glint
mov r0.a, t0.a				

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?