-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Cubemap and ShadowCasting files
- Loading branch information
1 parent
dce48a7
commit 4a95f33
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Lit/Cubemap" | ||
Shader "Zigurous/Surface/Cubemap" | ||
{ | ||
Properties | ||
{ | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Shaders/Lit/ShadowCasting.shader → Shaders/Surface/ShadowCasting.shader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Shader "Zigurous/Lit/Shadow Casting" | ||
Shader "Zigurous/Surface/Shadow Casting" | ||
{ | ||
SubShader | ||
{ | ||
|
File renamed without changes.