diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-16 19:35:38 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-16 19:35:38 -0700 |
| commit | a0c233000c210273ca93c0444413fd45b1e6c928 (patch) | |
| tree | 6928b8ded04f04dc670f049ccbdd673360c1b516 /3ner.shader | |
| parent | 11e9d97c5ac694773149d6059f90c670b9c00262 (diff) | |
Begin work on cloth (again)
Diffstat (limited to '3ner.shader')
| -rwxr-xr-x | 3ner.shader | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader index 8d9167f..569ddc5 100755 --- a/3ner.shader +++ b/3ner.shader @@ -1133,6 +1133,12 @@ Shader "yum_food/3ner" _BRDF_Specular_Min_Denom("Specular minimum denominator", Float) = 0.000001 _Specular_AA_Variance("Specular AA Variance", Float) = 0.15 _Specular_AA_Threshold("Specular AA Threshold", Float) = 0.25 + //ifex _Cloth_Enabled==0 + [HideInInspector] m_start_Cloth("Cloth", Float) = 0 + [ThryToggle(_CLOTH)] _Cloth_Enabled("Enable", Float) = 0 + _Cloth_Sheen("Sheen", Color) = (0.5, 0.5, 0.5, 1) + [HideInInspector] m_end_Cloth("Cloth", Float) = 0 + //endex [HideInInspector] m_end_BRDF("BRDF", Float) = 0 [HideInInspector] m_start_blending ("Blending--{button_help:{text:Tutorial,action:{type:URL,data:https://www.poiyomi.com/rendering/blending},hover:Documentation}}", Float) = 0 |
