Morph Targets example #2597
Unanswered
Russo-creation
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I was also getting the error |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have been trying to add on the scene object with Morph Targets and have control the influencers. But without success https://codesandbox.io/s/baking-soft-shadows-forked-m0dxx1?file=/src/App.js
I have been looking for examples and topics related with usage Morph Targets in r3f but there is almost nothing about that.
regarding this topic #309 When I'm tiring the approach:
I receive an error
Cannot read properties of undefined (reading 'length')
With primitive approach
Object appears on the scene but I don't know how to affect on the influencers and change to different material or apply skinned mesh (with armature animation) like in this example https://threejs.org/examples/#webgl_animation_skinning_morph which is my goal.
Is it possible to have similar control over the object like in the three.js example in r3f?
It would be really useful to see some kind example with Morph Targets in the gallery https://docs.pmnd.rs/react-three-fiber/getting-started/examples
Edit:
I found that can get to the influencers through the scene
Is it possible to use Skinned mesh along with Morph targets like in the three.js https://threejs.org/examples/#webgl_animation_skinning_morph (armature not included in the code sandbox example)?
Beta Was this translation helpful? Give feedback.
All reactions