Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | hace 9 meses | |
---|---|---|
.. | ||
addons | hace 9 meses | |
fps | hace 9 meses | |
model | hace 9 meses | |
screenshots | hace 3 años | |
README.md | hace 4 años | |
button_change_scene.gd | hace 1 año | |
default_env.tres | hace 2 años | |
fabrik_ik.tscn | hace 2 años | |
icon.webp | hace 1 año | |
icon.webp.import | hace 1 año | |
look_at_ik.tscn | hace 2 años | |
project.godot | hace 9 meses | |
skeleton_ik.tscn | hace 2 años | |
skeleton_ik_runner.gd | hace 2 años | |
target_from_mousepos.gd | hace 2 años |
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: GLES 3
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/523
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.