diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-05 19:42:36 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-05 19:42:36 -0700 |
| commit | 8b7ae8db808d76ddea503f94e142c7d37c1b43d3 (patch) | |
| tree | 9c60f09943b314d47bd5f8df732465831d5a566d /2ner.shader | |
| parent | 50b0b6c8b292e966a43fe56c6e0bf0a20c1d5b62 (diff) | |
more work on fog & c30
Diffstat (limited to '2ner.shader')
| -rw-r--r-- | 2ner.shader | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/2ner.shader b/2ner.shader index e92c65d..1c6e826 100644 --- a/2ner.shader +++ b/2ner.shader @@ -134,6 +134,7 @@ Shader "yum_food/2ner" [ThryToggle(_CUSTOM30_BASICPLATFORM_CHAMFER)]_Custom30_BasicPlatform_Chamfer("Chamfer", Float) = 0 _Custom30_BasicPlatform_Chamfer_Size("Size", Vector) = (0.36, 0.78, 0.9) [ThryToggle(_CUSTOM30_BASICPLATFORM_Y_ALIGNED)]_Custom30_BasicPlatform_Y_Aligned("Y aligned", Float) = 0 + [ThryToggle(_CUSTOM30_BASICPLATFORM_VERTICAL)]_Custom30_BasicPlatform_Vertical("Vertical", Float) = 0 [HideInInspector] m_end_Custom30_BasicPlatform("Basic platform", Float) = 0 //endex @@ -835,9 +836,8 @@ Shader "yum_food/2ner" [HideInInspector] m_start_Raymarched_Fog_Height_Density("Height density", Float) = 0 [ThryToggle(_RAYMARCHED_FOG_HEIGHT_DENSITY)] _Raymarched_Fog_Height_Density_Enabled("Enable", Float) = 0 - _Raymarched_Fog_Height_Density_Min("Height density min", Float) = 0 - _Raymarched_Fog_Height_Density_Max("Height density max", Float) = 100 - _Raymarched_Fog_Height_Density_Power("Height density power", Float) = 1 + _Raymarched_Fog_Height_Density_Start("Start elevation", Float) = 0 + _Raymarched_Fog_Height_Density_Half_Life("Half life", Float) = 1 [HideInInspector] m_end_Raymarched_Fog_Height_Density("Height density", Float) = 0 [HideInInspector] m_end_Raymarched_Fog("Raymarched fog", Float) = 0 //endex |
