godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.44k stars 1.52k forks source link

3D Inverse Kinematics Godot 4 Conversion (Partial) #1036

Open chrisl8 opened 3 months ago

chrisl8 commented 3 months ago

This is an initial attempt to convert the 3D Inverse Kinematics demo, related to updating all Demos to Godot 4 Issue #697

The project doesn't entirely work yet, but it runs. I am still working on making it work fully, but at least it starts now instead of crashing and you can cycle through the scenes and read all of the text.

I'll keep updating this when I make more parts work. I leave it up to you if you want to merge it now or wait until I have made it more functional.

I hit some of the files with my code formatter, if white-space updates are not wanted I can remove those.

chrisl8 commented 2 months ago

As I wrestled with this, somebody told me that Skeleton3D is going away, because it doesn't work. Is that true? It would explain why I'm struggling with it so much.

GeorgeS2019 commented 1 month ago

@chrisl8

Now that we have Godot4.3 beta with feature freeze, it is time to implement this demo correctly

GeorgeS2019 commented 1 month ago

https://github.com/godotengine/godot-proposals/discussions/9885#discussion-6775936