bmcorser
Does Urho3D provide an API for drawing lines, polygons, circles, etc?
I would like to let the user click to add a point, and draw lines between the points the user added. There is example code for GetMousePosition etc, but can’t find anything in the samples that shows drawing programmatically.