0
votes
2answers
18 views
How to load a video from file in XNA ? (PC Only)
I want to show a video texture in my application with the video file being supplied by the user.
Texture2d has a FromFile method, but Video doesn't.
Any ideas? (I only need PC support)
Thanks.
0
votes
1answer
17 views
Using 3D Studio Max DirectX shader in XNA problem
UPDATE 2: It now appears this is more of a modelling issue than a programming one. Whoops.
I'm new to XNA development, and despite my C# experience, I've been stuck at one spot for going on two days …
1
vote
3answers
73 views
Multithreading in XNA game
Where can I use multithreading in a simple 2D XNA game? Any suggestions would be appreciated
5
votes
2answers
57 views
Optimize color manipulation on XNA
I am profiling my simple 2D XNA game. I found that 4% of entire running time is taken by simple operarion of adding together two Colors , one of them multiplied first by float.
I need to call this …
2
votes
1answer
38 views
C# Marshal class available on Xbox?
does anyone know if the Marshal class is available on the xbox360, specifically the AllocHGlobal method.
Unfortunately I don't have access to an xbox right now, otherwise I would test it myself!
…
0
votes
1answer
21 views
How to resize a Farseer body, along with it’s joints and connected bodies ?
I'm using FarSeer and XNA.
Is there an easy way to resize or scale a FarSeer body ?
Thanks.
0
votes
1answer
26 views
How to drag a Farseer body with the mouse, without springiness ?
Hello everyone.
I am using Farseer and XNA.
I'm trying to drag an body with the mouse, but I don't want a spring behavior,
like in the demos.I want the object to follow the mouse very closely and …
0
votes
3answers
42 views
Translating screen coordinates to sprite coordinates in XNA
I have a sprite object in XNA.
It has a size, position and rotation.
How to translate a point from the screen coordinates to the sprite coordinates ?
Thanks,
SW
4
votes
2answers
80 views
What are the performance implications of passing structs in an array by reference in C#
I'm working on a piece of code in C# / XNA where I'm highly concerned with performance. Part of this is passing several structs that are stored in arrays to various functions.
Before this is asked, …
1
vote
3answers
66 views
Which way to go with graphic-intense multi-touch app, XNA or WPF ?
I am about to start development of a multi-touch application.
I need to decide between WPF and XNA.
Which would run faster ?
WPF already has libraries to support multi-touch via TUIO input.
Does …
0
votes
1answer
47 views
XNA: Dynamic content loading without Game Studio installed?
Hi. I'd like to enable my game to load content (such as a model, a jpg file, etc.) during run-time and display them.
I looked at the sample on XNA website …
0
votes
2answers
34 views
Using DrawableComponent correctly
I wanted to extend this class for a GUI layer on top of my game. I can't find much information on actually using the IComponent, IDrawable series of interfaces. It seems that most of the examples I've …
0
votes
2answers
36 views
Drawing a custom created bitmap to screen
I have just started learning XNA. This is my first program that I am writing as a side "fun" project.
I am having trouble drawing a bitmap that gets created to the screen.
I know the bitmap is …
1
vote
6answers
115 views
c# xna questions
I want to start on a 2D game using C#, so I'm checking out my options.
XNA sounds good, but a few points are not very clear to me.
If I use XNA, can I just build my game and distribute my game as a …
2
votes
1answer
60 views
Is there a good Semaphore for XNA on the XBox 360?
I'm looking for a fast and efficient implementation of a Semaphore for the .NET Compact Framework. There has been another Question here on SO (Semaphores in .NET compact framework) in which it was …
