Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
..
addons 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
fps 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
model 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
screenshots 7d64830cfe Ensure most demos have descriptions and screenshots %!s(int64=3) %!d(string=hai) anos
README.md b4c73f4888 Fix README links to asset library (#1078) hai 6 meses
button_change_scene.gd 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
default_env.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script %!s(int64=2) %!d(string=hai) anos
fabrik_ik.tscn 7e2a55aa07 3D Inverse Kinematics Godot 4 Conversion (Partial) (#1036) hai 4 meses
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) hai 1 ano
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) hai 1 ano
look_at_ik.tscn 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
project.godot 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) hai 4 meses
skeleton_ik.tscn 7e2a55aa07 3D Inverse Kinematics Godot 4 Conversion (Partial) (#1036) hai 4 meses
skeleton_ik_runner.gd bbe50fc9da Convert demos to Godot 4 using regular expressions in a script %!s(int64=2) %!d(string=hai) anos
target_from_mousepos.gd 7e2a55aa07 3D Inverse Kinematics Godot 4 Conversion (Partial) (#1036) hai 4 meses

README.md

3D Inverse Kinematics

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+

How does it work?

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.

Screenshots

Screenshot

Screenshot