Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) | пре 4 месеци | |
---|---|---|
.. | ||
addons | пре 4 месеци | |
fps | пре 4 месеци | |
model | пре 4 месеци | |
screenshots | пре 3 година | |
README.md | пре 6 месеци | |
button_change_scene.gd | пре 4 месеци | |
default_env.tres | пре 2 година | |
fabrik_ik.tscn | пре 4 месеци | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
look_at_ik.tscn | пре 4 месеци | |
project.godot | пре 4 месеци | |
skeleton_ik.tscn | пре 4 месеци | |
skeleton_ik_runner.gd | пре 2 година | |
target_from_mousepos.gd | пре 4 месеци |
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.