X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fexported%2FIron.tech;h=9fbe305f20a5a2c1cd6648bb366374718313bb53;hb=a5f76ec38d682108e8c655a25b32b88e19bd8783;hp=57d0f12d868ff0cc9c2612e218fc17f6a1ce2808;hpb=8033bd7822b4f24d86be186c47ba7e6d69931eeb;p=libs%2Fgl.git diff --git a/demos/desertpillars/data/exported/Iron.tech b/demos/desertpillars/data/exported/Iron.tech index 57d0f12d..9fbe305f 100644 --- a/demos/desertpillars/data/exported/Iron.tech +++ b/demos/desertpillars/data/exported/Iron.tech @@ -1,16 +1,16 @@ -pass "" +method "" { material { 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" +method "shadow" { - shader "_occluder.glsl.shader"; + shader "sphere_shadow.glsl.shader"; };