]> git.tdb.fi Git - libs/gl.git/blob - demos/desertpillars/data/exported/Tiles028.tech
Adjust and re-export desertpillars data with new features
[libs/gl.git] / demos / desertpillars / data / exported / Tiles028.tech
1 method ""
2 {
3         material
4         {
5                 type pbr;
6                 base_color_map "Tiles028_2K_Color.jpg.tex";
7                 metalness 0.00000;
8                 roughness_map "Tiles028_2K_Roughness.jpg.tex";
9                 normal_map "Tiles028_2K_Normal.jpg.tex";
10                 emission 0.00000 0.00000 0.00000;
11                 sampler "linear_mip.samp";
12         };
13         receive_shadows true;
14         image_based_lighting true;
15 };
16 method "shadow"
17 {
18         shader "occluder.glsl.shader";
19 };
20 method "shadow_thsm"
21 {
22         shader "occluder_thsm.glsl.shader";
23 };