From c218e2a1957520fe6e6a200e51d44aeaec93a3d3 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 6 Feb 2023 16:01:11 -0800 Subject: Shader now supports custom cubemap Applied to both PBS and TaSTT shaders. --- Shaders/PBS.shader | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Shaders/PBS.shader') 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 -- cgit v1.2.3