I’m trying to use imputed X,Y screen coordinates as an alpha, for use in a postprocess material.
I’ve tried subtracting the coordinates from the scene UV, using sphere masks, box masks, UV to Screen functions, moving textures around the screen, and the plain X,Y coordinates themselves.
Here’s the current solution:
I’m considering learning HLSL and using a custom node for the mask; does anyone have any alternate suggestions?