summaryrefslogtreecommitdiff
path: root/materialsystem/stdshaders/ShatteredGlass.vsh
diff options
context:
space:
mode:
Diffstat (limited to 'materialsystem/stdshaders/ShatteredGlass.vsh')
-rw-r--r--materialsystem/stdshaders/ShatteredGlass.vsh15
1 files changed, 15 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/ShatteredGlass.vsh b/materialsystem/stdshaders/ShatteredGlass.vsh
new file mode 100644
index 0000000..76671ed
--- /dev/null
+++ b/materialsystem/stdshaders/ShatteredGlass.vsh
@@ -0,0 +1,15 @@
+vs.1.1
+
+# DYNAMIC: "DOWATERFOG" "0..1"
+
+#include "ShatteredGlass_inc.vsh"
+
+$detail = 1;
+$envmap = 0;
+$envmapcameraspace = 0;
+$envmapsphere = 0;
+$vertexcolor = 0;
+
+&ShatteredGlass( $detail, $envmap, $envmapcameraspace, $envmapsphere,
+ $vertexcolor );
+