Skip to content

Commit

Permalink
Disable propagation factor.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 9, 2024
1 parent db86f29 commit b30627d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/many_bone_ik/src/ik_effector_template_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class IKEffectorTemplate3D : public Resource {
StringName root_bone;
NodePath target_node;
bool target_static = false;
real_t motion_propagation_factor = 1.0f;
real_t motion_propagation_factor = 0.0f;
real_t weight = 0.0f;
Vector3 priority_direction = Vector3(0.2f, 0.0f, 0.2f); // Purported ideal values are 1.0 / 3.0 for one direction, 1.0 / 5.0 for two directions and 1.0 / 7.0 for three directions.
protected:
Expand Down

0 comments on commit b30627d

Please sign in to comment.