X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=demos%2Fforestpond%2Fdata%2Fexported%2FTerrain.tech;fp=demos%2Fforestpond%2Fdata%2Fexported%2FTerrain.tech;h=168245050da801a1a23db59be459f9e9e6f7fa2c;hb=708e5d1bef6786563380a7ee207657d657a5d40a;hp=0000000000000000000000000000000000000000;hpb=627d68b024f0d2fed4a03f0d9d3bb4b78358d6f3;p=libs%2Fgl.git diff --git a/demos/forestpond/data/exported/Terrain.tech b/demos/forestpond/data/exported/Terrain.tech new file mode 100644 index 00000000..16824505 --- /dev/null +++ b/demos/forestpond/data/exported/Terrain.tech @@ -0,0 +1,38 @@ +method "" +{ + material + { + type splat; + base_color_storage SRGB8 2048 2048; + roughness_storage R8 2048 2048; + normal_storage RGB8 2048 2048; + sub + { + base_color_map "Moss001_2K_Color.jpg"; + tint 1.00000 1.00000 1.00000 1.00000; + metalness 0.00000; + roughness_map "Moss001_2K_Roughness.jpg_R.mdr"; + normal_map "Moss001_2K_NormalGL.jpg"; + emission 0.00000 0.00000 0.00000; + }; + sub + { + base_color_map "Ground015_2K_Color.jpg"; + tint 0.150000 0.150000 0.150000 1.00000; + metalness 0.00000; + roughness_map "Ground015_2K_Roughness.jpg_R.mdr"; + normal_map "Ground015_2K_NormalGL.jpg"; + emission 0.00000 0.00000 0.00000; + }; + sampler "linear_mip.samp"; + }; + receive_shadows true; +}; +method "shadow" +{ + shader "occluder.glsl.shader"; +}; +method "shadow_thsm" +{ + shader "occluder_thsm.glsl.shader"; +};