How to see other users’ avatar in your scene?
Often in a multi-user 3dverse application, you want to show your user where other users are positioned in the scene (i.e. where their camera is currently). A simple way to do this is by telling Livelink.js to render avatars for all connected clients:
- Include the ClientDisplay extension in your HTML:
1
2
- Before proceeding, you need to make sure you’re connected to a 3dverse session:
1
2
3
4
5
- Install the ClientDisplay extension in your JavaScript code (this can be called multiple times and :
1
2
3
- Enable client avatars (you need to make sure you connect to your session first):
1
2
3
4
5
6
7
8
9
10
11
12