delapuente / aframe-sharedspace-component

A-Frame VR component to create multi-user experiences with WebRTC
48 stars 4 forks source link

Position and rotation sharing #6

Closed DaryllConway closed 3 years ago

DaryllConway commented 3 years ago

I'm trying to implement sharing the position and rotation with other users, however, when I share the position and/or the rotation it is applied to all the avatars, i.e: when I move that is also mirrored in the other user's avatars. Can you explain to me how I can share position and rotation correctly so that I can see other user's movements and not just a copy of my own?