Tagged Questions
3
votes
2answers
451 views
Blending textures together, texture fade over / fade in
What is the best way to render a texture overlapping effect?
Like in this example:
I want either the grass to fade in to the snow texture, or the other way around. No rough edges. Somehow make ...
5
votes
2answers
481 views
Where can I find a good tutorial to replicate Game Maker's surfaces and blend modes in XNA?
I know Game Maker's surfaces exist in XNA (It's more the othe way around, XNA's surfaces exist in Game Maker), same thing for blend modes, since (I think) they both use DirectX.
This is the question: ...