Skip to content

Commit

Permalink
ensured all standard shaders have stencil support
Browse files Browse the repository at this point in the history
  • Loading branch information
orels1 committed Jul 3, 2024
1 parent bbca0d3 commit 5a77290
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

%Includes()
{
"/Packages/sh.orels.shaders/Runtime/Shaders/ORL Standard AudioLink"
"@/Shaders/ORL Standard AudioLink",
"self"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
%Includes()
{
"@/Shaders/ORL Standard",
"@/Modules/AudioLinkEffects"
"@/Modules/AudioLinkEffects",
"self"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

%Includes()
{
"ORL Standard"
"@/Shaders/ORL Standard"
"self"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%Includes()
{
"@/Modules/AudioLink",
"/Packages/sh.orels.shaders/Runtime/Shaders/ORL Standard",
"@/Shaders/ORL Standard",
"self"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

%Includes()
{
"/Packages/sh.orels.shaders/Runtime/Shaders/ORL Standard",
"@/Shaders/ORL Standard",
"@/Modules/LTCGI",
"self"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%ShaderName("orels1/Standard Layered Material Triplanar Effects")
%TemplateFeatures("Stencil")
%CustomEditor("ORL.ShaderInspector.InspectorGUI")

%Includes()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%ShaderName("orels1/Standard Layered Material")
%TemplateFeatures("Stencil")
%CustomEditor("ORL.ShaderInspector.InspectorGUI")

%Includes()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

%Includes()
{
"/Packages/sh.orels.shaders/Runtime/Shaders/ORL Standard",
"@/Shaders/ORL Standard",
"self"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

%Includes()
{
"/Packages/sh.orels.shaders/Runtime/Shaders/ORL Standard",
"@/Shaders/ORL Standard",
"@/Modules/TriplanarEffects"
"self"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

%Includes()
{
"/Packages/sh.orels.shaders/Runtime/Shaders/ORL Standard",
"@/Shaders/ORL Standard",
"@/Modules/VertexAnimation",
"self"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

%Includes()
{
"/Packages/sh.orels.shaders/Runtime/Shaders/ORL Standard",
"@/Shaders/ORL Standard",
"@/Modules/VerticalFog",
"self"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

%Includes()
{
"../ORL Standard",
"@/Shaders/ORL Standard",
"self"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

%Includes()
{
"../ORL Standard",
"@/Shaders/ORL Standard",
"self"
}

Expand Down

0 comments on commit 5a77290

Please sign in to comment.