xna-4.0
c# overriding enum
I know that maybe this question has been asked before, but I can\'t seem to find a proper solution (having in mind that I am not a C# expert but a medium level user)...[详细]
2023-04-12 10:50 分类:问答texture address mode artifact on environment cube map in WP7
I am having some problems getting rid of an artifact in my WP7 XNA application. After figuring out how to create and load a TextureCube and render objects using the EnvironmentMapEffect, I noticed an[详细]
2023-04-12 06:24 分类:问答How do I do simple 3D in XNA on Windows Phone 7
I\'m a newbie to 3D on WP7. All I want to do is nice simple 3D A. Add/Draw a number of coloured primitives, cube and spheres etc. to a 3D world[详细]
2023-04-12 03:24 分类:问答How to get a series of images from the ui thread into the draw thread in Silverlight 5 using XNA
in Silverlight I\'m trying to get the frames of a webcam (live) stream textured on a series of 3d quads. I use a VideoSink in a webcam controller class in a webcam controller class. Then i draw the qu[详细]
2023-04-11 22:08 分类:问答locating files in XNA(4.0)
I am currently working on a game project in XNA 4.0 we currently read our levels in by referencing .txt files (considered xml but .txt works fine) we are able to reference the levels as referenced fil[详细]
2023-04-11 05:38 分类:问答C#/XNA pseudo-Random number creation
The c#/XNA process for creating random numbers is pretty quick and easy, however, it is quite possibly the worst distributing random number generator I have ever seen. Is there a better method that is[详细]
2023-04-10 08:15 分类:问答Scaling entire screen in XNA
Using XNA, I\'m trying to make an adventure game engine that lets you make games that look like they fell out of the early 90s, like Day of the Tentacle and Sam & Max Hit the Road. Thus, I want th[详细]
2023-04-10 02:45 分类:问答Why is my clockwise sorting of Vector3s inconsistent?
I\'ve attempted to write a Comparer class for Vector3s (or, rather, VertexPositionNormalTextures) which will sort a list of them into clockwise order in order to fix my backface culling issues.I\'ve t[详细]
2023-04-09 19:10 分类:问答How to efficiently utilize multiple vertex buffers?
Ok, so I\'ve had a lot of success in creating procedural planet terrain with vertex buffers.The only problem is, the planets I\'m looking at are too big for the XNA HiDef profile\'s buffer limit.Grant[详细]
2023-04-08 04:12 分类:问答Using 16-Bit textures
WP7 textures are supported in the Reach-Profile that WP7 devices falls into. But XNA converts all my ressources upon adding them to a project to RGBA8, that\'s insane,[详细]
2023-04-07 23:36 分类:问答