Files
Divergent/mods/Artifacts Inspection/gamedata/shaders/r1/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

10 lines
341 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:sampler ("s_base") :texture (t_base)
end