]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/exported/Iron.tech
Add a moving point light to the night phase of desertpillars
[libs/gl.git] / demos / desertpillars / data / exported / Iron.tech
index 57d0f12d868ff0cc9c2612e218fc17f6a1ce2808..7fa4e39bfe5b1bf2a9768f2aefc535a3b74348a3 100644 (file)
@@ -1,16 +1,13 @@
-pass ""
+method ""
 {
-       material
-       {
-               type pbr;
-               base_color 0.550000 0.570000 0.570000 1.00000;
-               metalness 1.00000;
-               roughness 0.0500000;
-               emission 0.00000 0.00000 0.00000;
-       };
-       receive_shadows true;
+       material "Iron.mat";
+       shader "sphere.shader";
 };
-pass "shadow"
+method "shadow"
 {
-       shader "_occluder.glsl.shader";
+       shader "sphere_shadow.glsl.shader";
+};
+method "shadow_thsm"
+{
+       shader "sphere_shadow_thsm.glsl.shader";
 };