]> git.tdb.fi Git - libs/game.git/blob - examples/bassteroids/data/exported/Rock.tech
Begin creating an example game
[libs/game.git] / examples / bassteroids / data / exported / Rock.tech
1 method ""
2 {
3         material
4         {
5                 type pbr;
6                 base_color_map "Asteroid baseColor.jpeg.tex";
7                 tint 1.00000 1.00000 1.00000 1.00000;
8                 metalness 0.00000;
9                 roughness_map "Asteroid metallicRoughness.png_G.tex";
10                 normal_map "Asteroid normal.png.tex";
11                 emission 0.00000 0.00000 0.00000;
12                 sampler "linear_mip.samp";
13         };
14 };
15 method "shadow"
16 {
17         shader "occluder.glsl.shader";
18 };
19 method "shadow_thsm"
20 {
21         shader "occluder_thsm.glsl.shader";
22 };