]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/exported/Ground033.tech
Use image-based lighting in the entire desert pillars scene
[libs/gl.git] / demos / desertpillars / data / exported / Ground033.tech
index 51551ef37a924ffb8ade2c1f4c2cec3a1f2bb168..38e3f4ecd4fdd81dc1762d604a9fb92a62b07e22 100644 (file)
@@ -3,12 +3,13 @@ method ""
        material
        {
                type pbr;
-               base_color_map "Ground033_2K_Color.jpg.tex2d";
+               base_color_map "Ground033_2K_Color.jpg.tex";
                metalness 0.00000;
-               roughness_map "Ground033_2K_Roughness.jpg.tex2d";
-               normal_map "Ground033_2K_Normal.jpg.tex2d";
+               roughness_map "Ground033_2K_Roughness.jpg.tex";
+               normal_map "Ground033_2K_Normal.jpg.tex";
                emission 0.00000 0.00000 0.00000;
                sampler "linear_mip.samp";
        };
        receive_shadows true;
+       image_based_lighting true;
 };