Closed laurentopia closed 5 months ago
I see a circle, is there a way to fill it to make it a disc? Also is there a way to draw a multiline by feeding it a Vector3[]?
I don't support solid shapes: https://github.com/vertxxyz/Vertx.Debugging/issues/15
And Shape.LineStrip takes an Enumerable of Vector3 which is draws a connected line between the input points.
Shape.LineStrip
I see a circle, is there a way to fill it to make it a disc? Also is there a way to draw a multiline by feeding it a Vector3[]?