From: Mikko Rasa Date: Sun, 3 Oct 2021 00:13:02 +0000 (+0300) Subject: Re-export desertpillars data X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=2130839a4eff2fdaf3ddc1cd4d0ff1289cd2a881 Re-export desertpillars data --- diff --git a/demos/desertpillars/data/exported/Ground033.tech b/demos/desertpillars/data/exported/Ground033.tech index 39811300..51551ef3 100644 --- a/demos/desertpillars/data/exported/Ground033.tech +++ b/demos/desertpillars/data/exported/Ground033.tech @@ -1,4 +1,4 @@ -pass "" +method "" { material { diff --git a/demos/desertpillars/data/exported/Iron.tech b/demos/desertpillars/data/exported/Iron.tech index d3852af9..9fbe305f 100644 --- a/demos/desertpillars/data/exported/Iron.tech +++ b/demos/desertpillars/data/exported/Iron.tech @@ -1,4 +1,4 @@ -pass "" +method "" { material { @@ -10,7 +10,7 @@ pass "" }; shader "sphere.shader"; }; -pass "shadow" +method "shadow" { shader "sphere_shadow.glsl.shader"; }; diff --git a/demos/desertpillars/data/exported/Stone.tech b/demos/desertpillars/data/exported/Stone.tech index a3d163e5..ec273f40 100644 --- a/demos/desertpillars/data/exported/Stone.tech +++ b/demos/desertpillars/data/exported/Stone.tech @@ -1,4 +1,4 @@ -pass "" +method "" { material { @@ -12,7 +12,7 @@ pass "" }; receive_shadows true; }; -pass "shadow" +method "shadow" { shader "_occluder.glsl.shader"; }; diff --git a/demos/desertpillars/data/exported/Tiles028.tech b/demos/desertpillars/data/exported/Tiles028.tech index f68676be..1142e5a0 100644 --- a/demos/desertpillars/data/exported/Tiles028.tech +++ b/demos/desertpillars/data/exported/Tiles028.tech @@ -1,4 +1,4 @@ -pass "" +method "" { material { @@ -12,7 +12,7 @@ pass "" }; receive_shadows true; }; -pass "shadow" +method "shadow" { shader "_occluder.glsl.shader"; };