From 9c933425d5bb5a3b3c8234411dd7f6c615b7a806 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Fri, 29 Mar 2019 01:15:24 -0500 Subject: [PATCH] not even using this method --- .../common/lighting/advanced/reflectionProbeArrayP.hlsl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Templates/Full/game/shaders/common/lighting/advanced/reflectionProbeArrayP.hlsl b/Templates/Full/game/shaders/common/lighting/advanced/reflectionProbeArrayP.hlsl index b7dc5eebf..c6ecc1639 100644 --- a/Templates/Full/game/shaders/common/lighting/advanced/reflectionProbeArrayP.hlsl +++ b/Templates/Full/game/shaders/common/lighting/advanced/reflectionProbeArrayP.hlsl @@ -53,13 +53,6 @@ struct ProbeData float2 pad; }; -float defineSkylightInfluence(Surface surface, ProbeData probe, float3 wsEyeRay) -{ - //Ultimately this should be done to prioritize lastmost, and only contribute if nothing else has doneso yet - float contribution = 1.0; - return contribution; -} - float defineSphereSpaceInfluence(Surface surface, ProbeData probe) { float3 L = probe.wsPosition.xyz - surface.P;