ソースを参照

Clarify ImmediateGeometry.add_vertex.

It isn't obvious whether you should add vertices in global coordinates,
or local to the ImmediateGeometry Node.
Ryan Roden-Corrent 5 年 前
コミット
67f441a09d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      doc/classes/ImmediateGeometry.xml

+ 1 - 1
doc/classes/ImmediateGeometry.xml

@@ -30,7 +30,7 @@
 			<argument index="0" name="position" type="Vector3">
 			</argument>
 			<description>
-				Adds a vertex with the currently set color/uv/etc.
+				Adds a vertex in local coordinate space with the currently set color/uv/etc.
 			</description>
 		</method>
 		<method name="begin">