Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
brakhane committed Jan 22, 2025
1 parent d056920 commit f53d6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WickedEngine/shaders/skyPS_static.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ float4 main(float4 pos : SV_POSITION, float2 clipspace : TEXCOORD) : SV_TARGET

const float3 V = normalize(unprojected.xyz - GetCamera().position);


float4 color = float4(GetStaticSkyColor(V), 1);

float4 pos2DPrev = mul(GetCamera().previous_view_projection, float4(unprojected.xyz, 1));
Expand Down

0 comments on commit f53d6d8

Please sign in to comment.