From 1591677eb8b8a08a8e9c1308b73171f59c24d2b8 Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Wed, 1 Jan 2020 11:39:07 +0100 Subject: Fixed antialiasing option for Polygon2D Some cases were not handled properly for Polygon2D after making changes in common code to fix Line2D antialiasing. Added an option for drawing polygons to differentiate the two use cases. Fixes #34568 --- doc/classes/VisualServer.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index f804e32c4b..a216d4b7b3 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -422,6 +422,8 @@ + + Adds a triangle array to the [CanvasItem]'s draw commands. -- cgit v1.2.3