We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfeb4d commit 148eb03Copy full SHA for 148eb03
vrarmik.html
@@ -609,7 +609,7 @@ <h3>Multiplayer</h3>
609
}
610
};
611
mesh.onAfterRender2 = () => {
612
- if (rig) {
+ if (rig && session) {
613
rig.decapitate();
614
// meshDolly.visible = false;
615
@@ -639,7 +639,7 @@ <h3>Multiplayer</h3>
639
fingers: true,
640
hair: true,
641
visemes: true,
642
- decapitate: true,
+ // decapitate: true,
643
microphoneMediaStream,
644
});
645
meshDolly.add(model);
0 commit comments