diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-18 09:02:07 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-18 09:02:07 -0800 |
| commit | a3c74c361ccba6f0ecee686d7e336cf905246c38 (patch) | |
| tree | c5ff736ddad6be070302a8c83de533103bb5f4ae /3ner.shader | |
| parent | 50e451441f628aa3a28241af118700ae12147583 (diff) | |
Impostors: combine metallic gloss & depth atlases
Diffstat (limited to '3ner.shader')
| -rwxr-xr-x | 3ner.shader | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/3ner.shader b/3ner.shader index d7663ef..dce0e18 100755 --- a/3ner.shader +++ b/3ner.shader @@ -382,8 +382,7 @@ Shader "yum_food/3ner" [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_Metallic_Gloss_Depth_Atlas("Metallic Gloss Depth Atlas", 2D) = "white" {} _Impostors_Grid_Resolution("Grid Resolution", Int) = 5 _Impostors_Sphere_Radius("Sphere Radius", Float) = 1.0 _Impostors_Near_Clip("Near clip distance", Float) = 0.01 |
