X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fexported%2FIron.tech;h=7fa4e39bfe5b1bf2a9768f2aefc535a3b74348a3;hb=33577fd6ef75f1c3af77720fde351459727ca68c;hp=9fbe305f20a5a2c1cd6648bb366374718313bb53;hpb=2130839a4eff2fdaf3ddc1cd4d0ff1289cd2a881;p=libs%2Fgl.git diff --git a/demos/desertpillars/data/exported/Iron.tech b/demos/desertpillars/data/exported/Iron.tech index 9fbe305f..7fa4e39b 100644 --- a/demos/desertpillars/data/exported/Iron.tech +++ b/demos/desertpillars/data/exported/Iron.tech @@ -1,16 +1,13 @@ method "" { - material - { - type pbr; - base_color 0.550000 0.570000 0.570000 1.00000; - metalness 1.00000; - roughness 0.200000; - emission 0.00000 0.00000 0.00000; - }; + material "Iron.mat"; shader "sphere.shader"; }; method "shadow" { shader "sphere_shadow.glsl.shader"; }; +method "shadow_thsm" +{ + shader "sphere_shadow_thsm.glsl.shader"; +};