diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-02 23:10:32 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-02 23:10:32 -0700 |
| commit | e3a6302979fc0813f6a0cfe2463a30a79929607d (patch) | |
| tree | d612286e854590139fc9e8a0cb5f0aac417569fc /2ner.shader | |
| parent | ed7bb9bbfad50edb88d16005618f2487434d61c4 (diff) | |
Begin work on `custom30` world
Add vertex colors
Diffstat (limited to '2ner.shader')
| -rw-r--r-- | 2ner.shader | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/2ner.shader b/2ner.shader index bb45042..8e75585 100644 --- a/2ner.shader +++ b/2ner.shader @@ -104,6 +104,25 @@ Shader "yum_food/2ner" [HideInInspector] m_end_Outlines("Outlines", Float) = 0 //endex + //ifex _Custom30_Enabled==0 + [HideInInspector] m_start_Custom30("Custom 30", Float) = 0 + [ThryToggle(_CUSTOM30)]_Custom30_Enabled("Enable", Float) = 0 + + //ifex _Custom30_BasicCube_Enabled==0 + [HideInInspector] m_start_Custom30_BasicCube("Basic cube", Float) = 0 + [ThryToggle(_CUSTOM30_BASICCUBE)]_Custom30_BasicCube_Enabled("Enable", Float) = 0 + [HideInInspector] m_end_Custom30_BasicCube("Basic cube", Float) = 0 + //endex + + //ifex _Custom30_BasicWedge_Enabled==0 + [HideInInspector] m_start_Custom30_BasicWedge("Basic wedge", Float) = 0 + [ThryToggle(_CUSTOM30_BASICWEDGE)]_Custom30_BasicWedge_Enabled("Enable", Float) = 0 + [HideInInspector] m_end_Custom30_BasicWedge("Basic wedge", Float) = 0 + //endex + + [HideInInspector] m_end_Custom30("Custom 30", Float) = 0 + //endex + [HideInInspector] m_start_Matcaps("Matcaps", Float) = 0 //ifex _Matcap0_Enabled==0 [HideInInspector] m_start_Matcap0("Matcap 0", Float) = 0 |
