Tagged Questions
6
votes
1answer
571 views
XNA/Monogame, Fastest way to draw multiple sheared/skewed sprites
I normally work with SpriteBatch in XNA/Monogame for 2d games and have just recently delved into 3D drawing methods such as DrawUserIndexedPrimatives and the like. I'm working on a project where our ...
0
votes
1answer
86 views
How to clip before DrawUserPrimitive?
In several other contexts, in 2D (Android' Canvas, GDI' Graphics) I used to clip my drawings before calling the drawing methods.
How could I achieve this with XNA?
I am drawing some primitives ...
4
votes
7answers
587 views
Cross-platform 3D (C#)
I'm working on a game that should run on as many platforms as possible, and was wondering if there are any good 3D libraries that run on Windows Phone 7 and Mono (Windows and Linux). I would use ...