Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxudong committed Jul 22, 2024
1 parent f5ccc24 commit 643fa46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/custom-material/src/advanced-shader/eye/Eye.gs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shader "/eyes/Eye.gs" {
Shader "DigitalHuman/Eye.gs" {
EditorProperties {
Header("Sclera") {
material_ScleraColor("Sclera Color", Color) = (1,1,1,1);
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-material/src/advanced-shader/hair/Hair.gs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shader "hair/hair.gs" {
Shader "DigitalHuman/Hair.gs" {
EditorProperties {
Header("Base"){
material_IOR("IOR", Range(0, 5, 0.01)) = 1.5;
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-material/src/advanced-shader/sss/SSS.gs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shader "sss/sss.gs" {
Shader "DigitalHuman/SSS.gs" {
EditorProperties {
Header("Base"){
material_IOR("IOR", Range(0, 5, 0.01)) = 1.5;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shader "/thin/Iridescene.gs" {
Shader "Advanced/Thin.gs" {
EditorProperties {
Header("Base"){
material_BaseColor("BaseColor", Color) = (1, 1, 1, 1);
Expand Down

0 comments on commit 643fa46

Please sign in to comment.