]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/shadescript/template.shader
Commit simple .vbs for automatic generation of shader from a textureset
[xonotic/xonotic.git] / misc / tools / shadescript / template.shader
diff --git a/misc/tools/shadescript/template.shader b/misc/tools/shadescript/template.shader
new file mode 100644 (file)
index 0000000..b9d4787
--- /dev/null
@@ -0,0 +1,15 @@
+%shader_name%
+{
+       qer_editorimage %qei_name%
+       dpoffsetmapping - 2
+       dpglossintensitymod  3
+       dpglossexponentmod  4
+%shader_head%
+
+       {
+               map %diffuse_map%
+               %diffuse_map_extra%             
+       }
+
+%shader_tail%
+}
\ No newline at end of file