소스 검색

not even using this method

Azaezel 6 년 전
부모
커밋
552d0e4f4b
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      Templates/Full/game/shaders/common/lighting/advanced/reflectionProbeArrayP.hlsl

+ 0 - 7
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;