mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:03:02 +00:00
Add Curve2D/tessellate_even_length description class-reference
Copied from Curve3D's corresponding method.
This commit is contained in:
parent
c309de5399
commit
f3e72b32ab
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@
|
|||
<param index="0" name="max_stages" type="int" default="5" />
|
||||
<param index="1" name="tolerance_length" type="float" default="20.0" />
|
||||
<description>
|
||||
Returns a list of points along the curve, with almost uniform density. [param max_stages] controls how many subdivisions a curve segment may face before it is considered approximate enough. Each subdivision splits the segment in half, so the default 5 stages may mean up to 32 subdivisions per curve segment. Increase with care!
|
||||
[param tolerance_length] controls the maximal distance between two neighboring points, before the segment has to be subdivided.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
Loading…
Reference in a new issue