Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) | před 5 měsíci | |
---|---|---|
.. | ||
addons | před 5 měsíci | |
fps | před 5 měsíci | |
model | před 5 měsíci | |
screenshots | před 3 roky | |
README.md | před 7 měsíci | |
button_change_scene.gd | před 5 měsíci | |
default_env.tres | před 2 roky | |
fabrik_ik.tscn | před 5 měsíci | |
icon.webp | před 1 rokem | |
icon.webp.import | před 1 rokem | |
look_at_ik.tscn | před 5 měsíci | |
project.godot | před 5 měsíci | |
skeleton_ik.tscn | před 5 měsíci | |
skeleton_ik_runner.gd | před 2 roky | |
target_from_mousepos.gd | před 5 měsíci |
This is an example of different Inverse Kinematic algorithms implemented in Godot. It contains four scenes, showing different ways they can be used.
Language: GDScript
Renderer: Forward+
This demo shows how to implement IK using two different methods. One uses the
SkeletonIK
node which is built into Godot. The other method is using a script
called FABRIK (inside of the SADE plugin) for inverse kinematics.