]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/sphere_shadow.glsl
Use PBR with IBL for the sphere in desert pillars
[libs/gl.git] / demos / desertpillars / data / sphere_shadow.glsl
diff --git a/demos/desertpillars/data/sphere_shadow.glsl b/demos/desertpillars/data/sphere_shadow.glsl
new file mode 100644 (file)
index 0000000..1064389
--- /dev/null
@@ -0,0 +1,8 @@
+import common;
+import sphere_morph;
+
+#pragma MSP stage(fragment)
+void main()
+{
+       frag_color = vec4(1.0);
+}