Tagged Questions
9
votes
1answer
565 views
How to create a “retro” pixel shader for transformed 2D sprites that maintains pixel fidelity?
The image below shows two sprites rendered with point sampling on top of a background:
The left skull has no rotation/scaling applied to it, so every pixel matches perfectly with the background.
...