Skip to content

Commit

Permalink
Merge branch 'fix_lip_sync' of github.com:memori-ai/memori-react into…
Browse files Browse the repository at this point in the history
… fix_lip_sync
  • Loading branch information
nzambello committed Oct 17, 2024
2 parents aeabf99 + c70ca97 commit 54c5b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default function HalfBodyAvatar({
};
}, [materials, nodes, url, onLoaded, scene]);
useFrame(state => {

if (
headMeshRef.current &&
headMeshRef.current.morphTargetDictionary &&
Expand Down Expand Up @@ -161,7 +162,6 @@ export default function HalfBodyAvatar({

return (
<group position={AVATAR_POSITION}>
{nodes.Hips && <primitive key="armature" object={nodes.Hips} />}
<primitive object={scene} />
</group>
);
Expand Down

0 comments on commit 54c5b58

Please sign in to comment.