X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fexported%2FIron.tech;h=7fa4e39bfe5b1bf2a9768f2aefc535a3b74348a3;hb=33577fd6ef75f1c3af77720fde351459727ca68c;hp=d3852af90c277c319e7785000bf5e68358da2bdb;hpb=e03a752116ab28283bf89dddf1228804cc853a7b;p=libs%2Fgl.git diff --git a/demos/desertpillars/data/exported/Iron.tech b/demos/desertpillars/data/exported/Iron.tech index d3852af9..7fa4e39b 100644 --- a/demos/desertpillars/data/exported/Iron.tech +++ b/demos/desertpillars/data/exported/Iron.tech @@ -1,16 +1,13 @@ -pass "" +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"; }; -pass "shadow" +method "shadow" { shader "sphere_shadow.glsl.shader"; }; +method "shadow_thsm" +{ + shader "sphere_shadow_thsm.glsl.shader"; +};