summaryrefslogtreecommitdiff
path: root/materialsystem/stdshaders/LightmappedTranslucentTexture.vsh
blob: 1319fd037846fe048d07b207d60fe634e70948b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 );