@MitsubishiMagna Forget, I solved the problem
After this line → float2 shadowUV = lightPos.xy * 0.5f + 0.5f;
I should been write this → shadowUV.y = 1 - shadowUV.y;
Popular Topics
Advertisement
Recommended Tutorials
Advertisement
@MitsubishiMagna Forget, I solved the problem
After this line → float2 shadowUV = lightPos.xy * 0.5f + 0.5f;
I should been write this → shadowUV.y = 1 - shadowUV.y;
None