summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkleonc <9283098+kleonc@users.noreply.github.com>2022-05-31 13:47:02 +0200
committerkleonc <9283098+kleonc@users.noreply.github.com>2022-05-31 13:57:42 +0200
commit9b556c96f0a19fd44b64e1e009e6e53544f38456 (patch)
treeaee33ed1406f073b96e677b4e06342a76338ca48 /doc
parent532e253a7c0544bfb4866fb00129cfa1d39fcd62 (diff)
Make `Mesh::generate_triangle_mesh()` handle `PRIMITIVE_TRIANGLE_STRIP`
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Mesh.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Mesh.xml b/doc/classes/Mesh.xml
index 2b24901fe2..eeb6af24c9 100644
--- a/doc/classes/Mesh.xml
+++ b/doc/classes/Mesh.xml
@@ -123,7 +123,7 @@
<method name="generate_triangle_mesh" qualifiers="const">
<return type="TriangleMesh" />
<description>
- Generate a [TriangleMesh] from the mesh.
+ Generate a [TriangleMesh] from the mesh. Considers only surfaces using one of these primitive types: [constant PRIMITIVE_TRIANGLES], [constant PRIMITIVE_TRIANGLE_STRIP].
</description>
</method>
<method name="get_aabb" qualifiers="const">