edit shader

This commit is contained in:
2022-11-09 13:30:45 +05:00
parent dc088ea164
commit 213707fac7
13 changed files with 3170 additions and 307 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public class SceneHandler : MonoBehaviour
async Task Start()
{
var skyboxExposure = skyboxMaterial.GetFloat("_Exposure");
var skyboxExposure = 1;
float currentExposure = 0;
skyboxMaterial.SetFloat("_Exposure", 0);