소스 검색

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 index="0" name="position" type="Vector3">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="begin">
 		<method name="begin">