Pixel shader to Project a texture to anarbitarylateral
原文:Pixel shader to project a texture to an arbitary quadrilateral
原文:Pixel shader to project a texture to an arbitary quadrilateral
Just need to figure out a way, using Pixel Shader, to project a texture to an arbitary user-defined quadrilateral. Will be accepting coordinates of the four sides of a quadrilateral: /// <...