1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Extend Curve to allow for arbitrary domains

This commit is contained in:
ocean (they/them)
2023-07-01 22:56:23 -04:00
parent c6c464cf9a
commit 6c65213487
16 changed files with 441 additions and 195 deletions

View File

@@ -13,7 +13,7 @@
</tutorials>
<members>
<member name="curve" type="Curve" setter="set_curve" getter="get_curve">
Determines the size of the ribbon along its length. The size of a particular section segment is obtained by multiplying the baseline [member size] by the value of this curve at the given distance. For values smaller than [code]0[/code], the faces will be inverted.
Determines the size of the ribbon along its length. The size of a particular section segment is obtained by multiplying the baseline [member size] by the value of this curve at the given distance. For values smaller than [code]0[/code], the faces will be inverted. Should be a unit [Curve].
</member>
<member name="section_length" type="float" setter="set_section_length" getter="get_section_length" default="0.2">
The length of a section of the ribbon.