Tagged Questions
2
votes
2answers
166 views
Drawing multiple triangles at once isn't working
I'm trying to draw multiple triangles at once to make up a "shape". I have a class that has an array of VertexPositionColor, an array of Indexes (rendered by this Triangulation class):
...
0
votes
1answer
67 views
Shape editor with custom format?
I'm trying to determine what format the shapes in my 2D game should be stored in and also what software I should use to aid in making the actual shapes.
Up until now I used PhysicsEditor from ...