]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/exported/Iron.tech
Use PBR with IBL for the sphere in desert pillars
[libs/gl.git] / demos / desertpillars / data / exported / Iron.tech
index 57d0f12d868ff0cc9c2612e218fc17f6a1ce2808..d3852af90c277c319e7785000bf5e68358da2bdb 100644 (file)
@@ -5,12 +5,12 @@ pass ""
                type pbr;
                base_color 0.550000 0.570000 0.570000 1.00000;
                metalness 1.00000;
-               roughness 0.0500000;
+               roughness 0.200000;
                emission 0.00000 0.00000 0.00000;
        };
-       receive_shadows true;
+       shader "sphere.shader";
 };
 pass "shadow"
 {
-       shader "_occluder.glsl.shader";
+       shader "sphere_shadow.glsl.shader";
 };