From 2130839a4eff2fdaf3ddc1cd4d0ff1289cd2a881 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 3 Oct 2021 03:13:02 +0300 Subject: [PATCH] Re-export desertpillars data --- demos/desertpillars/data/exported/Ground033.tech | 2 +- demos/desertpillars/data/exported/Iron.tech | 4 ++-- demos/desertpillars/data/exported/Stone.tech | 4 ++-- demos/desertpillars/data/exported/Tiles028.tech | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) 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"; }; -- 2.43.0