css_enhanced_waf/materialsystem/stdshaders/LightmappedTranslucentTexture.vsh

17 lines
322 B
V Shell
Raw Normal View History

2020-04-22 17:56:21 +01:00
vs.1.1
# DYNAMIC: "DOWATERFOG" "0..1"
; FIXME - this is the same as LightmappedGeneric.vsh!!!
#include "LightmappedGeneric_inc.vsh"
$detail = 0;
$envmap = 0;
$envmapcameraspace = 0;
$envmapsphere = 0;
$vertexcolor = 0;
&LightmappedGeneric( $detail, $envmap, $envmapcameraspace, $envmapsphere,
$vertexcolor );