Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | пре 9 месеци | |
---|---|---|
.. | ||
addons | пре 9 месеци | |
fps | пре 9 месеци | |
model | пре 9 месеци | |
screenshots | пре 3 година | |
README.md | пре 4 година | |
button_change_scene.gd | пре 1 година | |
default_env.tres | пре 2 година | |
fabrik_ik.tscn | пре 2 година | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
look_at_ik.tscn | пре 2 година | |
project.godot | пре 9 месеци | |
skeleton_ik.tscn | пре 2 година | |
skeleton_ik_runner.gd | пре 2 година | |
target_from_mousepos.gd | пре 2 година |
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.