1
vote
0answers
31 views

How to gradually decrease opacity of model?

I have been searching for this matter for a long time and slowly I begin to think that this option is not available in XNA for Windows Phone. I am trying to get a 3D-Model to be drawn at 50% ...
-4
votes
0answers
43 views

The program '[756] TaskHost.exe' has exited with code 0 (0x0) [closed]

What is the cause of this error? I've commented part of my code, and after it application exits without any errors or warnings. I've commented part of Draw Method in one of my Menus Option in game. It ...
1
vote
2answers
94 views

Model too small in Orthographic view

This must be super-basic, but I don't know where the problem is, since I just started with 3D-Programming. Why is my model "ballTest" so small on the screen? private Model _model; private Matrix ...