X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fexported%2FStone.tech;h=ec9a0b6ff857ba0b2861e5a78c8281eda493d9a3;hb=f3bdaf61bbb01f66bde924a917d29d63c87f9851;hp=a3d163e595fc6da8ff228476dfa72d7cafdc569e;hpb=8033bd7822b4f24d86be186c47ba7e6d69931eeb;p=libs%2Fgl.git diff --git a/demos/desertpillars/data/exported/Stone.tech b/demos/desertpillars/data/exported/Stone.tech index a3d163e5..ec9a0b6f 100644 --- a/demos/desertpillars/data/exported/Stone.tech +++ b/demos/desertpillars/data/exported/Stone.tech @@ -1,18 +1,23 @@ -pass "" +method "" { material { type pbr; - base_color_map "Stone_albedo.jpg.tex2d"; + base_color_map "Stone_albedo.jpg.tex"; metalness 0.00000; - roughness_map "Stone_roughness.jpg.tex2d"; - normal_map "Stone_normal.jpg.tex2d"; + roughness_map "Stone_roughness.jpg.tex"; + normal_map "Stone_normal.jpg.tex"; emission 0.00000 0.00000 0.00000; sampler "linear_mip.samp"; }; receive_shadows true; + image_based_lighting true; }; -pass "shadow" +method "shadow" { - shader "_occluder.glsl.shader"; + shader "occluder.glsl.shader"; +}; +method "shadow_thsm" +{ + shader "occluder_thsm.glsl.shader"; };