Merge pull request #34576 from rcorre/imgeo-coords

Clarify ImmediateGeometry.add_vertex.
This commit is contained in:
Rémi Verschelde 2019-12-30 16:25:21 +01:00 committed by GitHub
commit 46bc05c5ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">