xna-4.0
Point to Multiple Render Targets
Is there any point in using multiple render targets? Couldn\'t one just draw to one render target and store that in a texture before clearing the target and us开发者_JAVA百科ing it again?The key thing[详细]
2023-03-09 02:33 分类:问答What is the "advised" way to load external data into an XNA4.0 Game?
I am currently working on a game destined to be submitted to the XBLIG. My question is quite simple, I was wondering which is the \"advised\" way to load data via an external XML file.[详细]
2023-03-08 13:29 分类:问答Pixel Shader performance on xbox
I\'ve got a pixelshader (below) that i\'m using with XNA. On my laptop (crappy graphics card) it runs a little jerky, but ok. I\'ve just tried running it on the xbox and it\'s horrible![详细]
2023-03-08 04:38 分类:问答Odd IndexOutOfRangeException, even when caught
Well, I have a public static const of: public static ChatLine[] chatLine = new ChatLine[numChatLines];[详细]
2023-03-07 19:14 分类:问答Serializing XNA 4.0
Type \'Microsoft.Xna.Framework.Graphics.RasterizerState\' in Assembly \'Microsoft.Xna.Framework.Graphics,[详细]
2023-03-07 00:12 分类:问答Why are my screenshots only black?
could someone tell me why my screenshots are only black? I am still learning and couldnt find a clue why they are only black.[详细]
2023-03-06 19:31 分类:问答Tiled 2d World Map Size Issue
Hey all, I am creating a 2D tile based XNA game. Basically the character can move any direction one tile at a time. I am using the Tiled map editor: http://www.mapeditor.org/ to create my map. I have[详细]
2023-03-04 11:58 分类:问答XNA 4.0 Drawing inside of Cylinder model
im making a simple XNA game and i have stuck trying to make the surrounding of my world. Atm i have a flat terrain on which im playing . I want to put around a big cylinder with a texture aroundit . S[详细]
2023-03-02 18:17 分类:问答c#, xna, wp7 touch screen not working
I am making a wp7 application and my touch screen doesnt seem to work. The code that i have wrote is below[详细]
2023-03-01 23:10 分类:问答XNA 4 Song.fromUri containing Spaces
开发者_高级运维Hey, When trying to load a Song (via Uri) (Song.fromUri()) from my HDD (file:///...), The Mediaplayer throws a Exception.[详细]
2023-03-01 09:24 分类:问答