Tagged Questions
0
votes
1answer
512 views
C#/HLSL & XNA - Blending 2 colors together via percentage in HLSL
I'm creating a fog feature in my Effect file.. in the pixel shader, I calculate the distance from the camera position and the input's position, as so:
float x = distance(_in.pos3d, ...