How do you set the line width of the mesh of a vispy.scene.visuals.Sphere?
If I add a vispy.scene.Line
with a width
, it affects the mesh of the previously added sphere as well.
Somehow there seems to be a missing call to vispy.gloo.set_line_width
in the pipeline or something.