diff options
Diffstat (limited to '3ner.shader')
| -rw-r--r-- | 3ner.shader | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader index 4818c08..b210532 100644 --- a/3ner.shader +++ b/3ner.shader @@ -377,6 +377,22 @@ Shader "yum_food/3ner" [HideInInspector] m_end_Marble("Marble", Float) = 0 //endex + //ifex _Impostors_Enabled==0 + [HideInInspector] m_start_Impostors("Impostors", Float) = 0 + [ThryToggle(_IMPOSTORS)] _Impostors_Enabled("Enable", Float) = 0 + _Impostors_Atlas("Atlas", 2D) = "white" {} + _Impostors_Normal_Atlas("Normal Atlas", 2D) = "bump" {} + _Impostors_Metallic_Gloss_Atlas("Metallic Gloss Atlas", 2D) = "white" {} + _Impostors_Depth_Atlas("Depth Atlas", 2D) = "white" {} + _Impostors_Grid_Resolution("Grid Resolution", Int) = 5 + _Impostors_Sphere_Radius("Sphere Radius", Float) = 1.0 + _Impostors_Cutoff("Alpha Cutoff", Range(0, 1)) = 0.5 + + [Toggle] _Impostors_Debug_Mode("Debug Mode", Float) = 0 + [Toggle] _Impostors_Debug_Depth("Debug Depth", Float) = 0 + [HideInInspector] m_end_Impostors("Impostors", Float) = 0 + //endex + [HideInInspector] m_end_Gimmicks("Gimmicks", Float) = 0 //ifex _Tessellation_Enabled==0 |
