Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | před 9 měsíci | |
---|---|---|
.. | ||
addons | před 9 měsíci | |
fps | před 9 měsíci | |
model | před 9 měsíci | |
screenshots | před 3 roky | |
README.md | před 4 roky | |
button_change_scene.gd | před 1 rokem | |
default_env.tres | před 2 roky | |
fabrik_ik.tscn | před 2 roky | |
icon.webp | před 1 rokem | |
icon.webp.import | před 1 rokem | |
look_at_ik.tscn | před 2 roky | |
project.godot | před 9 měsíci | |
skeleton_ik.tscn | před 2 roky | |
skeleton_ik_runner.gd | před 2 roky | |
target_from_mousepos.gd | před 2 roky |
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.