Tagged Questions
1
vote
1answer
245 views
XNA / MonoGame: depth sorting alpha blended UserPrimitives
Googling around a lot for this, read this very useful article, but still wondering about a solution for my project. This screenshot illustrates my problem perfectly:
There are 2 objects: the red ...
0
votes
1answer
143 views
MonoGame: Some VertexColorPosition dissappear while drawing user primitives(DrawUserPrimitives)
I am a complete beginner in XNA/MonoGame developing. I started my own project using MonoGame with XAML for WinRT, hopefully that it will reach Windows App Store one day. I encountered a serious issue, ...
0
votes
1answer
84 views
Primitives for the iphone with monogame
I am trying to draw some primitives with monogame. I am using the GraphicsDevice and the DrawUserPrimitives method. Although I can see the rectangle I am drawing in an Android device it is missing on ...