can anyone provide me more information about XNA Development? 开发者_如何转开发for what usages it is good for?It is used to program games for the Xbox, PC and soon to be windows phone 7
I\'ve had a quick google, but can\'t find anything obvious that answers the question. What are the best games de开发者_如何学JAVAveloped using XNA for PC? Any flagship games, original games.. etc?
Everytime I load my model into XNA, I can usually see it far off in the distance. When I change some parameters and make it zoom up close, 10/10 times it\'s rotated funny and I\'m set with the task of
I\'ve got an XNA project that will be drawing several objects on the screen. I would like the user to be able to interact with those items. So I\'m trying to build a method that checks to see which ob
I\'m playing with XNA. When I click the left mouse button, I record the X,Y co-ordinates. Keeping the mouse button held down, moving the mouse draws a line from this origin to the current mouse positi
I\'m currently making a game in XNA4 for Windows phone 7, and I\'d like to know if it were possible to get the event of the return button, or开发者_JS百科 even the windows button that are basically pr
I\'ve looked around a lot and the only methods I\'ve found for creating a Texture2D from a Bitmap are:
I have a WinForms application that uses XNA to animate 3D models in a control. The app have been doing just fine for months but recently I\'ve started to experience periodic pauses in the animation. S
I\'m writing an XNA application with C#, and I want to be able to control the application with a graphics tablet. All I need to be able to do is track the position and pressure of the pen on the table
I am writing a map editing program for a 2D game using XNA.To create a Texture2D for all of the tiles that a map requires takes too long.