Replies: 1 comment
-
You can use SkinnedMesh's boneTransform method and get a position that corresponds to the bone's index. const position = new THREE.Vector3()
skinnedMesh.boneTransform(boneIndex, position) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anybody know if it's currently possible to retrieved the world position of a bone during an animation? I cant seem to find any existing examples of this and it seems like a common feature.
Beta Was this translation helpful? Give feedback.
All reactions