helix-toolkit icon indicating copy to clipboard operation
helix-toolkit copied to clipboard

SharpDX.Direct3D.PrimitiveTopology.LineStrip

Open sjc9999 opened this issue 4 years ago • 1 comments

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?

sjc9999 avatar Oct 01 '20 15:10 sjc9999

For now, I think you can just convert your line strip to line list.

holance avatar Oct 01 '20 18:10 holance