Using CreateOrthographicOffCenter in XNA

Posted by Jeffrey Kern on Stack Overflow See other posts from Stack Overflow or by Jeffrey Kern
Published on 2010-06-10T22:23:52Z Indexed on 2010/06/11 4:32 UTC
Read the original article Hit count: 217

Filed under:
|
|
|
|

I'm trying to figure out how to draw graphics in XNA, and someone else suggested this. But before I attempt to use this...

If I create and use this camera, and set LEFT,TOP to 0 and WIDTH=256 and HEIGHT=240, anything I render to the screen will use these coordinates? So a box with a width and height of 1, if set to 0,0 will take up space from 0,0 to 1,1?

© Stack Overflow or respective owner

Related posts about 3d

Related posts about XNA