Skip to content

Commit

Permalink
Update ZN_WF.fx
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
Zenteon authored Mar 26, 2024
1 parent 4300bae commit 7583fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shaders/ZN_WF.fx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ float WireFrame(float2 xy)
for(int ii = 0; ii < 2; ii++)
{
//float g = gaussianK[ii + (i * 3)] / 1;
float2 p = 0.5 * float2(i - 0.5, ii - 0.5) / res;
float2 p = 0.66667 * float2(i - 0.5, ii - 0.5) / res;
norB += tex2D(NormalSam, xy + p).xyz;

}}
Expand Down

0 comments on commit 7583fe8

Please sign in to comment.