From 67f441a09de3d1f0e8a66370c465a9ec0e27be00 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Mon, 23 Dec 2019 23:20:32 -0500 Subject: [PATCH] Clarify ImmediateGeometry.add_vertex. It isn't obvious whether you should add vertices in global coordinates, or local to the ImmediateGeometry Node. --- doc/classes/ImmediateGeometry.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ImmediateGeometry.xml b/doc/classes/ImmediateGeometry.xml index e0807760f70..416128c9b16 100644 --- a/doc/classes/ImmediateGeometry.xml +++ b/doc/classes/ImmediateGeometry.xml @@ -30,7 +30,7 @@ - Adds a vertex with the currently set color/uv/etc. + Adds a vertex in local coordinate space with the currently set color/uv/etc.