]> git.tdb.fi Git - libs/gl.git/commitdiff
Re-export desertpillars data
authorMikko Rasa <tdb@tdb.fi>
Sun, 3 Oct 2021 00:13:02 +0000 (03:13 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 3 Oct 2021 00:13:02 +0000 (03:13 +0300)
demos/desertpillars/data/exported/Ground033.tech
demos/desertpillars/data/exported/Iron.tech
demos/desertpillars/data/exported/Stone.tech
demos/desertpillars/data/exported/Tiles028.tech

index 39811300ba296374ceb3a7c8eea88d63fdd20c9b..51551ef37a924ffb8ade2c1f4c2cec3a1f2bb168 100644 (file)
@@ -1,4 +1,4 @@
-pass ""
+method ""
 {
        material
        {
index d3852af90c277c319e7785000bf5e68358da2bdb..9fbe305f20a5a2c1cd6648bb366374718313bb53 100644 (file)
@@ -1,4 +1,4 @@
-pass ""
+method ""
 {
        material
        {
@@ -10,7 +10,7 @@ pass ""
        };
        shader "sphere.shader";
 };
-pass "shadow"
+method "shadow"
 {
        shader "sphere_shadow.glsl.shader";
 };
index a3d163e595fc6da8ff228476dfa72d7cafdc569e..ec273f402971f971bd9c9e12dec474d264d56a78 100644 (file)
@@ -1,4 +1,4 @@
-pass ""
+method ""
 {
        material
        {
@@ -12,7 +12,7 @@ pass ""
        };
        receive_shadows true;
 };
-pass "shadow"
+method "shadow"
 {
        shader "_occluder.glsl.shader";
 };
index f68676be57cfc9d8089d49d5866fe0c8f8385849..1142e5a01037b1edff97cc65f8ac8e30994d0b62 100644 (file)
@@ -1,4 +1,4 @@
-pass ""
+method ""
 {
        material
        {
@@ -12,7 +12,7 @@ pass ""
        };
        receive_shadows true;
 };
-pass "shadow"
+method "shadow"
 {
        shader "_occluder.glsl.shader";
 };