#Skeleton3d

4 messages · Page 1 of 1 (latest)

light latch
#

How can I get a link to a specific bone in Skeleton3D? I just need to get its position and rotation values and pass them to the camera.

light latch
#

Skeleton3d

lilac jacinth
#

when you work with godot and code you need to learn to use the api documentation. if a method or variables is availbe to the user it is listed in the documentation https://docs.godotengine.org/en/stable/classes/class_skeleton3d.html in thsi ase look fr any function that can help you get a specific bone by name or some other way

#

get_bone_pose_position looks like a good candidate. then you do find the global position or whatever it needs for the camera