Merge pull request #71565 from RedworkDE/doc-arraymesh-add-surface

Fix LOD sort order; checks in add_surface; and document all parameters of `ArrayMesh::add_surface_from_arrays`
This commit is contained in:
Rémi Verschelde 2023-01-19 19:32:37 +01:00
commit 8b92316368
No known key found for this signature in database
GPG key ID: C3336907360768E1
7 changed files with 48 additions and 11 deletions

View file

@ -3810,6 +3810,8 @@
</constant>
<constant name="ARRAY_FLAG_USE_8_BONE_WEIGHTS" value="134217728" enum="ArrayFormat" is_bitfield="true">
</constant>
<constant name="ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY" value="268435456" enum="ArrayFormat" is_bitfield="true">
</constant>
<constant name="PRIMITIVE_POINTS" value="0" enum="PrimitiveType">
Primitive to draw consists of points.
</constant>