Tagged Questions
1
vote
1answer
50 views
MonoGame WP custom vertex decleration
How do I go about implementing and using a custom vertex deceleration in monogame for windows phone 8. I want to be able to store a position, a colour and a normal?
0
votes
1answer
24 views
Issues with touch buttons in XNA (Release state to be precise)
I am trying to make touch buttons in WP8 with all the states (Pressed, Released, Moved), but the TouchLocationState.Released is not working.
Here's my code:
Class variables:
bool touching = false;
...
1
vote
1answer
60 views
Strange rendering in XNA/Monogame
I am trying to render G-Code generated for a 3d-printer as the printed product by reading the file as line segments and the drawing cylinders with the diameter of the filament around the segment. I ...
5
votes
1answer
98 views
How can I render an .stl file in XNA or Monogame?
How should I go about rendering a .stl file as a 3d model in XNA? The .stl file contains a bunch of triangles that add up to a solid mesh. I have already figured out how to read the contained data. ...
1
vote
0answers
45 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% ...
-1
votes
1answer
121 views
Developing games for Windows Phone 8 [closed]
I usually develop apps for Windows 8, not related to games. Now I have a good idea and I want to code it; where should I start? I read on the net that there was support to XNA for Windws Phone 7, then ...
1
vote
1answer
82 views
Input skeleton not found
I have a 3D-Model, made in Maya and I am trying to parse that through the latest XNA with the SkinnedModelProcessor (However, this issue remains without that processor).
In Maya, the skin is already ...
0
votes
1answer
102 views
XNA BlendState - how to use it? [closed]
I would like to learn, how create various effects by using BlendState object passed to spriteBatch.Begin method. It has many arguments. I'd like to learn on examples.
I have such link(s):
1
2
3
But ...
1
vote
2answers
103 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 ...
7
votes
2answers
196 views
How do I make Windows store recognize multiple resolutions?
I'm currently developing a XNA Game for Windows phone 8, it works with every emulator resolution (WXGA, WVGA, 720p). However, when I upload the XAP to the Windows phone store it tells me that only ...

