godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.98k stars 3.24k forks source link

Document softbody and IK #1665

Closed ZX-WT closed 5 years ago

ZX-WT commented 6 years ago

Just leaving a record as reminder.

https://godotengine.org/article/soft-body

https://godotengine.org/article/skeleton-inverse-kinematic

ZX-WT commented 6 years ago

I will work on this soon, I guess, but there is already a tutorial named Inverse kinematics under tutorials/3d which explain the math and implement IK with GDscript. It is in different nature with the new built-in feature, I think we can keep it but how should we rename these tutorials?

akien-mga commented 5 years ago

I dropped the old "Working with 3D skeletons" and "Inverse kinematics" tutorials in ddec590c as they were really outdated (and misleading, stating e.g. that "Godot 3D skeleton support is currently quite rudimentary.", which is incorrect nowadays.

Some of the text may still be worth salvaging for new tutorials, but overall it seems like it would be better to write them from scratch to match 3.1 features.