Does XNA 4 support 3D affine transformations for 2D images?

Posted by Paul Baker Salt Shaker on Game Development See other posts from Game Development or by Paul Baker Salt Shaker
Published on 2012-09-12T23:58:14Z Indexed on 2012/09/13 3:52 UTC
Read the original article Hit count: 450

Filed under:
|
|

Looooong story short I'm essentially trying to code Mode 7 in XNA. Before I continue bashing my brains out in research and various failed matrix math equations; I just want to make sure that XNA supports this just out-of-the-box (so to speak).

I'd prefer not to have to import other libraries, because I want to learn how it works myself that way I understand the whole thing better. However that's all for naught if it won't work at all. So no opengl, directx, etc if possible (will eventually do it just to optimize everything, but not for now).

tl;dr: Can I has Mode 7 in XNA?

© Game Development or respective owner

Related posts about XNA

Related posts about 3d