helix-toolkit
helix-toolkit copied to clipboard
SharpDX.Direct3D.PrimitiveTopology.LineStrip
I search through the source code and found no class that uses LineStrip.
I need it for drawing country borders since a country can be made up of multiple line runs. I take advantage of the fact you can but 0xFFFF in the indices to break line runs.
How would you recommend I proceed?
For now, I think you can just convert your line strip to line list.