diff options
author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2023-05-27 13:36:15 +0900 |
---|---|---|
committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2023-05-27 21:08:36 +0900 |
commit | 26cc4bbd82e991de7fdd4a44cadcbc1558e16205 (patch) | |
tree | 279ad32e38465f6ed352528452a33ba1fe4d6f33 /doc/classes/Skeleton3D.xml | |
parent | 2210111eb5e8bac6a476227c01205ac44745e21e (diff) | |
download | redot-engine-26cc4bbd82e991de7fdd4a44cadcbc1558e16205.tar.gz |
Remove out-dated lines from class reference of Skeleton3D
Diffstat (limited to 'doc/classes/Skeleton3D.xml')
-rw-r--r-- | doc/classes/Skeleton3D.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Skeleton3D.xml b/doc/classes/Skeleton3D.xml index 8f40c63104..d410c5840c 100644 --- a/doc/classes/Skeleton3D.xml +++ b/doc/classes/Skeleton3D.xml @@ -5,8 +5,8 @@ </brief_description> <description> [Skeleton3D] provides an interface for managing a hierarchy of bones, including pose, rest and animation (see [Animation]). It can also use ragdoll physics. - The overall transform of a bone with respect to the skeleton is determined by the following hierarchical order: rest pose, custom pose and pose. - Note that "global pose" below refers to the overall transform of the bone with respect to skeleton, so it not the actual global/world transform of the bone. + The overall transform of a bone with respect to the skeleton is determined by bone pose. Bone rest defines the initial transform of the bone pose. + Note that "global pose" below refers to the overall transform of the bone with respect to skeleton, so it is not the actual global/world transform of the bone. To setup different types of inverse kinematics, consider using [SkeletonIK3D], or add a custom IK implementation in [method Node._process] as a child node. </description> <tutorials> @@ -118,7 +118,7 @@ <return type="Transform3D" /> <param index="0" name="bone_idx" type="int" /> <description> - Returns the pose transform of the specified bone. Pose is applied on top of the custom pose, which is applied on top the rest pose. + Returns the pose transform of the specified bone. </description> </method> <method name="get_bone_pose_position" qualifiers="const"> |