xna
Loading textures from another class.XNA
I\'m having the following issue: I want to load my texture from my player class. So I\'ll do the foll开发者_JAVA百科owing in my player class:[详细]
2023-04-02 11:07 分类:问答How to save DynamicSoundEffectInstance or SoundEffectInstance to a File or an Array?
I have a Windows Phone Silverlight Application. I do this to slow down the voice and change the pitch from microphone stream:[详细]
2023-04-02 09:57 分类:问答Default value of PreferredBackBufferWidth and PreferredBackBufferHeight (XNA 4.0)?
If I don\'t set values into PreferredBackBufferWidth and PreferredBackBuffe开发者_如何学CrHeight, window game also display. So what are these default values ?Launching various sample apps from XNA 4.0[详细]
2023-04-02 09:06 分类:问答Could not launch xxx.exe. Previous attempt to profile the application finished unsuccessfully. Please restart the application
I\'m having the exact same problem as outlined in this post: Could not launch xxx.exe. Previous attempt to profile the application finished unsuccessfully. Please restart the application[详细]
2023-04-02 08:16 分类:问答Convert Vertices and Indexes to Model
Is there any way to turn a set of vertices with indexes into a Model, as in one that is actually stored inside of a Model object?[详细]
2023-04-02 08:04 分类:问答Separating two colliding circles
I\'m trying to separate two circles that are colliding.Thanks to the help of others, I\'m right there![详细]
2023-04-02 04:54 分类:问答Missile System Math Problem (very few code)
I want a Missile to follow a player with following rules: - when the player is at the right side relative to the missile, change the rotation to the right at a fixed rate[详细]
2023-04-01 23:19 分类:问答Collision detection in XNA 3.1
I\'m currently making a 3D car game using XNA 3.1. It is a taxi game. So my main vehicle encounters traffic vehicles during the game. I\'m having problems with coding the collision detection among tra[详细]
2023-04-01 21:17 分类:问答Moving an image when clicked on by the mouse in a C# XNA game
I need to have an image move only when it is clicked on by the mouse. I have this for the movement: if (Mouse.GetState().LeftButton == ButtonState.Pressed &&[详细]
2023-04-01 21:09 分类:问答How to separate two colliding circles?
I\'m looking to separate two colliding circles, to push them back equally by the minimum amount so that they\'re perfectly separated.[详细]
2023-04-01 21:00 分类:问答