X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fdesertpillars%2Fdata%2Fexported%2FTiles028.tech;h=4a656d052c81bf000ab4935e480ee290d88616da;hb=f3bdaf61bbb01f66bde924a917d29d63c87f9851;hp=1142e5a01037b1edff97cc65f8ac8e30994d0b62;hpb=2130839a4eff2fdaf3ddc1cd4d0ff1289cd2a881;p=libs%2Fgl.git diff --git a/demos/desertpillars/data/exported/Tiles028.tech b/demos/desertpillars/data/exported/Tiles028.tech index 1142e5a0..4a656d05 100644 --- a/demos/desertpillars/data/exported/Tiles028.tech +++ b/demos/desertpillars/data/exported/Tiles028.tech @@ -3,16 +3,21 @@ method "" material { type pbr; - base_color_map "Tiles028_2K_Color.jpg.tex2d"; + base_color_map "Tiles028_2K_Color.jpg.tex"; metalness 0.00000; - roughness_map "Tiles028_2K_Roughness.jpg.tex2d"; - normal_map "Tiles028_2K_Normal.jpg.tex2d"; + roughness_map "Tiles028_2K_Roughness.jpg.tex"; + normal_map "Tiles028_2K_Normal.jpg.tex"; emission 0.00000 0.00000 0.00000; sampler "linear_mip.samp"; }; receive_shadows true; + image_based_lighting true; }; method "shadow" { - shader "_occluder.glsl.shader"; + shader "occluder.glsl.shader"; +}; +method "shadow_thsm" +{ + shader "occluder_thsm.glsl.shader"; };