diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-24 17:06:06 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-24 17:06:06 -0800 |
| commit | 6017d2d8bad7dde020121259cba5cb614c11f761 (patch) | |
| tree | cbe54fd89d69537ac6da9399e985a8f77f98e850 /2ner.shader | |
| parent | 6b6920cfde43d84c59d757b7b96ccabe46d6d75a (diff) | |
Add focal length multiplier
Diffstat (limited to '2ner.shader')
| -rw-r--r-- | 2ner.shader | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2ner.shader b/2ner.shader index f6e4626..4476282 100644 --- a/2ner.shader +++ b/2ner.shader @@ -395,6 +395,14 @@ Shader "yum_food/2ner" [HideInInspector] m_end_Outline_Stencil("Outline Stencil", Float) = 0 //endex + //ifex _Focal_Length_Control_Enabled==0 + [HideInInspector] m_start_Focal_Length_Control("Focal Length Control", Float) = 0 + [ThryToggle(_FOCAL_LENGTH_CONTROL)] _Focal_Length_Control_Enabled("Enable", Float) = 0 + [MaterialToggle] _Focal_Length_Enabled_Dynamic("Enable (dynamic)", Float) = 0 + _Focal_Length_Multiplier("Focal length multiplier", Float) = 1.0 + [HideInInspector] m_end_Focal_Length_Control("Focal Length Control", Float) = 0 + //endex + [HideInInspector] m_lightingOptions("Lighting Options", Float) = 0 //ifex _Receive_Shadows_Enabled==0 [HideInInspector] m_start_Shadow_Receiving("Receive shadows", Float) = 0 |
