init
This commit is contained in:
commit
2fe6ca2f65
1473 changed files with 251771 additions and 0 deletions
14
gamedata/shaders/r2/models_pda.lua
Normal file
14
gamedata/shaders/r2/models_pda.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
function normal(shader, t_base, t_second, t_detail)
|
||||
shader:begin("deffer_model", "deffer_base")
|
||||
:fog(false)
|
||||
:emissive(true)
|
||||
shader:sampler("s_base"):texture("$user$ui_pda")
|
||||
end
|
||||
|
||||
function l_special(shader, t_base, t_second, t_detail)
|
||||
shader:begin("deffer_model", "accum_emissivel")
|
||||
:zb(true, false)
|
||||
:fog(false)
|
||||
:emissive(true)
|
||||
shader:sampler("s_base"):texture("$user$ui_pda")
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue