diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-13 18:21:34 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-13 18:21:34 -0700 |
| commit | 8ba49869f909036002b8f2cb9d07cf2ed6b15c6c (patch) | |
| tree | b796088fa69b53164cd883e3d540e722d227b8e9 /2ner.shader | |
| parent | a9dbbfa1488a9ec3bd772fc9847888502f49a65e (diff) | |
Add lightmap occlusion term to specular AO
Diffstat (limited to '2ner.shader')
| -rw-r--r-- | 2ner.shader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2ner.shader b/2ner.shader index e812c52..3dffe34 100644 --- a/2ner.shader +++ b/2ner.shader @@ -1948,6 +1948,7 @@ Shader "yum_food/2ner" [HideInInspector] m_FilamentStuff("Filament stuff", Float) = 0 [NonModifiableTextureData]_DFG("DFG", 2D) = "white" {} [ThryWideEnum(Water, 0.02, Skin, 0.028, Eyes, 0.025, Hair, 0.046, Teeth, 0.058, Fabric, 0.05, Stone, 0.045, Plastic, 0.045, Glass, 0.06, Gemstone, 0.07, Diamond, 0.18)]_reflectance("Reflectance", Float) = 0.028 + _ExposureOcclusion("Exposure Occlusion", Float) = 1 [Helpbox]_reflectance_help("Values are documented in the filament whitepaper here https://google.github.io/filament/Filament.html#toc4.8.3.2", Float) = 1 //ifex _Material_Type_Cloth_Enabled==0 [HideInInspector] m_start_Material_Type_Cloth("Cloth", Float) = 0 |
