Skip to content

Commit

Permalink
Add handles to control Curve3D tilt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademan authored and xiongyaohua committed Aug 10, 2023
1 parent 013e8e3 commit 17ca090
Show file tree
Hide file tree
Showing 5 changed files with 336 additions and 151 deletions.
8 changes: 8 additions & 0 deletions doc/classes/Curve3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
[param to_point] must be in this curve's local space.
</description>
</method>
<method name="get_point_baked_posture" qualifiers="const">
<return type="Basis" />
<param index="0" name="idx" type="int" />
<param index="1" name="apply_tilt" type="bool" default="false" />
<description>
Returns the baked posture at vertex [param idx]. If [param apply_tilt] is [code]true[/code], the tilt at the vertex is applied to the posture.
</description>
</method>
<method name="get_point_in" qualifiers="const">
<return type="Vector3" />
<param index="0" name="idx" type="int" />
Expand Down

0 comments on commit 17ca090

Please sign in to comment.