BrandonBartram98 / RPMFollowCursor

1 stars 0 forks source link

How to play with blendshapes ? #1

Open JpEncausse opened 2 years ago

JpEncausse commented 2 years ago

Hello, Thanks for sharing your test. I was wondering how to set blendshaped available in readyplayer.me model ? For instance if I want to make it speak how to update the mouth to target blendshape described in the documentation ? https://docs.readyplayer.me/avatar-specification/avatar-configuration#animation-blend-shapes

Thanks !

BrandonBartram98 commented 2 years ago

Hey, If you mean how to update blendshapes in threejs, they are reffered to as morph targets. You can find the face blendshapes inside the Wolf3D_Head child object of the model.

Take a look at the code in this example for a better idea of how they work.