Files
Divergent/mods/Artifacts Inspection/gamedata/shaders/r3/models_xleerinspect.s
T
Rage fd1ec3a2ba Added New Mods
Added
- MRAA + Blindside Military Animation Pack
- Dynamic Zone Transitions
- Corpse Twitching
- Artifact Inspection
- Animated Lead Box
2025-01-17 23:53:41 -05:00

12 lines
397 B
ArmAsm

function normal (shader, t_base, t_second, t_detail)
shader:begin ("model_distort4ghost","base_lplanes")
: fog (true)
: zb (false,false)
: blend (true,blend.srcalpha,blend.invsrcalpha)
: aref (true,0)
: sorting (3,true)
shader: dx10texture ("s_base", t_base)
shader: dx10sampler ("smp_base")
shader: dx10sampler ("smp_rtlinear")
end