Skip to content

Commit

Permalink
Traktor: Incorrect sampler state fixed when sampling reflection map.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Mar 1, 2024
1 parent 33c3e17 commit b7961af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/Source/System/World/Light/Shaders/Deferred/Lights.xdi
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,9 @@
<first>5672</first>
<second>1685</second>
</position>
<minFilter>FtPoint</minFilter>
<mipFilter>FtPoint</mipFilter>
<magFilter>FtPoint</magFilter>
<minFilter>FtLinear</minFilter>
<mipFilter>FtLinear</mipFilter>
<magFilter>FtLinear</magFilter>
<addressU>AdWrap</addressU>
<addressV>AdWrap</addressV>
<addressW>AdWrap</addressW>
Expand Down Expand Up @@ -2488,7 +2488,6 @@ const vec3 r = CalculateReflection(
);
$Output = vec4(r, 0.0f);
]]>
</script>
</item>
Expand Down

0 comments on commit b7961af

Please sign in to comment.