Tagged Questions
3
votes
2answers
2k views
How can I draw multiple lines connected via “nodes” with SlimDX?
I currently read out XML data with the following scheme: Position x,y,z
I try to add one new Vertex for each position node and add it to a Vertex array.
Then I try to render this list of vertices so ...