diff options
| author | yum <yum.food.vr@gmail.com> | 2023-02-06 16:01:11 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-02-06 16:01:11 -0800 |
| commit | c218e2a1957520fe6e6a200e51d44aeaec93a3d3 (patch) | |
| tree | fa28f903f859602fb90a580c117c2c67f953c585 /Shaders/PBS.shader | |
| parent | 64239b6949ad185c62f4a86acaced9f811d54e9e (diff) | |
Shader now supports custom cubemap
Applied to both PBS and TaSTT shaders.
Diffstat (limited to 'Shaders/PBS.shader')
| -rw-r--r-- | Shaders/PBS.shader | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Shaders/PBS.shader b/Shaders/PBS.shader index ddcfd1f..e0b39da 100644 --- a/Shaders/PBS.shader +++ b/Shaders/PBS.shader @@ -12,6 +12,9 @@ BG_Emission_Mask("Background emission mask", 2D) = "black" {}
BG_Emission_Color("Background emission color", Color) = (0, 0, 0)
+ [MaterialToggle] Enable_Custom_Cubemap("Enable custom cubemap", float) = 0
+ Custom_Cubemap("Custom cubemap", Cube) = "" {}
+
// %TEMPLATE__UNITY_ROW_COL_PARAMS%
}
SubShader
|
