X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=demos%2Fforestpond%2Fdata%2Fexported%2FDaffodil_grass.tech;fp=demos%2Fforestpond%2Fdata%2Fexported%2FDaffodil_grass.tech;h=2d5fd47de4465b82abbac95125859f8e1af1d662;hp=0000000000000000000000000000000000000000;hb=35fbb952c5a932cd1b77111da42d5608b51caa4c;hpb=d9c437291135255422c71918cd0cab8a735848af diff --git a/demos/forestpond/data/exported/Daffodil_grass.tech b/demos/forestpond/data/exported/Daffodil_grass.tech new file mode 100644 index 00000000..2d5fd47d --- /dev/null +++ b/demos/forestpond/data/exported/Daffodil_grass.tech @@ -0,0 +1,41 @@ +method "" +{ + material + { + type pbr; + base_color_map "grass_baseColor.png.tex"; + metalness 0.00000; + roughness 0.600000; + emission 0.00000 0.00000 0.00000; + sampler "linear_mip.samp"; + alpha_cutoff 0.500000; + }; + receive_shadows true; + instancing true; +}; +method "shadow" +{ + shader "occluder_masked_instanced.shader"; + texture "alpha_map" + { + texture "grass_baseColor.png.tex"; + sampler "linear_mip.samp"; + }; + uniforms + { + uniform "alpha_cutoff" 0.500000; + }; +}; +method "shadow_thsm" +{ + shader "occluder_thsm_masked_instanced.shader"; + texture "alpha_map" + { + texture "grass_baseColor.png.tex"; + sampler "linear_mip.samp"; + }; + uniforms + { + uniform "alpha_cutoff" 0.500000; + }; +};