Skip to content

Commit 148eb03

Browse files
author
Avaer Kazmer
committed
Do not auto-decapitate avatars
1 parent 9bfeb4d commit 148eb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vrarmik.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ <h3>Multiplayer</h3>
609609
}
610610
};
611611
mesh.onAfterRender2 = () => {
612-
if (rig) {
612+
if (rig && session) {
613613
rig.decapitate();
614614
// meshDolly.visible = false;
615615
}
@@ -639,7 +639,7 @@ <h3>Multiplayer</h3>
639639
fingers: true,
640640
hair: true,
641641
visemes: true,
642-
decapitate: true,
642+
// decapitate: true,
643643
microphoneMediaStream,
644644
});
645645
meshDolly.add(model);

0 commit comments

Comments
 (0)