summaryrefslogtreecommitdiff
path: root/materialsystem/stdshaders/ShatteredGlass_EnvMap.vsh
blob: ae8d297533d9f823f0838e25bbe1cee3baba2d71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
vs.1.1

# DYNAMIC: "DOWATERFOG"				"0..1"

#include "ShatteredGlass_inc.vsh"

$detail = 1;
$envmap = 1;
$envmapcameraspace = 0;
$envmapsphere = 0;
$vertexcolor = 0;

&ShatteredGlass( $detail, $envmap, $envmapcameraspace, $envmapsphere, 
				$vertexcolor );