]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/exported/Tiles028.tech
Adjust and re-export desertpillars data with new features
[libs/gl.git] / demos / desertpillars / data / exported / Tiles028.tech
index f68676be57cfc9d8089d49d5866fe0c8f8385849..4a656d052c81bf000ab4935e480ee290d88616da 100644 (file)
@@ -1,18 +1,23 @@
-pass ""
+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;
 };
-pass "shadow"
+method "shadow"
 {
-       shader "_occluder.glsl.shader";
+       shader "occluder.glsl.shader";
+};
+method "shadow_thsm"
+{
+       shader "occluder_thsm.glsl.shader";
 };