add weather and time
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include_with_pragmas "FogIncludeHLSL.hlsl"
|
||||
|
||||
float3 ApplyFog(float3 sceneColor, float2 uv, float3 wPos, float linearDepth)
|
||||
{
|
||||
return ApplyFogAndVolumetricLights(sceneColor,uv,wPos,linearDepth);
|
||||
}
|
||||
Reference in New Issue
Block a user