日本語のみで絞り込む

2009/3/3 -In C# XNA, they have a method that does exactly this: Debug.Assert( num > 0, "The number must be greater than zero!"); Is there some way to ...

2011/2/22 -The February 2011 release of the Xbox 360 XDK includes a new version of XNA Math, version 2.04. We are making it available here for Windows ...

2012/9/7 -In the previous post, we discussed the topic of XNA and Level Validation. Now, let's build on this information to discuss Component Based ...

... Xna.Framework.Content" /> </assembly> </linker>. And with that, we're done with the setup! Building the game. To run your game, you can either use Visual ...

2016/3/8 -Assert(positionIndices.Count == channel.Count, "The position and channel sizes were different!"); // Accumulate all the triangle face normals ...

2010/12/21 -XNA/C# – StringBuilder changes in XNA 4.0. 21 ... So yeah, this is another post detailing a change made in the latest version of XNA. ... Assert( ...

... assert that there are many problems which can occur. Textures are not shown, the models are shown wrong in the xna game... To avoid those bugs aroused by ...

2021/3/12 -The XNA Framework Redistributable provides the necessary runtime components to execute a game on Windows that was developed using Microsoft ...

2010/3/14 -The Primitives3D samples shows you how to draw cubes and spheres. All you need to is set an appropriate world matrix, and set RenderStates.

2011/3/30 -In theory, the whole process is pretty straightforward: you create some function that represents the sound wave you'd like to playback, read (or ...