![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Julian11029 |
I’m trying to draw a circle, this works!
func _draw():
draw_circle(Vector2(200,200),100,Color(0,0,0))
But the egdes are not anti aliased, is there a way to achieve this?
I also tried
get_viewport().msaa = VisualServer.VIEWPORT_MSAA_16X
with no succes