]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/sphere_phong.tech
Use PBR with IBL for the sphere in desert pillars
[libs/gl.git] / demos / desertpillars / data / sphere_phong.tech
diff --git a/demos/desertpillars/data/sphere_phong.tech b/demos/desertpillars/data/sphere_phong.tech
deleted file mode 100644 (file)
index 638d243..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-pass ""
-{
-       material
-       {
-               type basic;
-               diffuse 0.0 0.0 0.0;
-               specular 0.77 0.78 0.78;
-               reflectivity 0.77;
-       };
-       shader "sphere.shader";
-};
-pass "shadow"
-{
-       //shader "_occluder.glsl.shader";
-       shader "sphere.shader";
-};