Skip to content

Commit

Permalink
lilblock Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiiyuki committed Jan 7, 2024
1 parent 30b9c42 commit 73884af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[lilToggle] _NoCamera ("sNoCamera", Int) = 0
[lilToggle] _OnlyMirror ("sOnlyMirror", Int) = 0
[lilToggle] _OnlyCamera ("sOnlyCamera", Int) = 0
[lilToggle] _UseMirrorTex("sMirrorTex", Int) = 0
_AsUnlit ("sAsUnlit", Range(0, 1)) = 0
_Cutoff ("sCutoff", Range(-0.001,1.001)) = 0.5
_SubpassCutoff ("sSubpassCutoff", Range(0,1)) = 0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[lilToggle] _NoCamera ("sNoCamera", Int) = 0
[lilToggle] _OnlyMirror ("sOnlyMirror", Int) = 0
[lilToggle] _OnlyCamera ("sOnlyCamera", Int) = 0
[lilToggle] _UseMirrorTex("sMirrorTex", Int) = 0
_AsUnlit ("sAsUnlit", Range(0, 1)) = 0
_Cutoff ("sCutoff", Range(-0.001,1.001)) = 0.5
_SubpassCutoff ("sSubpassCutoff", Range(0,1)) = 0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[lilToggle] _NoCamera ("sNoCamera", Int) = 0
[lilToggle] _OnlyMirror ("sOnlyMirror", Int) = 0
[lilToggle] _OnlyCamera ("sOnlyCamera", Int) = 0
[lilToggle] _UseMirrorTex("sMirrorTex", Int) = 0

//----------------------------------------------------------------------------------------------------------------------
// Main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[lilToggle] _NoCamera ("sNoCamera", Int) = 0
[lilToggle] _OnlyMirror ("sOnlyMirror", Int) = 0
[lilToggle] _OnlyCamera ("sOnlyCamera", Int) = 0
[lilToggle] _UseMirrorTex("sMirrorTex", Int) = 0
_AsUnlit ("sAsUnlit", Range(0, 1)) = 0
_Cutoff ("sCutoff", Range(-0.001,1.001)) = 0.5
_SubpassCutoff ("sSubpassCutoff", Range(0,1)) = 0.5
Expand Down
2 changes: 1 addition & 1 deletion Assets/lilToon/Editor/lilInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4614,7 +4614,7 @@ private void DrawBaseSettings(Material material, string sTransparentMode, string
LocalizedProperty(onlyMirror);
LocalizedProperty(onlyCamera);
LocalizedProperty(useMirrorTex);
LocalizedProperty(mainMirrorTex);
//LocalizedProperty(mainMirrorTex);


if (zwrite.floatValue != 1.0f && !isGem && lilEditorGUI.AutoFixHelpBox(GetLoc("sHelpZWrite")))
Expand Down

0 comments on commit 73884af

Please sign in to comment.