From 94917f5b3d99d1a2d9dfc8abcaa494e2836e2d16 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Wed, 19 Oct 2022 02:51:30 -0400 Subject: [PATCH] og luminence --- add/shaders/room.hlsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add/shaders/room.hlsl b/add/shaders/room.hlsl index fe4fab4..a9961ea 100644 --- a/add/shaders/room.hlsl +++ b/add/shaders/room.hlsl @@ -122,5 +122,5 @@ float4 ps(psIn input) : SV_TARGET { // float value = (col.r + col.r + col.g + col.g + col.g + col.b) / 6; // return float4(value, value, value, 1); - return col * 0.333; + return col; } \ No newline at end of file