I’m trying to draw a simple graph but the output has no antialiasing so it looks ugly. If I drew a full scene
‘’’Scene.run(antialiasing = true) ‘’’
is a valid option. However, I’m making a custom graph class which inherits from Scene. When this is done, it isn’t necessary to pass a run() call. Is it possible to change the class to make it pass this parameter?
How do I set up antialiasing?
Here’s the a minimal working example that has a graph.
https://gist.github.com/67977e87bb013f924ed302dce8660872