-
Hi i was wondring if it is possibile to separate the animation actions of each instace of the model? For example i have a model which i want to replicate 4 times but i want to play an action only on one of them. When i try to play an action on one instance al the other instances gets animated too :(. How can i do this without having to load all the models seperatly from diffrent gltf files? |
Beta Was this translation helpful? Give feedback.
Answered by
drcmda
Sep 9, 2021
Replies: 1 comment 2 replies
-
animations can't be re-used in threejs, they need to be cloned, but then it works: https://codesandbox.io/s/gltf-animations-re-used-k8phr |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dulre159
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
animations can't be re-used in threejs, they need to be cloned, but then it works: https://codesandbox.io/s/gltf-animations-re-used-k8phr